I started having the same problem but with Transmission instead of Deluge, thanks for the quick fix.
Is there any way to force our scripts to start using the fixed script over her more quickly?
Search found 7 matches
- 23 Sep 2013, 20:58
- Forum: Scripting and Automation
- Topic: Conflicting Arguments
- Replies: 3
- Views: 3373
- 30 Apr 2013, 15:12
- Forum: Scripting and Automation
- Topic: AMC - Issue with TV Show having multiple results at TVDB
- Replies: 4
- Views: 4322
Re: AMC - Issue with TV Show having multiple results at TVDB
I'll try to get a GUI up and see what I can come up with and post back with my results. Thanks rednoah.
- 30 Apr 2013, 15:04
- Forum: Scripting and Automation
- Topic: AMC - Issue with TV Show having multiple results at TVDB
- Replies: 4
- Views: 4322
Re: AMC - Issue with TV Show having multiple results at TVDB
Yeah that's what thetvdb says it is to disambiguate it from the other show Touch but the actual show is not called "Touch (2012)", however I do not expect your script to be able to know that. How could I integrate your suggested changed into my automation so that it can handle shows like this ...
- 30 Apr 2013, 14:41
- Forum: Scripting and Automation
- Topic: AMC - Issue with TV Show having multiple results at TVDB
- Replies: 4
- Views: 4322
AMC - Issue with TV Show having multiple results at TVDB
I am not sure if this is a bug or something I can work around using better parameters but here is my situation: I have Filebot running on a Synology NAS DS212j and it is being triggered through a script which transmission calls at the end of each download. This is sort of irrelevant though as ...
- 26 Apr 2013, 05:10
- Forum: Scripting and Automation
- Topic: Fetch Artwork/NFO Script Question
- Replies: 5
- Views: 6199
Re: Fetch Artwork/NFO Script Question
Also, would it be possible for you to add the standard "--q" option to this script? There's a show in thetvdb that keeps conflicting with my folder name even though its correct (Touch (2012)) and I cannot get the correct artwork. Edit: It seems like the rename show detects the series fine, the names ...
- 25 Apr 2013, 19:54
- Forum: Scripting and Automation
- Topic: Fetch Artwork/NFO Script Question
- Replies: 5
- Views: 6199
Re: Fetch Artwork/NFO Script Question
I was using override, here is exactly how I invoke it:
Code: Select all
filebot -script fn:artwork.tvdb "/volume1/videos/TV Shows/" \
--conflict override \
-non-strict
- 25 Apr 2013, 17:37
- Forum: Scripting and Automation
- Topic: Fetch Artwork/NFO Script Question
- Replies: 5
- Views: 6199
Fetch Artwork/NFO Script Question
Hey All - First of all, thanks a lot Rednoah for your hard work on this tool, it is insanely useful and I love it. Recently I have been re-organizing my media collection and I have a question about your tvshow artwork script: http://www.filebot.net/forums/viewtopic.php?f=4&t=5#p204 It seems like it ...