Search found 6 matches

by sleepybear
26 Apr 2013, 18:46
Forum: Scripting and Automation
Topic: [GUIDE] Fully Automated Media Center with Transmission (Mac)
Replies: 121
Views: 635841

Re: [GUIDE] Fully Automated Media Center with Transmission (

First you would need to download the script: http://filebot.net/scripts/amc.groovy Then change your CL option from -script fn:amc to -script /path/to/script/amc.groovy Now you can modify your custom version of the script to do whatever your please. Keep in mind the script will now NOT automatically ...
by sleepybear
26 Apr 2013, 18:26
Forum: Scripting and Automation
Topic: Transmission to FileBot to Plex Automation
Replies: 7
Views: 12875

Re: Transmission to FileBot to Plex Automation

TVShows 2 is pretty decent, it's free and arguably better than Automatic: http://tvshowsapp.com/ Catch + showRSS is nice and simple, plus you can add shows from the website. No custom feeds. http://showrss.karmorra.info/ https://code.google.com/p/catch/ For ultimate control and customization tough t...
by sleepybear
23 Apr 2013, 14:59
Forum: Scripting and Automation
Topic: Transmission to FileBot to Plex Automation
Replies: 7
Views: 12875

Re: Transmission to FileBot to Plex Automation

This is similar to my setup, except I don't move the files from an 'Active Downloads' folder into a 'Completed Downloads' folder. An RSS torrent downloading application places torrent files into /Volumes/The\ Conservatory/Incoming It then opens them, which brings them into Transmission. Transmission...
by sleepybear
22 Apr 2013, 05:12
Forum: Scripting and Automation
Topic: AMC misidentifies 60 Minutes as a movie
Replies: 3
Views: 3597

Re: AMC misidentifies 60 Minutes as a movie

By the way, I have to compliment you on the AMC script. It's rock solid and extremely customizable from the CL.

Thanks again, great work.
by sleepybear
22 Apr 2013, 04:49
Forum: Scripting and Automation
Topic: AMC misidentifies 60 Minutes as a movie
Replies: 3
Views: 3597

Re: AMC misidentifies 60 Minutes as a movie

Was using r1600 on OS X. Swapped out the .jar with r1615 and presto.

Thank you!
by sleepybear
21 Apr 2013, 22:56
Forum: Scripting and Automation
Topic: AMC misidentifies 60 Minutes as a movie
Replies: 3
Views: 3597

AMC misidentifies 60 Minutes as a movie

Hey, Just started tinkering with amc and FileBot. As a test case I've been using the following CLI to launch the script from Transmission: /Applications/Filebot.app/Contents/MacOS/filebot -script fn:amc --output "$TR_TORRENT_DIR" --log-file amc.log --action copy --conflict fail -non-strict...