[DEPRECIATED] XBMC Subtitles - Addon Script (previously OpenSubtitles OSD)

  Thread Rating:
  • 7 Votes - 4.86 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Closed
subixonfire Offline
Junior Member
Posts: 9
Joined: Feb 2012
Reputation: 0
Location: Pula Hrvatska
Post: #1851
im using eden, beta 2. My gui.py file is a litle diferent. Wink But it is not my question how to make another hack that fixes this, it is how to fix this in an acceptable way and without breaking something else. So this change can maybe be included in your next release to fix this for everyone using icefilms and subtitles addon.
find
amet Offline
I wave my private parts at your aunties!
Posts: 3,486
Joined: Jul 2009
Reputation: 18
Location: Novi Sad / Dubai
Post: #1852
subixonfire Wrote:im using eden, beta 2. My gui.py file is a litle diferent. Wink But it is not my question how to make another hack that fixes this, it is how to fix this in an acceptable way and without breaking something else. So this change can maybe be included in your next release to fix this for everyone using icefilms and subtitles addon.

untested eden .py -> http://pastebin.com/cBfkVLuS


Always read the XBMC_Online_Manual,Frequently_Asked_Questions and search the forum before posting.
For troubleshooting and bug reporting use -> Log_file.
find
subixonfire Offline
Junior Member
Posts: 9
Joined: Feb 2012
Reputation: 0
Location: Pula Hrvatska
Post: #1853
That fixes it! Big GrinBig GrinBig Grin

This fixes it even if lang_to_end is false (unchecked)
http://pastebin.com/686dHZqu

Thanx for all your help.
Now can i expect this change to be included in next release, please?
find
amet Offline
I wave my private parts at your aunties!
Posts: 3,486
Joined: Jul 2009
Reputation: 18
Location: Novi Sad / Dubai
Post: #1854
subixonfire Wrote:That fixes it! Big GrinBig GrinBig Grin

This fixes it even if lang_to_end is false (unchecked)
http://pastebin.com/686dHZqu

Thanx for all your help.
Now can i expect this change to be included in next release, please?

happy? can we go back to not talking about icefilms now? Smile

https://github.com/amet/script.xbmc.subt...ui.py#L390


Always read the XBMC_Online_Manual,Frequently_Asked_Questions and search the forum before posting.
For troubleshooting and bug reporting use -> Log_file.
find
woompa Offline
Member
Posts: 69
Joined: Jun 2011
Reputation: 0
Post: #1855
Is there a way to add a manual search history to the subtitles add-on? For instance, when I play a movie that is labelled incorrectly, I do a manual subtitle search. If the subtitle file I choose is not the correctly synced version, I have to go back and delete the incorrect title in the search box and re-enter the correct title each time until I find the subtitle file that is synced correctly. Sometimes I get lucky and the first subtitle file I pick is the correct one- most of the time though, I have to delete/enter video titles over and over until I get the right one. Im sure this has been asked before or is covered elsewhere but, I had no idea what search keywords would have directed me to it. Thanks.
find
bboo Offline
Member
Posts: 97
Joined: Dec 2011
Reputation: 1
Post: #1856
I'm streaming movies from a local network drive, and since ive started doing this, subtitles are downloading but they are not showing. Is there something somewhere that has to be changed in the XBMC subtitles add-on to make this work?
find
amet Offline
I wave my private parts at your aunties!
Posts: 3,486
Joined: Jul 2009
Reputation: 18
Location: Novi Sad / Dubai
Post: #1857
woompa Wrote:Is there a way to add a manual search history to the subtitles add-on? For instance, when I play a movie that is labelled incorrectly, I do a manual subtitle search. If the subtitle file I choose is not the correctly synced version, I have to go back and delete the incorrect title in the search box and re-enter the correct title each time until I find the subtitle file that is synced correctly. Sometimes I get lucky and the first subtitle file I pick is the correct one- most of the time though, I have to delete/enter video titles over and over until I get the right one. Im sure this has been asked before or is covered elsewhere but, I had no idea what search keywords would have directed me to it. Thanks.

yeah, good idea.. will implement it so it remembers the entered search string

edit: try this -> https://github.com/amet/script.xbmc.subt...94c25e8301


Always read the XBMC_Online_Manual,Frequently_Asked_Questions and search the forum before posting.
For troubleshooting and bug reporting use -> Log_file.
(This post was last modified: 2012-02-09 21:02 by amet.)
find
amet Offline
I wave my private parts at your aunties!
Posts: 3,486
Joined: Jul 2009
Reputation: 18
Location: Novi Sad / Dubai
Post: #1858
bboo Wrote:I'm streaming movies from a local network drive, and since ive started doing this, subtitles are downloading but they are not showing. Is there something somewhere that has to be changed in the XBMC subtitles add-on to make this work?

debug log will have more info, you probably dont have permission to save the subs to network path


Always read the XBMC_Online_Manual,Frequently_Asked_Questions and search the forum before posting.
For troubleshooting and bug reporting use -> Log_file.
find
subixonfire Offline
Junior Member
Posts: 9
Joined: Feb 2012
Reputation: 0
Location: Pula Hrvatska
Post: #1859
@amet

Can you please include the https streams change?

Code:
if (movieFullPath.find("http://") > -1 ) or (movieFullPath.find("https://") > -1 ):

That fixes subtitles on all https streams.

I promise not to ask nothing more for a month atleast. Smile
find
Bogga Offline
Junior Member
Posts: 7
Joined: Oct 2011
Reputation: 0
Post: #1860
I've had this problem for quite some time now. First of all I can't seem to find subtitles through podnapisi, even though I know there are perfect subtitles at that site. I've put my login name and password for that site, still no success

Then I find subtitles at opensubtitles, I try to download them... but it just stays at "downloading subtitles" and doesn't move past that. Any idea what I have to do to get it to work?

(Click image for bigger version)
[Image: 1102567.jpeg]
find
Thread Closed