Search found 4 matches
- October 23rd, 2008, 2:42 pm
- Forum: General Help
- Topic: Prevent the creation of subfolders
- Replies: 6
- Views: 5747
Re: Prevent the creation of subfolders
it works! thanks shypike!
- October 23rd, 2008, 8:50 am
- Forum: General Help
- Topic: Prevent the creation of subfolders
- Replies: 6
- Views: 5747
Re: Prevent the creation of subfolders
Thanks rAf!, I made it executable, and the script was executed but with the following error
mv: rename /Users/lukas/Sites/RSS/1224767277/* to /Users/lukas/Sites/RSS/1224767277/../*: No such file or directory
rmdir: /Users/lukas/Sites/RSS/1224767277: Directory not empty
thanks for any help
mv: rename /Users/lukas/Sites/RSS/1224767277/* to /Users/lukas/Sites/RSS/1224767277/../*: No such file or directory
rmdir: /Users/lukas/Sites/RSS/1224767277: Directory not empty
thanks for any help
- October 23rd, 2008, 6:25 am
- Forum: General Help
- Topic: Prevent the creation of subfolders
- Replies: 6
- Views: 5747
Re: Prevent the creation of subfolders
Run a user script after each job. You can set it in Config->Switches, more explanation in http://sabnzbd.wikidot.com/user-scripts #!/bin/sh mv "$1/*" "$1/.." rmdir "$1" Thanks! although there is slight problem with this, I copied the code in a text file, saved it to /U...
- October 23rd, 2008, 5:48 am
- Forum: General Help
- Topic: Prevent the creation of subfolders
- Replies: 6
- Views: 5747
Prevent the creation of subfolders
Hey, this has to be super easy but I can't make it to work, I have been searching the forums, to no avail. I'm running 0.4.4 on Leopard. This is what I'm looking for: - A RSS feed downloads MP3 files that meet certain criteria, these files are downloaded to a certain folder, for example ~/documents/...