Search found 8 matches

by c.murphy360
22 Mar 2013, 20:26
Forum: Scripting and Automation
Topic: [Script] Email yourself missing and upcoming episodes
Replies: 16
Views: 12541

Re: [Script] Email yourself missing and upcoming episodes

Ok, so I've been working on this a little, noticed the regex you sent me was trying to test the episode title instead of series name. Also noticed that not all of my shows are formatted perfectly and I needed to add some error checking and fault tolerance to your script. Here is what I have working ...
by c.murphy360
22 Mar 2013, 00:29
Forum: Scripting and Automation
Topic: [Script] Email yourself missing and upcoming episodes
Replies: 16
Views: 12541

Re: [Script] Email yourself missing and upcoming episodes

Ok so i inserted print it like you said. Looks like i'm getting an error when it runs into a file called .SyncID (From bittorrent syncapp) Removed that file and it ran through fine on $#*t My Dad Says which is in the format you suggested (testing Purposes only) It errors out on the next show due to ...
by c.murphy360
21 Mar 2013, 23:05
Forum: Scripting and Automation
Topic: [Script] Email yourself missing and upcoming episodes
Replies: 16
Views: 12541

Re: [Script] Email yourself missing and upcoming episodes

Tried using this in Windows... Got this error. Any Thoughts? IndexOutOfBoundsException: index is out of range 0..-1 (index = 0) java.lang.IndexOutOfBoundsException: index is out of range 0..-1 (index = 0) at Script3$_run_closure6_closure18.doCall(Script3.groovy:115) at Script3$_run_closure6.doCall ...
by c.murphy360
18 Mar 2013, 12:41
Forum: Help and Support
Topic: Couple questions
Replies: 3
Views: 3188

Re: Couple questions

1. Got it, thanks... will let you know if it happens again. 2. The issue is I downloaded S02E17.mkv and it renamed it to S01E17.mkv. I noticed that the file was missing out of the Season 02 folder and went looking through the logs, noticed it renamed it to season 01 instead. 3. Hmmm... I need some ...
by c.murphy360
18 Mar 2013, 01:04
Forum: Help and Support
Topic: Couple questions
Replies: 3
Views: 3188

Couple questions

1. So I just plugged a bunch of individual episodes to download. I noticed that some were converted and moved and others were not. I used to have a similar problem with a script i wrote before I found filebot being called multiple times when several files finish close to the same time. Does Filebot ...
by c.murphy360
16 Mar 2013, 19:45
Forum: Help and Support
Topic: Help with AMC and uTorrent
Replies: 7
Views: 5456

Re: Help with AMC and uTorrent

Works like a charm! I've been using my own home brew script to do all of this stuff. I think it's about time I retire it and let the pro take over... This is a truly amazing tool! Thank you!
by c.murphy360
16 Mar 2013, 12:35
Forum: Help and Support
Topic: Help with AMC and uTorrent
Replies: 7
Views: 5456

Re: Help with AMC and uTorrent

Using 3.4 x64. Where do I get 3.5?

Also just uninstalled and reinstalled 32bit filebot and java. same error.
by c.murphy360
16 Mar 2013, 10:36
Forum: Help and Support
Topic: Help with AMC and uTorrent
Replies: 7
Views: 5456

Help with AMC and uTorrent

Newbie here. So I have uTorrent set up and have added this to utorrents run program section: filebot -script fn:amc --output "I:\Downloads\Torrents\Processed" --action copy --conflict override -non-strict --def music=y subtitles=en artwork=y "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut ...