Kodi Community Forum
[DEPRECIATED] XBMC Subtitles - Addon Script (previously OpenSubtitles OSD) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Subtitle Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=143)
+---- Thread: [DEPRECIATED] XBMC Subtitles - Addon Script (previously OpenSubtitles OSD) (/showthread.php?tid=75437)



- SupeReuven - 2011-11-30

Hi,

10x for the replay i post the log in this link: http://pastebin.com/Gn2s0kqp

Thanks again


- amet - 2011-12-01

SupeReuven Wrote:Hi,

10x for the replay i post the log in this link: http://pastebin.com/Gn2s0kqp

Thanks again

try this, install it using "install via zip" option


btw, attached is not a debug log, debug logging needs to be enabled


Subscenter service - status update - orivar - 2011-12-01

Hi everyone,

A quick update regarding the Subscenter service: I've tracked down the problem to a change in their download links (they added a key per file, I'm not sure what for). I updated the service's code and will upload a new version for review soon (I always have trouble working with the github repo so I'll have to work around that as well Blush).

An updated version will probably be sent out soon after amet reviews and approves it.


- amet - 2011-12-02

orivar Wrote:Hi everyone,

A quick update regarding the Subscenter service: I've tracked down the problem to a change in their download links (they added a key per file, I'm not sure what for). I updated the service's code and will upload a new version for review soon (I always have trouble working with the github repo so I'll have to work around that as well Blush).

An updated version will probably be sent out soon after amet reviews and approves it.

I have pulled it into dharma, please review eden-pre as well so that we have it working on both branches


- MagicMicky - 2011-12-03

Hi !
I wanted to know if you could integrate those subs website :
http://fr.tvsubtitles.net/
http://www.tvsubs.net/
http://www.sous-titres.eu/
http://www.seriessub.com/
(i'm on the pre-eden release)
Thanks Smile


Subscenter still not working - Evilcheese - 2011-12-03

Hi,
I did "git clone" using the git url straight into XBMC's plugin dir but it didn't recognize the plugin. After that, I downloaded the old version of the plugin via XBMC's addon screen and then I git clone'd into the script.xbmc.subtitles dir that XBMC created but when I choose subcenter and search for subtitles it displays an "invalid string null" or something like that after the search. Did I do anything wrong or is the add on still broken?


- amet - 2011-12-03

Evilcheese Wrote:Hi,
I did "git clone" using the git url straight into XBMC's plugin dir but it didn't recognize the plugin. After that, I downloaded the old version of the plugin via XBMC's addon screen and then I git clone'd into the script.xbmc.subtitles dir that XBMC created but when I choose subcenter and search for subtitles it displays an "invalid string null" or something like that after the search. Did I do anything wrong or is the add on still broken?

you probably have 'addons/script.xbmc.subtitles/script.xbmc.subtitles' and it should be 'addons/script.xbmc.subtitles'


- Evilcheese - 2011-12-03

amet Wrote:you probably have 'addons/script.xbmc.subtitles/script.xbmc.subtitles' and it should be 'addons/script.xbmc.subtitles'

Nope, the folder structure is correct, I've triple checked that before I've posted.


- amet - 2011-12-03

Evilcheese Wrote:Nope, the folder structure is correct, I've triple checked that before I've posted.

not sure what to say then...

I have pushed the latest changes to official repo, it should be available in a few


- Evilcheese - 2011-12-03

amet Wrote:not sure what to say then...

I have pushed the latest changes to official repo, it should be available in a few

Hey Amet, thanks for your reply. According to the XBMC I have on my HTPC (running fedora Linux) the version of the subtitle add-on that I've installed is 2.5.15. Is there a way to refresh the repo?

EDIT - It seems that it just started working again... Thanks, I guess Wink


- SupeReuven - 2011-12-04

amet Wrote:try this, install it using "install via zip" option


btw, attached is not a debug log, debug logging needs to be enabled

Hi Amet,

the version you give works Smile 10x.


- zorvalth - 2011-12-04

Hi amet,

Appreciate the work on the plugin very much but how can i add a couple sites for bulgarian subtitles?

Thanks in advance!


- queeup - 2011-12-04

Hey @amet really what about little howto document for adding other sites? Not the scraper side of course but you can explain what we need to scrape and how to send from scraper to subtitle code.


- zuignapje - 2011-12-04

Why isnt xbmc subtiles working for 'bierdopje' when streaming series with icefilms? It does find matching subtitles, and also downloads it, but the subtitles wont show! It does work with local downloaded series, and also other services work for icefilms. So why not bierdopje which has most dutch subtiltles of the shows i watch?


- amet - 2011-12-04

zorvalth Wrote:Hi amet,

Appreciate the work on the plugin very much but how can i add a couple sites for bulgarian subtitles?

Thanks in advance!

queeup Wrote:Hey @amet really what about little howto document for adding other sites? Not the scraper side of course but you can explain what we need to scrape and how to send from scraper to subtitle code.

gui.py calls search_subtitles() from service.py, search_subtitles() returns list of subtitles

once selected, the gui.py calls download_subtitles() and retreive the subtitle.

I dont have time to write the proper how-to, but if you know a bit of python, looking in the existing services will be more than enough to figure it out