2012-11-12, 20:48
When watching a movie or tv show streamed from the internet, the addon cannot usually find a subtitle, and it requires to enter the subtitle title manually.
I had a look at the phyton code and the search is based on xbmc.Player().getPlayingFile()
for streamed content the file name is usually video.flv or something not descriptive of the real title
Maybe it is possible to use the title of the listitem instead of the file name. This way the addon woulfd automatically find the subtitle without manual intervention.
Moreover, even when we enter manually a title, the title is forgotten the next time we enter the manual search, and we have to type it again..
I had a look at the phyton code and the search is based on xbmc.Player().getPlayingFile()
for streamed content the file name is usually video.flv or something not descriptive of the real title
Maybe it is possible to use the title of the listitem instead of the file name. This way the addon woulfd automatically find the subtitle without manual intervention.
Moreover, even when we enter manually a title, the title is forgotten the next time we enter the manual search, and we have to type it again..