Search found 4 matches

by wassy
September 4th, 2012, 4:32 pm
Forum: Post-Processing Scripts
Topic: [BASH] Pre-processing script (or queue-filter scripts)
Replies: 22
Views: 34558

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

hmm, how can i make this case insensitive? *movies* matches on "bla.movies.blub" but NOT on "bla.Movies.blub" or "bla.moVies.blub"
try this:

case $7 in
*[Mm][Oo][Vv][Ii][Ee]*)
cat=movies
;;
*[Bb][Oo][Oo][Kk]*)
cat=ebooks
;;
*[Ee][Ee][Vv][Ee][Ee]*)
by wassy
February 23rd, 2012, 6:30 pm
Forum: General Help
Topic: SOLVED: Cleanup list Problem. Files not deleted
Replies: 9
Views: 4351

Re: Cleanup list Problem. Files not deleted

Yep that definitely solved it, I managed to miss the second part of the example below the text field where it shows ".nfo, .sfv"
Thanks for your help.
by wassy
February 22nd, 2012, 4:33 pm
Forum: General Help
Topic: SOLVED: Cleanup list Problem. Files not deleted
Replies: 9
Views: 4351

Re: Cleanup list Problem. Files not deleted

really. Ha I feel quite silly now. Thanks for letting me know.
by wassy
February 20th, 2012, 4:48 pm
Forum: General Help
Topic: SOLVED: Cleanup list Problem. Files not deleted
Replies: 9
Views: 4351

SOLVED: Cleanup list Problem. Files not deleted

Hi all, I hope someone can help me, I have recently installed SABnzb for the first time. All seems to be working fine, except the file cleanup list is not working. Currently it contains ".nfo .sfv .nzb .srr" listed just like that with spaces. Except when I look in the "Complete" ...