Search found 3 matches

by mr_sparks
Sun Feb 10, 2013 10:54 am
Forum: General
Topic: WD My Book Live - Transmission + Unrar
Replies: 9
Views: 20316

Re: WD My Book Live - Transmission + Unrar

On second thought, I just left it the way it was and added on the lines:

find /home/downloads/incomplete/done -iname "*.mp4" -type f | xargs -I '{}' cp {} /home/downloads/done
find /home/downloads/incomplete/done -iname "*.mkv" -type f | xargs -I '{}' cp {} /home/downloads/done
find /home/downloads ...
by mr_sparks
Sun Feb 10, 2013 6:49 am
Forum: General
Topic: WD My Book Live - Transmission + Unrar
Replies: 9
Views: 20316

Re: WD My Book Live - Transmission + Unrar

Never mind I found it. Since I'm using unrar I just looked up the input for that and change the script so that the input was:

unrar ${UNRAR_METHOD} $( getUnrarFlags ${UNRARALL_BIN}) "$filename" /home/downloads/tv/

I'll probably modify it further so that it doesn't look for an unrar bin or other ...
by mr_sparks
Sun Feb 10, 2013 5:31 am
Forum: General
Topic: WD My Book Live - Transmission + Unrar
Replies: 9
Views: 20316

Re: WD My Book Live - Transmission + Unrar

This is GREAT, I like how it doesn't necessarily delete the input rar files (whoever thought that was a good idea?) and that it runs independent from transmission so that I can run it on my server with deluge. One very important thing though, is there anyway to make it extract the files to another ...