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)



- bboo - 2012-02-24

Is there any service that i can add to this addon from where i can download subtitles for new TV episodes? Opensubtitles has such subtitles only 3-4 days after episodes have aired.


- amet - 2012-02-24

bboo Wrote:Is there any service that i can add to this addon from where i can download subtitles for new TV episodes? Opensubtitles has such subtitles only 3-4 days after episodes have aired.

There are almost 20 services, I find it hard to believe none have subs in your language.

Tried podnapisi?


- bboo - 2012-02-24

I'm searching for English subs, but the problem is that i want them 10-12 hours after they have aired on TV. Is it even possible for someone to publish subs in such a short period? :lol:


- amet - 2012-02-24

bboo Wrote:I'm searching for English subs, but the problem is that i want them 10-12 hours after they have aired on TV. Is it even possible for someone to publish subs in such a short period? :lol:

Anything is possible Smile


- bboo - 2012-02-24

I just tried podnaapisi. It is finding the subs but i am getting a "error extracting subtitles" message? I never get this using Opensubtitles.


- Spider - 2012-02-24

Hi,

Is there a trick to do a manual search on "bierdopje" without the error "Wont work, Bierdopje is only for tv Shows"?

Because when i use NZBstreamer and stream a TV ep, bierdopje wont recognise it as a TV Show and doenst search anything!

Hope somebody can help


- weedaj - 2012-02-24

amet Wrote:seems to me that "http://api.bierdopje.com/369C2ED4261DE9C3/GetShowByName/Spartacus" is not returning the correct ID for the show.


show ID is 13942 and that can be added to "bierdopje_show_ids.txt" in addon_data/script.xbmc.subtitles/ but I am nit sure in what format, mr_blobby is the one that wrote that part and I have no idea how it works

Add 'Spartacus': '13942' between the curly brackets in bierdopje_show_ids.txt


- robwiel - 2012-02-24

I analyzed full logs today, differences for causing no gui error might be this?:

Synology
INFO: load language info file: special://xbmc/language/English (US)/langinfo.xml
INFO: load language fileConfusedpecial://xbmc/language/English (US)/strings.xml
DEBUG: unable to load Z:\Media\XBMC\portable_data\addons\skin.confluence\language\English (US)\strings.xml: Failed to open file at line 0

local
INFO: load language info file: special://xbmc/language/English/langinfo.xml
INFO: load language fileConfusedpecial://xbmc/language/English/strings.xml


Quote:NOTICE: -->Python Interpreter Initialized<--
DEBUG: XBPyThread:Tonguerocess - The source file to load is Z:\Media\XBMC\portable_data\addons\script.xbmc.subtitles\default.py
DEBUG: XBPyThread:Tonguerocess - Setting the Python path to Z:\Media\XBMC\portable_data\addons\script.xbmc.subtitles;Z:\Media\XBMC\portable_data\addons\script.module.simplejson\lib;Z:\Media\XBMC\portable_data\addons\script.module.beautifulsoup\lib;Z:\Media\XBMC\portable_data\addons\script.module.pil\lib;Z:\Media\XBMC\portable_data\addons\script.common.plugin.cache\lib;Z:\Media\XBMC\portable_data\addons\script.module.simple.downloader\lib;Z:\Media\XBMC\portable_data\addons\script.module.parsedom\lib;Z:\Media\XBMC\portable_data\addons\script.module.elementtree\lib;Z:\Media\XBMC\portable_data\addons\script.module.pysqlite\lib;Z:\Media\XBMC\system\python\DLLs;Z:\Media\XBMC\system\python\Lib;Z:\Media\XBMC\python26.zip;Z:\Media\XBMC\system\python\lib\plat-win;Z:\Media\XBMC\system\python\lib\lib-tk;Z:\Media\XBMC;Z:\Media\XBMC\system\python;Z:\Media\XBMC\system\python\lib\site-packages;
DEBUG: XBPyThread:Tonguerocess - Entering source directory Z:\Media\XBMC\portable_data\addons\script.xbmc.subtitles
DEBUG: Instantiating addon using automatically obtained id of "script.xbmc.subtitles" dependent on version 2.0 of the xbmc.python api
INFO: -->Python script returned the following error<--
ERROR: Error Type: <type 'exceptions.ImportError'>
ERROR: Error Contents: No module named gui
ERROR: Traceback (most recent call last):
File "Z:\Media\XBMC\portable_data\addons\script.xbmc.subtitles\default.py", line 23, in <module>
import gui
ImportError: No module named gui

INFO: -->End of Python script error report<--
INFO: Python script stopped



- amet - 2012-02-24

bboo Wrote:I just tried podnaapisi. It is finding the subs but i am getting a "error extracting subtitles" message? I never get this using Opensubtitles.

podnapisi needs username/password... get it on their site


- robwiel - 2012-02-25

hey I noticed new version[update] .33, installed it. Works in eden beta 3. But not when I run it portable mode. Any idea?


Problem downloading subs - mrgoolie - 2012-02-27

I did a fresh install a few weeks ago of XBMC (Open Elec official build -Dharma).
When I try to download an srt via the subtitle scraper it doens't actually download. I see the srt's, when I click on one of them it doesn't download.

Strange because before my fresh install this worked flawless.
Any suggestions I could try?

By the way, i 'm using a synology nas for my files (configured in XBMC via nfs).


- amet - 2012-02-27

mrgoolie Wrote:I did a fresh install a few weeks ago of XBMC (Open Elec official build -Dharma).
When I try to download an srt via the subtitle scraper it doens't actually download. I see the srt's, when I click on one of them it doesn't download.

Strange because before my fresh install this worked flawless.
Any suggestions I could try?

By the way, i 'm using a synology nas for my files (configured in XBMC via nfs).

Hard to say without log, my money is on nas permissions


- mrgoolie - 2012-02-27

amet Wrote:Hard to say without log, my money is on nas permissions

I will try to c/p the log file.
The nas permissions are read/write ( Synology nas)


- amet - 2012-02-27

mrgoolie Wrote:I will try to c/p the log file.
The nas permissions are read/write ( Synology nas)

Do not c/p it here, use pastebin.com


- mrgoolie - 2012-02-27

amet Wrote:Hard to say without log, my money is on nas permissions


http://pastebin.com/jLkHkjTH

Is this the correct log file?