Is it possible to include support for Addic7ed? Maybe you could take a look at subliminal http://subliminal.readthedocs.org/en/latest/
Best regards
Search found 6 matches
- 23 Mar 2013, 14:11
- Forum: Feature Requests and Bug Reports
- Topic: Subs from Addic7ed
- Replies: 1
- Views: 3761
- 21 Mar 2013, 18:42
- Forum: Scripting and Automation
- Topic: Subtitle and renaming
- Replies: 8
- Views: 7522
Re: Subtitle and renaming
Okay great 
I used your hack and added both nfo and html to sub list in media.types. There is still no other way then doing this if i want filebot to rename them right?

I used your hack and added both nfo and html to sub list in media.types. There is still no other way then doing this if i want filebot to rename them right?
- 21 Mar 2013, 15:03
- Forum: Scripting and Automation
- Topic: Subtitle and renaming
- Replies: 8
- Views: 7522
Re: Subtitle and renaming
Great, thanks 
Is it possible to get a list of functions on the media type?

Is it possible to get a list of functions on the media type?
- 21 Mar 2013, 14:38
- Forum: Scripting and Automation
- Topic: Subtitle and renaming
- Replies: 8
- Views: 7522
Re: Subtitle and renaming
Hi again
Could you also help me with this. I would like to use getMedieInfo to check if a mkv file contains english subtitles. Is this possible?
Best regards
Could you also help me with this. I would like to use getMedieInfo to check if a mkv file contains english subtitles. Is this possible?
Best regards
- 21 Mar 2013, 07:54
- Forum: Scripting and Automation
- Topic: Subtitle and renaming
- Replies: 8
- Views: 7522
Re: Subtitle and renaming
Thanks for the anwser
this is great.

- 20 Mar 2013, 20:15
- Forum: Scripting and Automation
- Topic: Subtitle and renaming
- Replies: 8
- Views: 7522
Subtitle and renaming
Hi I am in the process of writing my own groovy script for renaming movies and tv shows. To get some inspiration i have been trying the different scripts and seem to have found a bug or unfortunate implementation of getting subtitles. Lets look at the following script: def files = dir.listFiles{ it ...