Search found 6 matches

by nextasy
September 2nd, 2012, 5:36 am
Forum: Post-Processing Scripts
Topic: [BASH] Pre-processing script (or queue-filter scripts)
Replies: 22
Views: 30603

Re: [BASH] Pre-processing script (or queue-filter scripts)

case $7 in
*movie*)
cat=movies
;;
*book*)
cat=ebooks
;;
*teevee*)
hmm, how can i make this case insensitive? *movies* matches on "bla.movies.blub" but NOT on "bla.Movies.blub" or "bla.moVies.blub"
by nextasy
February 2nd, 2012, 5:45 am
Forum: Post-Processing Scripts
Topic: Pre Queue Script on Syno DS doesnt work...
Replies: 9
Views: 5636

Re: Pre Queue Script on Syno DS doesnt work...

Thank you - now it worked for me
by nextasy
February 1st, 2012, 2:56 pm
Forum: Post-Processing Scripts
Topic: Pre Queue Script on Syno DS doesnt work...
Replies: 9
Views: 5636

Re: Pre Queue Script on Syno DS doesnt work...

So... The debug output shows this 2012-02-01 20:52:52,446::INFO::[__init__:516] Backing up /volume1/Sabnzb/incomplete/The Thing German DL AC3 Dubbed 720p BluRay x264-VCF.3/__ADMIN__/The Thing German DL AC3 Dubbed 720p BluRay x264-VCF.nzb.gz 2012-02-01 20:52:53,749::INFO::[newsunpack:1405] Running pr...
by nextasy
February 1st, 2012, 11:23 am
Forum: Post-Processing Scripts
Topic: Pre Queue Script on Syno DS doesnt work...
Replies: 9
Views: 5636

Re: Pre Queue Script on Syno DS doesnt work...

shypike wrote:Did you define a category "filme"?
Yes

http://imageshack.us/photo/my-images/69 ... 0201u.png/
by nextasy
February 1st, 2012, 9:58 am
Forum: Post-Processing Scripts
Topic: Pre Queue Script on Syno DS doesnt work...
Replies: 9
Views: 5636

Re: Pre Queue Script on Syno DS doesnt work...

Hi, i deleted the catch all at the end, but the problem still persist To test the script, i feed it again without the commas NAS> ./pre-queue-script.sh 'The.Thing.2011.German.AC3D.5.1.720p.BDRiP.XviD-icq4711' '' '' '' '-100' '2919867029' 'alt.binaries.ath alt.binaries.dc alt.binaries.mom alt.binarie...
by nextasy
February 1st, 2012, 9:20 am
Forum: Post-Processing Scripts
Topic: Pre Queue Script on Syno DS doesnt work...
Replies: 9
Views: 5636

Pre Queue Script on Syno DS doesnt work...

Hi, i created a pre queue script on my Syno DS 209 and used this example -> http://forums.sabnzbd.org/viewtopic.php?t=6885 to change the category if some words are found in the nzb name Unfortunatly it doesnt work for me :-( - the pre queue script is choosen in Config -> Switches - chmod 777 on the ...