English language AND/OR foreign-language films
Posted: 26 Jul 2014, 18:39
Hi all,
I realise this question has probably been covered in the forums but I'm really struggling with it. I've tried to piece together what I want from the expressions others have, but I get very confused about the initial parts (MovieFormat="movieFormat=anarky, that kind of stuff) and the changing to different hard drives.
What I'm looking for is a format expression that I can use to apply to multiple scenarios:
So let's say I have two movies:
The Dark Knight
Alle Anderen (A German film known as Everyone Else in English)
What I'm looking for is a format expression that will recognise the differences between these and return:
The Dark Knight (2008)
Alle Anderen - Everyone Else (2009) (German)
(with these names also appearing in the folder)
'Everyone Else' is taken from the 'Also Known As' tab in the film's IMDB listing. And 'German' from the IMDB Language tab
-
The second part of this is fixing the subtitle files in the folder. I often end up with several subtitle files. Such as:
Alle.Anderen.2009.DVDRip.XviD.HORiZON-ArtSubs.ENG.srt
Alle.Anderen.2009.DVDRip.XviD.HORiZON-ArtSubs.ESP.srt
Obviously I want to keep the language definer at the end (ENG and ESP in the examples above) but change the rest of the name to mirror the .mkv file. How do I do this?
I've found this code in the forums:
Fetch subtitles for all files that have recently been created:
Code: Select all
filebot -script fn:suball /path/to/media -non-strict --def maxAgeDays=7
But that seems to be to fetch them if you don't have them, which I guess I'll also need for some.
So do I run the above code after I've renamed the files?
Please help!
Rob
I realise this question has probably been covered in the forums but I'm really struggling with it. I've tried to piece together what I want from the expressions others have, but I get very confused about the initial parts (MovieFormat="movieFormat=anarky, that kind of stuff) and the changing to different hard drives.
What I'm looking for is a format expression that I can use to apply to multiple scenarios:
So let's say I have two movies:
The Dark Knight
Alle Anderen (A German film known as Everyone Else in English)
What I'm looking for is a format expression that will recognise the differences between these and return:
The Dark Knight (2008)
Alle Anderen - Everyone Else (2009) (German)
(with these names also appearing in the folder)
'Everyone Else' is taken from the 'Also Known As' tab in the film's IMDB listing. And 'German' from the IMDB Language tab
-
The second part of this is fixing the subtitle files in the folder. I often end up with several subtitle files. Such as:
Alle.Anderen.2009.DVDRip.XviD.HORiZON-ArtSubs.ENG.srt
Alle.Anderen.2009.DVDRip.XviD.HORiZON-ArtSubs.ESP.srt
Obviously I want to keep the language definer at the end (ENG and ESP in the examples above) but change the rest of the name to mirror the .mkv file. How do I do this?
I've found this code in the forums:
Fetch subtitles for all files that have recently been created:
Code: Select all
filebot -script fn:suball /path/to/media -non-strict --def maxAgeDays=7
But that seems to be to fetch them if you don't have them, which I guess I'll also need for some.
So do I run the above code after I've renamed the files?
Please help!
Rob