Search found 10 matches

by twig123
11 Sep 2015, 04:18
Forum: Scripting and Automation
Topic: AMC Failure Notifications?
Replies: 1
Views: 2457

AMC Failure Notifications?

I've had an issue a few times now, where the AMC script has either not been able to find show data or doesn't have enough space on the destination drive. This is the command that my script runs: "C:\Program Files\FileBot\filebot.exe" -script fn:amc --output "W:\~Media~" --log-file C:\Users\twig ...
by twig123
05 Apr 2014, 05:45
Forum: Scripting and Automation
Topic: Issue with AMC script
Replies: 0
Views: 2350

Issue with AMC script

Hey, Was just stopping by as I wanted to mention 2 things that I noticed about the AMC script. Currently, there is no retry if it fails to get info for an Episode... and in an automated setup you would never know, as no notifications are sent: Parameter: plex = localhost Parameter: gmail = {USER ...
by twig123
10 Mar 2014, 05:05
Forum: Episode / Movie Naming Scheme
Topic: AMC Incorrect Show Rename (Resurrection)
Replies: 9
Views: 10113

AMC Incorrect Show Rename (Resurrection)

Below is the information from my amc.log file. The show was identified as "Resurrection (2005)" instead of this version of "Resurrection" that just aired today: http://thetvdb.com/?tab=series&id=269650&lid=7 Parameter: plex = localhost Parameter: gmail = {Removed} Parameter: artwork = n Parameter ...
by twig123
18 Jan 2014, 19:50
Forum: Scripting and Automation
Topic: How to input variables into .bat file
Replies: 3
Views: 5466

Re: How to input variables into .bat file

I was running into similar issues with folders that had spaces in the name, as I was just setting up FileBot with my utorrent 2 days ago and just got it working yesterday. I believe the variables that you have in your BAT are messing up (the "ut_dir=%1" "ut_file=%2", etc) possibly because of quotes ...
by twig123
18 Oct 2012, 23:05
Forum: Scripting and Automation
Topic: Need help getting automation going
Replies: 28
Views: 32237

Re: Need help getting automation going

Looks like you'll need to allow non-strict matching: -non-strict Awesome! Thanks! On to the next hurdle, if you are willing to help... Making WDTV Live Hub compatible MetaData. Here is a sample of the MetaData from an existing XML file I have: ( Filename: The.Walking.Dead.01x06.-.TS-19.xml ) <?xml ...
by twig123
17 Oct 2012, 01:32
Forum: Scripting and Automation
Topic: Need help getting automation going
Replies: 28
Views: 32237

Re: Need help getting automation going

(Thanks for the '''...''' info, I got the renaming working now with that!) Dark Matters now works for me, but the Grimm, Merlin, Once Upon a Time, and Revolution aren't working for me still. I'm not sure how to make a logfile through FileBot itself... So, I redirected the data from my command line ...
by twig123
13 Oct 2012, 20:56
Forum: Scripting and Automation
Topic: Need help getting automation going
Replies: 28
Views: 32237

Re: Need help getting automation going

Just tested out r1227 with the utorrent-postprocess.groovy script. Seems to be working better with detections, but still missing some series. Series I've tried & Status: ===Works with=== Alphas Ancient Aliens Arrow Fringe Grim NCIS Stephen Hawking's Grand Desing The Looney Tunes Show (2011) The ...
by twig123
10 Oct 2012, 01:57
Forum: Scripting and Automation
Topic: Need help getting automation going
Replies: 28
Views: 32237

Re: Need help getting automation going

rednoah wrote:Fixed with r1224.
Sorry for being a noob... but r1224, of what?
Is this an update to FileBot or a script? (where to I get/test this?)
by twig123
07 Oct 2012, 21:33
Forum: Scripting and Automation
Topic: Need help getting automation going
Replies: 28
Views: 32237

Re: Need help getting automation going

Here are a few more examples:
Once Upon a Time => Once Upon a Time (2011)
Revolution => Revolution (2012)

This would be a start, but I think that just adding a few examples and allowing for users to specify additional entries would work great.
by twig123
03 Oct 2012, 02:15
Forum: Scripting and Automation
Topic: Need help getting automation going
Replies: 28
Views: 32237

Need help getting automation going

Hi All, Filebot and Groovy are both new to me, however they seem powerful enough to do everything I need. I've been trying to use this http://filebot.sourceforge.net/forums/viewtopic.php?f=4&t=215 script, but running into some issues. There are a couple changes that I would need to make in order for ...