Posts: 466
Joined: Mar 2014
Reputation:
3
The Kodi Json API only allows to retrieve currentsubtitle, which is an array containing :
integer index
string language
string name
I can't analyse forced/default flags because they are not retrieved.
So the addon is looking for "forced" in the language and/or name of the sub.
Posts: 47
Joined: Apr 2019
Reputation:
2
So I installed this on kodi 18.1 and it seems to take around 10 seconds in for it to enable subtitles. Is there anyway I can set it to just always enable subtitles and only disable subtitles for things that are not Japanese? I tried to set a setting like this but it still seemed to take 10 seconds for the subtitles to show up.
Seeing subtitles for the first 10 seconds of something I don’t want to have subs is fine but the vice versa could mean that I miss 10 seconds of dialog =), thank you.
Posts: 21,448
Joined: Apr 2017
Reputation:
1,503
I would not have thought having two files named default or forced would work. How does Kodi know which one to choose? It is probably choosing the english one because "e" appears before "g"
Posts: 232
Joined: Apr 2015
Reputation:
2
ok so it is true, the problem is because "e" is before "g" !!!!!!!!!!! that is some bad coding !!!!!
I changed the first language to Czech and create a script that will copy all .el.srt to .cs.srt (it checks first if it exists) so this ways the .el.srt is there so it does not get downloaded again.
Now everythihg comes up with first subtitle Czech but with Greek inside..........!!!
Posts: 2
Joined: Mar 2020
Reputation:
0
Is there any chance to get this beautiful addon working with matrix? (Kodi 19)