
Search found 8 matches
- 05 Oct 2013, 18:01
- Forum: Scripting and Automation
- Topic: AMC script different DB for a specific tv show?
- Replies: 13
- Views: 7314
Re: AMC script different DB for a specific tv show?
Fantastic. Thanks for the help again! 

- 05 Oct 2013, 11:52
- Forum: Scripting and Automation
- Topic: AMC script different DB for a specific tv show?
- Replies: 13
- Views: 7314
Re: AMC script different DB for a specific tv show?
CSI.S14E02.HDTV.x264-LOL.mp4 gets renamed to CSI NY - S01E05 - A Man a Mile.mp4
- 04 Oct 2013, 19:20
- Forum: Scripting and Automation
- Topic: AMC script different DB for a specific tv show?
- Replies: 13
- Views: 7314
Re: AMC script different DB for a specific tv show?
It's working as it should, but the wrong name is being picked up because the file doesn't have Crime Scene Investigation anywhere in the name.
- 04 Oct 2013, 16:09
- Forum: Scripting and Automation
- Topic: AMC script different DB for a specific tv show?
- Replies: 13
- Views: 7314
Re: AMC script different DB for a specific tv show?
Can I add the following code:
To my custom script?
It's currently renaming the new CSI episodes as CSI: NY.
Code: Select all
rename(file: args.getFiles{ it =~ /(?i:csi)/}, query: "CSI: Crime Scene Investigation", db: "TheTVDB")
It's currently renaming the new CSI episodes as CSI: NY.
- 03 Oct 2013, 06:06
- Forum: Scripting and Automation
- Topic: AMC script different DB for a specific tv show?
- Replies: 13
- Views: 7314
Re: AMC script different DB for a specific tv show?
OK, thanks for all the help. 

- 02 Oct 2013, 17:15
- Forum: Scripting and Automation
- Topic: AMC script different DB for a specific tv show?
- Replies: 13
- Views: 7314
Re: AMC script different DB for a specific tv show?
Ok, with that change, everything is going to use the TVRage db. Is possible to add the name of the show I want to use TVRage db instead and leave the rest to use TheTVDB?
Also where is the script located lol? I've looked in my FileBot install folder, but can't seem to find it.
Also where is the script located lol? I've looked in my FileBot install folder, but can't seem to find it.
- 02 Oct 2013, 12:35
- Forum: Scripting and Automation
- Topic: AMC script different DB for a specific tv show?
- Replies: 13
- Views: 7314
Re: AMC script different DB for a specific tv show?
How do I modify the script to change the db settings? The show is locked on the TheTVDB. 

- 01 Oct 2013, 19:14
- Forum: Scripting and Automation
- Topic: AMC script different DB for a specific tv show?
- Replies: 13
- Views: 7314
AMC script different DB for a specific tv show?
Is it possible to set the utorrent AMC script to use a different DB for a specific tv show? TVDB is giving the wrong info, but tvrage is correct for the show. filebot -script fn:amc --output "D:/" --log-file amc.log --action copy --conflict override -non-strict --def music=n artwork=y "ut_dir=%D ...