-
Notifications
You must be signed in to change notification settings - Fork 120
Do not download multiple subtitles of same language #661
Comments
As far as I know, "any" means any of two other options:
What you have is none of those:
You should have something like this for exact:
Or this for loose:
"Any" should work with both of those. |
I have hundreds of local subtitle files, I don't feel like renaming them all. |
"any" should pick up any subtitle inside a given folder, regardless of its name. I'll check why subtitlehelpers finds the file, but is being ignored. Can I get a full log dump please? |
@Y4kuzi I've pushed a possible fix to develop-2.6. Can you try it? (https://github.com/pannal/Sub-Zero.bundle/wiki/Developers-Corner#manualdevelopmenttesting-installation) |
@Y4kuzi pushed a working fix to develop-2.6. Leaving the strictness at "any" might result in bad behaviour with TV shows, depending on your folder structure, though. For movies this should work properly. |
I might be able to improve existing subtitle detection for TV shows later on. |
@viking1304 no, "any" means any subtitle file found in the current folder (or subfolder, as per config) will be considered correct for the current media. |
Now I know. Sorry if I made any confusion. |
Seems to be fixed in develop-2.6, did some testing and it works as intended. I don't know about TV shows, but for movies it works great now. |
That should be the case. If it isn't, please post the logs for the corresponding item! |
I don't want Sub-Zero to download subtitles if there already is an .srt file present. For some reason, this is only possible if the subtitle file matches the exact filename.
The weird part is that the module subtitlehelpers successfully finds the subtitles, even if it doesn't match the exact filename, with the correct language.
The same thing happens when I change "eng" to "en".
Logs: https://pastebin.com/s4zUENek
And now suddenly it says the English language is missing, so it proceeds to download another one. Why does it do this, if it already found one?
In the Sub-Zero settings, I have the following relevant settings:
But these settings don't seem to do anything at all. Same thing happens with all movies.
I hope this gets fixed soon.
The text was updated successfully, but these errors were encountered: