Search found 8 matches

by Hoox
October 14th, 2009, 2:48 am
Forum: General Help
Topic: Post-Processing script not activating
Replies: 15
Views: 8155

Re: Post-Processing script not activating

shypike wrote: I can make you a member of the release test group.
The latest alpha should have better handling of scripts in RSS feeds.
I could try that :)
by Hoox
October 13th, 2009, 1:27 pm
Forum: General Help
Topic: Post-Processing script not activating
Replies: 15
Views: 8155

Re: Post-Processing script not activating

8th sin, the script I pasted is just the contents of MovieJukebox.sh. It works fine if I run it manually. It also works fine if I choose the script for my category and add a RSS filter. But not for my current RSS filters. So far this has been the only working solution. shypike, I can use this as a s...
by Hoox
October 13th, 2009, 3:07 am
Forum: General Help
Topic: Post-Processing script not activating
Replies: 15
Views: 8155

Re: Post-Processing script not activating

shypike wrote: If feasible, set a default script in Config->Options.
If I set a default script in Config->Switches the script is not run either.
As of now, it seems like I will have to re-enter my RSS filters :-\
by Hoox
October 12th, 2009, 1:42 am
Forum: General Help
Topic: Post-Processing script not activating
Replies: 15
Views: 8155

Re: Post-Processing script not activating

I have done some more testing and got it working, sort of. I choose the script in the categories setting and added a new RSS filter I knew was present in the current RSS feed. Pressed Force Download and it started downloading and run the script correctly. I thought it was working for all my filters,...
by Hoox
October 10th, 2009, 2:17 am
Forum: General Help
Topic: Post-Processing script not activating
Replies: 15
Views: 8155

Re: Post-Processing script not activating

Actually, when I choose the script in the "On queue finish:" it shows something in the log: 2009-10-10 03:25:22,539::INFO::[postproc] Queue has finished, launching: <function run_script at 0x9859224> (yamj.sh) However, it doesn't seem like the script has been run. The files for YAMJ has no...
by Hoox
October 9th, 2009, 10:26 am
Forum: General Help
Topic: Post-Processing script not activating
Replies: 15
Views: 8155

Re: Post-Processing script not activating

Here is the script: #!/bin/sh cd /usr/bin/myiHomeLinux-v5.2.0/ java -jar runYAMJ.jar cd /usr/bin/myiHomeLinux-v5.2.0/plugin/moviejukebox/ java -Xms256m -Xmx512m -classpath .:./resources:./lib/moviejukebox.jar:./lib/commons-logging-1.1.1.jar:./lib/commons-lang-2.4.jar:./lib/commons-configuration-1.5....
by Hoox
October 9th, 2009, 10:21 am
Forum: General Help
Topic: Post-Processing script not activating
Replies: 15
Views: 8155

Re: Post-Processing script not activating

I did set the +x bit and also made it 755. I tryed to activate the script from 3 different places. 1. Config -> Categories, choose the script for the TV category 2. Config -> RSS, choose the script for the specific RSS feed 3. Queue, choose the script from "On queue finish:" I was able to ...
by Hoox
October 9th, 2009, 9:46 am
Forum: General Help
Topic: Post-Processing script not activating
Replies: 15
Views: 8155

Post-Processing script not activating

I'm trying to run a script each time a download from my TV category completes, but the script never gets started. The script is a update script for YAMJ (Yet Another Movie Jukebox). It scans my tv download folder for new files and updates YAMJ accordingly. Therefor it does'nt need any parameters. Th...