Hi
I have 2 video file formats: mp4 and mkv.
The subtitles embedded in a movie in mkv format are read well.
On the other hand, those placed in the same folder of the movie encoded in mp4, with the same name (for the folder, the movie and the subtitles) are not read.
I don’t know since when it happened, but the subtitles of a movie encoded in mp4 were read well last June and I haven’t changed anything in the settings since.
Any idea to solve the problem?
This is the log file
EDIT: I must add that if while playing the movie I manually designate the subtitle file, the movie stops and OSMC/Kodi crashes.
EDIT 2: those files are in .srt format
I cannot offer any advice, but just wanted to add that I too have noticed that .srt files sometimes aren’t played automatically despite being correctly named and perfectly valid (I use Gaupol to edit all my subtitles).
If I manually designate the files, it plays fine, though - no crashes for me. While not the end of the world, it’s kinda frustrating and I hope we can get an official word on this.
I don’t know if this can help, and assuming you’re using srt subtitles, but I know that media players like kodi (and mediaportal) are sensitive to specific codepage(s) used in srt subtitles.
In my native language characters like é,à,ë (ASCII codes >127) are commonplace so that’s one of the things I always verify when trying out a new player.
After some thorough testing with different codepages on the combo vero/kodi I came to the conclusion that 1 codepage worked in all the cases I tested out (embedded and external): UTF-8 with byte-order mark (BOM).
All others didn’t fare well.
Unicode text editors can easily convert to any codepage.
Thanks for your answers.
My subtitles which have always been encoded in UTF 8 without BOM have always been read very well. This failure appeared suddenly causing 2 successive crashes.
Oddly enough, without doing anything, the same subtitles (in .srt therefore) reappeared.
Mystère et boule de gomme.
Thank you for your input.
I’ve also been thinking that maybe it’s got to do with the codepages somehow, but I’ve used osmc for 8+ years and it never was a problem before this summer. So, this is likely an unintended regression, and it would be great to hear if it’s been - or will be - fixed.
If there’s no fix on the horizon, then hopefully it won’t be too hard to automate the conversion process. I’ve quite a few files spread across quite a few drives/folders, so I’m hesitant to start until we get the official diagnosis.