It would be great to add in documentation that it's necessary to add the script to the default (or other) category to be executed ^^
Thanks you again !
Search found 4 matches
- February 5th, 2012, 4:11 pm
- Forum: Post-Processing Scripts
- Topic: Queue has finished, launching: None (None)
- Replies: 5
- Views: 2362
- February 5th, 2012, 3:54 pm
- Forum: Post-Processing Scripts
- Topic: Queue has finished, launching: None (None)
- Replies: 5
- Views: 2362
Re: Queue has finished, launching: None (None)
Ohhhhh !! GG, i didn't see the "script" configuration when uploading a nzb !!
Thanks a lot ^^ It works !
Thanks a lot ^^ It works !
- February 5th, 2012, 3:51 pm
- Forum: Post-Processing Scripts
- Topic: Queue has finished, launching: None (None)
- Replies: 5
- Views: 2362
Re: Queue has finished, launching: None (None)
Yesshypike wrote:The script is executable?
It's present in the scripts folder?
It's selected by you or associated with one of the categories?
(Or at least with the "Default" category.)
'
Yes
I don't understand oO
Witch categories ? how can you associate the script with a category ?
- February 5th, 2012, 3:31 pm
- Forum: Post-Processing Scripts
- Topic: Queue has finished, launching: None (None)
- Replies: 5
- Views: 2362
Queue has finished, launching: None (None)
Hi There, I'm trying to add a simple script to copy files to a NAS server. I configured options to take scripts on Downloads/scripts folder, my script is working well : #!/bin/bash cp -R $1 /media/freebox/usenet/ But... nothing happened at the end of a downloaded file. The log file says : 2012-02-05...