-
-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: auto select external subtitle #1162
Comments
And there are malfunction that is auto selection of internal subtitles after 6.2.60. (6.2.59 is good well) |
In fact, I've tested both this version and v6.2.63 quite extensively and it turns out that they work equally well for me and in most cases catch external subtitles even with the same names without using the .fr.srt advice from @courville (with very few exceptions). And in fact, it is best to rename the subtitles to fr.srt on his advice so that there are no surprises. After version 6.2.63 the versions are a disaster and maybe on my big mouth. It's strange that I had a problem with this version earlier, but this time I found and deleted a .db file in the root I think (I think the name was files.db, but I'm not sure, and I don't know if it has anything to do with this app) and deleting before each test all hidden files with the extension . xml (which turns out to remember last selected subtitles - even wrong ones from newer versions). Also clear Nova video player cache and data before each test. As I said before, it will be for the best that the program first looks for built-in subtitles for the language we have chosen by default and if it can't find them to choose external subtitles tvshow-s01e01.fr.srt. But it would be nice (and I think more logical) if it can't find the tvshow-s01e01.fr.srt file, then look for tvshow-s01e01.srt. The worst thing is that the latest version v6.2.67 release is updated in google play and I will have to stop the automatic updates I hope that in future versions the people working on this nice project will solve the problems. #897 |
I stay with version 6.2.63. Tested v6.2.73 release |
@mitz1, when I have video.mkv and video.srt, video.en.srt, video.fr.srt and I select preferred language french on nova, it does pick correctly the external sub if there is no french sub in the mkv. |
Same here. It doesn't matter how external subtitle file is named, player always choose english internal subtitles, despite polish ones in settings. If there is no external subtitle file, the player always choose embedded english subtitles even if there are other embed subtitles in preferred / configured language. Reinstalled the app, cleared cache, nothing helps. |
@HosePL, thanks for the feedback. I have located an error in my code indeed. |
…language track in video When no sub matching preferred language found set the first track but update it in mVideoInfo See: nova-video-player/aos-AVP#1162
@mitz1 and @HosePL please try https://github.com/nova-video-player/aos-AVP/releases/tag/v6.2.75 if this is any better on your side. |
Just tested 6.2.75 and it works correct with both embed and external subtitles. Thanks @courville. |
@courville I'm afraid there is still some issue. |
@HosePL is this with latest release 6.2.76 (I have refactored the overall logic to simplify and avoid code duplication)? Do you confirm that this is with a video that has only internal subtitles or you have a mix (important to reproduce)? |
@courville I didn't notice you released new version two hours ago. |
@HosePL, regarding your remark about selecting the first embedded subtitles, do you mean it selects the polish embedded subtitle over the polish external one? This, I believe, I have not changed. However if it selects another language instead, this is a bug. Please confirm. EDIT: no need to reply, I can reproduce |
@courville Just tested 6.2.77, after update I've cleared cache, program data of the app on TV and configured everything from scratch. I also deleted *.resume files on my SMB server. Results:
I also noticed that external language name on the list is "polski" and sometimes "Polski" (first capital letter). |
Thanks for the feedback.
I just tested this very case tvshow-s01e01.mkv (3 internal subs en, fr, fr forced) with tvshow-s01e01-PL.mkv as external sub. With preferred displayed sub language Polish, on my side it displays correctly the subtitle. What is the language (default locale) you use on your device? |
Polish |
@courville I've made some more tests this morning and here what I found: Exact the same movie and subtitle files with different file names. John.Wick.Chapter.4.2023.2160p.WEB-DL.DDP5.1.Atmos.DV.HDR10+.H.265-CMRG.mkv
John Wick 4.mkv
I believe you can easly reproduce this fault and fix it. |
…ohn Wick 4-PL.srt and preferred language is Polish See nova-video-player/aos-AVP#1162
@courville want to report that something went wrong and after [v6.2.63 release] they don't even load tvshow-s01e01.fr.srt nor a tvshow-s01e01.srt but an English one. I reverted to a [v6.2.63 release] . ( Tested with v6.2.64 release and v6.2.65 )
This is my previous comment: Now I understand the logic that the program first looks for built-in subtitles for the language we have chosen by default. In your case French. After not finding it, it chooses external subtitles tvshow-s01e01.fr.srt. But it would be nice (and I think more logical) if it can't find the tvshow-s01e01.fr.srt file, then look for tvshow-s01e01.srt.
Originally posted by @mitz1 in #897 (comment)
The text was updated successfully, but these errors were encountered: