Search found 7 matches
- 15 Dec 2012, 22:44
- Forum: Scripting and Automation
- Topic: Vuze Command runner - Executes but nothing happens
- Replies: 7
- Views: 8075
Re: Vuze Command runner - Executes but nothing happens
The command runner plugin for Vuze running on Linux seems to have a problem with the quotes. I've decided to use commas as a delimiter in the command and changed the filebot.sh script to parse the command this way. It's working fine now. Filebot script: #!/usr/bin/python import sys import subprocess ...
- 09 Dec 2012, 18:09
- Forum: Scripting and Automation
- Topic: MissingPropertyException: No such property: myepisodes for c
- Replies: 4
- Views: 5066
Re: MissingPropertyException: No such property: myepisodes f
Yeah I used to run it in Windows this way and it was fine. I've just moved to Linux for something to do. I'll keep trying to sort this out. If I figure out what's going on I'll post to this thread.
- 09 Dec 2012, 17:31
- Forum: Scripting and Automation
- Topic: MissingPropertyException: No such property: myepisodes for c
- Replies: 4
- Views: 5066
Re: MissingPropertyException: No such property: myepisodes f
I used to run it with the quotes setup like your examples but it get this: ""ut_dir" is not a valid identifier Command in Vuze: /usr/share/filebot/bin/filebot.sh -script fn:utorrent-postprocess --def plex=127.0.0.1 --output "/plexMedia" --action copy --conflict override -non-strict --def "ut_dir=%D ...
- 09 Dec 2012, 16:23
- Forum: Scripting and Automation
- Topic: Vuze Command runner - Executes but nothing happens
- Replies: 7
- Views: 8075
Re: Vuze Command runner - Executes but nothing happens
Adding --def before all the params has helped: /usr/share/filebot/bin/filebot.sh -script fn:utorrent-postprocess --def plex=127.0.0.1 --output "/plexMedia" --action copy --conflict override -non-strict --def ut_dir="%D" --def ut_file="%F" --def ut_kind="%K" --def ut_title="%N" --def ut_label="%L ...
- 09 Dec 2012, 01:46
- Forum: Scripting and Automation
- Topic: Vuze Command runner - Executes but nothing happens
- Replies: 7
- Views: 8075
Re: Vuze Command runner - Executes but nothing happens
I just redirected the output from the java execution and got some interesting results: Parameter: plex = 127.0.0.1 Parameter: ut_dir = /media/jukebox/BigDrive/Vuze Argument: /home/jukebox/Downloads Argument: /home/jukebox/"ut_file=American.Horror.Story.S01E06.HDTV.XviD-ASAP.[VTV].avi" Argument ...
- 09 Dec 2012, 00:25
- Forum: Scripting and Automation
- Topic: Vuze Command runner - Executes but nothing happens
- Replies: 7
- Views: 8075
Vuze Command runner - Executes but nothing happens
I have filebot installed on a Ubuntu 12.10 box and I've been trying to get Vuze to kick off filebot after a download. It appears to be running the right commands but nothing is happening. Vuze reports that it's executed just fine and the command in the logs works if I run it by hand in the shell. I ...
- 09 Dec 2012, 00:10
- Forum: Scripting and Automation
- Topic: MissingPropertyException: No such property: myepisodes for c
- Replies: 4
- Views: 5066
MissingPropertyException: No such property: myepisodes for c
I've been running with the following and as much as things are being copied over ok I've been getting an error and I can't figure out what it is. Maybe someone can tell me what I have wrong? Here what I'm running on Ubuntu in a bash shell: filebot.sh -script fn:utorrent-postprocess --output ...