Hi all, I'm trying to evolve my script to add extra details to the filenames but its failing. Can someone tell me whats wrong? I've edited the plex numbers for security.
#!/bin/bash
TORRENT_PATH=$1
TORRENT_NAME=$2
TORRENT_LABEL=$3
filebot -script fn:amc --log-file amc.log --action symlink ...
Search found 10 matches
- 04 Jun 2016, 15:20
- Forum: Help and Support
- Topic: Evolving my script not working
- Replies: 1
- Views: 2325
- 23 Dec 2015, 21:15
- Forum: Scripting and Automation
- Topic: ruTorrent Issue
- Replies: 1
- Views: 3350
ruTorrent Issue
Hi, I added this line to my .rtorrent.rc file but filebot never seems to get called. Any ideas?
system.method.set_key=event.download.finished,filebot_amc,"execute={/home/user/rtorrent-postprocess.sh,$d.get_base_path=,$d.get_name=,$d.get_custom1=}"
system.method.set_key=event.download.finished,filebot_amc,"execute={/home/user/rtorrent-postprocess.sh,$d.get_base_path=,$d.get_name=,$d.get_custom1=}"
- 16 Dec 2015, 13:56
- Forum: Ubuntu & Desktop Linux
- Topic: FileNotFoundException on Debian
- Replies: 3
- Views: 4543
Re: FileNotFoundException on Debian
Thanks!
Sorted that now getting an error at the chmod stage. Is there an error in the script?
/home/rendez2k/sab.py: line 10: --exec=chmod: command not found
filebot -script /opt/filebot/amc.groovy -non-strict --def ut_kind=multi --log all --log-file amc.log --def "ut_dir=$DOWNLOAD_PATH" "ut ...
Sorted that now getting an error at the chmod stage. Is there an error in the script?
/home/rendez2k/sab.py: line 10: --exec=chmod: command not found
filebot -script /opt/filebot/amc.groovy -non-strict --def ut_kind=multi --log all --log-file amc.log --def "ut_dir=$DOWNLOAD_PATH" "ut ...
- 16 Dec 2015, 10:07
- Forum: Ubuntu & Desktop Linux
- Topic: FileNotFoundException on Debian
- Replies: 3
- Views: 4543
FileNotFoundException on Debian
Hi all, I'm running Debian 8 and I get this error:
Locking /home/rendez2k/.filebot/logs/amc.log
FileNotFoundException: /opt/filebot/amc.groovy
java.io.FileNotFoundException: /opt/filebot/amc.groovy
at net.filebot.cli.ArgumentProcessor$DefaultScriptProvider.getScriptLocation(ArgumentProcessor.java ...
Locking /home/rendez2k/.filebot/logs/amc.log
FileNotFoundException: /opt/filebot/amc.groovy
java.io.FileNotFoundException: /opt/filebot/amc.groovy
at net.filebot.cli.ArgumentProcessor$DefaultScriptProvider.getScriptLocation(ArgumentProcessor.java ...
- 20 Sep 2015, 09:34
- Forum: Ubuntu & Desktop Linux
- Topic: ruTorrent
- Replies: 14
- Views: 14460
Re: ruTorrent
FileBot is not setting or forcing any permissions. I'd start by looking into the umask of the caller.
You can also use --def execute to call chmod on newly processed files. There's more than a few threads on that one. ;)
Hi again, so I think I worked this out. Almost.... however, what happened ...
You can also use --def execute to call chmod on newly processed files. There's more than a few threads on that one. ;)
Hi again, so I think I worked this out. Almost.... however, what happened ...
- 16 Sep 2015, 19:23
- Forum: Ubuntu & Desktop Linux
- Topic: ruTorrent
- Replies: 14
- Views: 14460
Re: ruTorrent
Slight other problem now. Created a new script for SABNzb - works great! Except, when its moving files, the file permissions are being set to None? Any ideas?
- 16 Sep 2015, 17:38
- Forum: Ubuntu & Desktop Linux
- Topic: ruTorrent
- Replies: 14
- Views: 14460
Re: ruTorrent
OK, thanks. The actual address is:
UnknownHostException: dedi-uk-49932: dedi-uk-49932: unknown error
I changed it just in case it wasn't safe to post! And no, not something I set anywhere
UnknownHostException: dedi-uk-49932: dedi-uk-49932: unknown error
I changed it just in case it wasn't safe to post! And no, not something I set anywhere
- 16 Sep 2015, 17:19
- Forum: Ubuntu & Desktop Linux
- Topic: ruTorrent
- Replies: 14
- Views: 14460
Re: ruTorrent
Hi. Sorry, use the IP where? The only setting I added was --def pushbullet=(my api here!)rednoah wrote:Using host dedi-uk-392 doesn't seem to work. Have you tried to use the IP instead?
- 16 Sep 2015, 15:15
- Forum: Ubuntu & Desktop Linux
- Topic: ruTorrent
- Replies: 14
- Views: 14460
Re: ruTorrent
So, got this to work after a bit of messing! Tried to implement pushbullet notifications but got:
Processed 1 files
Sending PushBullet report
UnknownHostException: dedi-uk-392: dedi-uk-392: unknown error
Done ヾ(ï¼ âŒ’ãƒ¼âŒ’ï¼ )ノ
Any ideas?
Processed 1 files
Sending PushBullet report
UnknownHostException: dedi-uk-392: dedi-uk-392: unknown error
Done ヾ(ï¼ âŒ’ãƒ¼âŒ’ï¼ )ノ
Any ideas?
- 16 Sep 2015, 08:00
- Forum: Ubuntu & Desktop Linux
- Topic: ruTorrent
- Replies: 14
- Views: 14460
ruTorrent
Hi all, I followed the guide for setting up automation on a Linux seedbox. I added this line to my .rtorrent.rc
system.method.set_key=event.download.finished,filebot_amc,"execute={/home/user/rtorrent-postprocess,$d.get_base_path=,$d.get_name=,$d.get_custom1=}"
Once a torrent has finished ...
system.method.set_key=event.download.finished,filebot_amc,"execute={/home/user/rtorrent-postprocess,$d.get_base_path=,$d.get_name=,$d.get_custom1=}"
Once a torrent has finished ...