Search found 9 matches

by mueller56
21 Nov 2017, 01:19
Forum: Feature Requests and Bug Reports
Topic: Subtitles
Replies: 16
Views: 12191

Re: Subtitles

Sorry for digging this old thread out, but after a long time of perfect FileBotness, I have to slightly change my automation process and am now trying to switch to the AMC script instead of all my custom stuff. I am, however, once again stuck on the topic of subtitles :/ I have always used the movie...
by mueller56
31 Mar 2016, 09:53
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 682
Views: 1584568

Re: Release Groups {group}

Great, thanks! Is there any way to get the foldername in a command? It would make my matching much more failproof, to just match the end of the foldername as the group.

Btw, new groups:
TV4A
DOUCEMENT
EPHEMERiD
by mueller56
30 Mar 2016, 23:23
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 682
Views: 1584568

Re: Release Groups {group}

I have encountered a problem with one of the recent group additions : ENG. If you have English subtitles, the release groups often append the language identifier .eng at the end, so Filebot thinks that the group is ENG when it's actually something else. The group is actually called Encoderflaccid, E...
by mueller56
11 Mar 2016, 11:59
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 682
Views: 1584568

Re: Release Groups {group}

GZCrew
RIPLEY
JaJunge
by mueller56
23 Jan 2016, 14:41
Forum: Feature Requests and Bug Reports
Topic: Subtitles
Replies: 16
Views: 12191

Re: Subtitles

Great :) That answers one of my questions. Now I only need to know how to distinguish between IDX files that only have one subtitle track and the ones that have multiple tracks. How can I count the number of results, that the matchAll()-function returns, so I can use that in the if-clause :?
by mueller56
21 Jan 2016, 00:50
Forum: Feature Requests and Bug Reports
Topic: Subtitles
Replies: 16
Views: 12191

Re: Subtitles

Great, this is near perfection now! One thing I'd like to do though is to recognize if the IDX file contains multiple subtitle tracks or not. Now there would be two ways to do that, but unfortunately I couldn't get either one to work on the command line. Match against "index: 1". Since &qu...
by mueller56
11 Dec 2015, 08:22
Forum: Feature Requests and Bug Reports
Topic: Subtitles
Replies: 16
Views: 12191

Re: Subtitles

I tested the schemes and found that only renaming the .idx works. For the .sub I haven't been able to get it working. The structure of my files before processing is: somefilename.mkv somefilename.idx somefilename.sub somefilename-eng.idx somefilename-eng.sub somefilename-eng-forced.idx somefilename-...
by mueller56
11 Dec 2015, 05:09
Forum: Feature Requests and Bug Reports
Topic: Subtitles
Replies: 16
Views: 12191

Re: Subtitles

Okay, so for .idx it seems pretty simple then, I could just do this for every language that usually comes with what I have: {if (ext == 'idx' && file.text.matchAll('id: en')) '.eng'} But what about the corresponding .sub file? Basically, it has the same filename as the .idx, just the differe...
by mueller56
10 Dec 2015, 19:08
Forum: Feature Requests and Bug Reports
Topic: Subtitles
Replies: 16
Views: 12191

Re: Subtitles

I was really happy when I found this thread, because I didn't think Filebot supported guessing the language from .idx/.sub pairs. Unfortunately, I had to find out that apparently this feature was dropped in the newer versions of Filebot. I know that these VobSubs are not state of the art anymore, bu...