Search found 3 matches

by kevinkarada
Sun Apr 12, 2015 12:05 am
Forum: Plugins
Topic: Scripts Won't Run
Replies: 1
Views: 1835

Re: Scripts Won't Run

I'm sorry everyone. I'm a very, very, very dumb man.

I forgot to hit add in the execute window. Everything works now. Sorry for wasting the forums time on this issue.
by kevinkarada
Sat Apr 11, 2015 10:16 pm
Forum: Plugins
Topic: Scripts Won't Run
Replies: 1
Views: 1835

Scripts Won't Run

I know this is vague and isn't nearly enough information. I don't know where the log is stored when you just run Deluge as a GUI. I've created a basic sample script #!/bin/bash torrentid=$1 torrentname=$2 torrentpath=$3 echo "Torrent Details: " $torrentname $torrentpath $torrentid >> /home...
by kevinkarada
Fri Apr 10, 2015 3:21 am
Forum: Plugins
Topic: extractor - from a drive to a AUFS pool
Replies: 0
Views: 1598

extractor - from a drive to a AUFS pool

This is probably a really simple permissions issue but I'm new to Linux and am still working on my base understanding. I download my torrents with Deluge on a drive named /media/DRU24-WD-WCC3FF1CRLNE I then set "Extractor" to extract the completed torrent to a AUFS pool. /storage/extracted...