Question about accurate subtitle finding

All about user-defined episode / movie / file name format expressions
Post Reply
jaydz
Posts: 14
Joined: 25 Dec 2015, 10:59

Question about accurate subtitle finding

Post by jaydz »

Hello Everyone,

Just a question out of curiousity. Would filebot find more accurate subtitles when searching for subtitles for the original file name, or should I better rename the .mkv files to: serie name - episode - episode name - release group
As filebot didn't find subtitles on original file name but it did when the name is:
serie name - episode - episode name - release group

And another question, sorry for wrong categorie.
Can I with filebot rename a movie file and seperate subtitles with the original file name to:
serie name - episode - episode name - release group - (language name if srt)
User avatar
rednoah
The Source
Posts: 23935
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Question about accurate subtitle finding

Post by rednoah »

1.
Current filename has little effect on Hash-Lookup.

Name-Search however is primarily based on the filename, and FileBot is likely to pick the subtitle where the subtitle filename is most similar to the video filename. Also, FileBot keeps the original name as xattr metadata, so FileBot may use information from the original filename after you've already renamed the file.

@see viewtopic.php?f=3&t=2615


2.
Do you mean "Keep the original subtitle filename when downloading subtitles?" Yes, see Subtitle Naming options.


3.
Do you mean "Rename video/subtitle files so that the name matches the subtitle/video files?" Yes, see Naming Scheme / Format help.

@see viewtopic.php?f=5&t=3344
:idea: Please read the FAQ and How to Request Help.
jaydz
Posts: 14
Joined: 25 Dec 2015, 10:59

Re: Question about accurate subtitle finding

Post by jaydz »

rednoah wrote:1.
Current filename has little effect on Hash-Lookup.

Name-Search however is primarily based on the filename, and FileBot is likely to pick the subtitle where the subtitle filename is most similar to the video filename. Also, FileBot keeps the original name as xattr metadata, so FileBot may use information from the original filename after you've already renamed the file.

@see viewtopic.php?f=3&t=2615


2.
Do you mean "Keep the original subtitle filename when downloading subtitles?" Yes, see Subtitle Naming options.


3.
Do you mean "Rename video/subtitle files so that the name matches the subtitle/video files?" Yes, see Naming Scheme / Format help.

@see viewtopic.php?f=5&t=3344
Thank you.
And I think its not possible for filebot to detect the video framerate and set the subtitle framerate at the same? Thanks
User avatar
rednoah
The Source
Posts: 23935
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Question about accurate subtitle finding

Post by rednoah »

1.
All commonly used subtitles formats (SRT, ASS, etc) are time based, not frame rate based. Whatever "set the framerate" means, it won't matter, because 1 second is still 1 second at any frame rate. :D

e.g. SRT:

Code: Select all

1
00:00:06,000 --> 00:00:12,000
Hello

2
00:00:53,000 --> 00:00:56,000
World

2.
I don't know why there are so many out-of-sync subtitles, but I'm pretty sure it rarely, if ever, has anything to do with the frame rate. In short, people upload bad subtitles, and the only thing you can do is find good subtitles and then use FileBot to upload (or re-upload to upvote/hashlink) them, so it'll work for the next guy.


3.
FileBot does take into account the video frame rate and subtitle frame rate (i.e. the frame rate of the video that the subtitle was uploaded for). However, subtitles that have not been uploaded with FileBot (or other well-behaved tools) typically aren't uploaded without any additional media info like frame rate, so the "subtitle frame rate" is not known most of the time.
:idea: Please read the FAQ and How to Request Help.
Post Reply