-
Notifications
You must be signed in to change notification settings - Fork 23
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
Downloading subtitle popus is raised even if subtitles are exists #22
Comments
Confirmed, will fix later today. |
Just tested with some local files and didn't raised the popup to download subtitles. |
Not sure, can't reproduce it. |
It's still there. |
How you reproduced it? |
Reinstalled addon and played a series episode, happend every time. I know we're to look for and testing it as we speak to be sure it's solved. |
OK, if you are looking at it, I will leave it to you. |
It's pretty simple, change line 49 til 91 if I'm correct. Change true with false and vice versa. That should fix it. It did in other addon I modded |
In default.py |
Will check it. This only happens to TV shows, correct?
|
I don't thing changing the true/false is the right thing. For eg: Here you are telling that if path has pvr:// and is set to exclude LiveTV you will return TRUE (changing from FALSE to TRUE). If you return TRUE it will execute the code to get subtitles, no? You want all to be to execute the automatic push no? I will test it. |
@georgo in AutoSubs do you have specific language activated, if so to what language? I tested with a movie and a serie localy and if I have subtitles To my doesn't pop ups nothing. |
With or without language configured? |
This is strange. I tested it on a laptop with a clean XBMC install and reproduced it. Same test but now with subtitle file like this, and then it failes. |
I played with preferred language setting #14 and noticed that it doesn't seem to function as intended. Debug("[AutoSubsPlayer] Language selected: '%s'" % specific_language) |
Will try to test based in that, to see what's happening with specific_language |
Think it is corrected with this pull: |
Sometimes It seems I still get this problem, but only on a raspberry pi. I will try to get the pattern, I don't know if a xbmc.sleep(2000) before vailableLangs = xbmc.Player().getAvailableSubtitleStreams() |
Hi,
I have TV Show and subtitles next to it, but this plugin always show popup to download subtitles - not only in case I don't have subtitles, but always.
See attached log, hope it helps. http://xbmclogs.com/show.php?id=228611
Happend to me to Gotham 13.1 on Windows 7 and on Android 4.2.2
Regards,
Tomas K.
The text was updated successfully, but these errors were encountered: