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)



- amet - 2011-07-04

doman Wrote:As you see below, I been here asking before.

But a really nice feature would be to make a "collective" search through all sites delivering subs, a search where it is transparent of where the sub is found.
At the end of the day (search), I´m not really interested in WHERE the sub is found, more of it´s language and sync ratio.

Anyway, thanks for a great add-on feature to XBMC.

//D

its still not possible and likely never will be

we dont want to put strain on other service servers if they are not going to be used + if all 20 services are enabled it will take forever to get the results


- mr_blobby - 2011-07-04

modderhut Wrote:Hi,

Superb plugin use it a lot!

I found the next;
My TV series are post processed by Sickbeard to format: Sons of Anarchy - 3x01 - So.mkv
The space between the end of the filename and the "-" causes the formatting of the API request to be: 'http://api.bierdopje.com/369C2ED4261DE9C3/GetShowByName/Sons+of+Anarchy+'

That last + makes the return "false", removing it gives a valid result. I've renamed a couple of episodes manually and it does fixes the problem of getting the ID from bierdopje.

Is this known?
[log code]

I searched all over as I was convinced that more people must have run into this. Not found, so apologies up front if this is old and known.
Most people use the scrapers in XBMC to put all the video information into the library. That way, any trailing spaces will be removed from the tv show title.
I don't think you are using the library function of XBMC?
Is that correct?


Subtitle script fail - rvrutten - 2011-07-12

Hi there,

Subtitle Script fails when using the script on my ATV2 with latest ATV2 XBMC (11 july).

Tried to reinstall the addon, but didn't help.

Here is my logfile.

http://pastebin.com/nQVJgPdt

Thanks in advance!


- amet - 2011-07-13

rvrutten Wrote:Hi there,

Subtitle Script fails when using the script on my ATV2 with latest ATV2 XBMC (11 july).

Tried to reinstall the addon, but didn't help.

Here is my logfile.

http://pastebin.com/nQVJgPdt

Thanks in advance!

known issue, try disabling "Search next available service if no results are found" and try again

or

try using the zip from here... you would need to manually unzip and replace it on your ATV2


- rvrutten - 2011-07-16

amet Wrote:known issue, try disabling "Search next available service if no results are found" and try again

or

try using the zip from here... you would need to manually unzip and replace it on your ATV2

2.9.17 did the job. Thanks!


- amet - 2011-07-16

rvrutten Wrote:2.9.17 did the job. Thanks!

good to know, thx


- reblutus - 2011-07-16

amet Wrote:known issue, try disabling "Search next available service if no results are found" and try again

or

try using the zip from here... you would need to manually unzip and replace it on your ATV2

Hi the subtitles is not working as well on my atv2. I tried the link you give but it says: "addon does not have the correct structure".

I do see the window with the a search result, that seemed fine. But when I select a file it says "downloading" but it never does.

What should I do.


- amet - 2011-07-16

reblutus Wrote:Hi the subtitles is not working as well on my atv2. I tried the link you give but it says: "addon does not have the correct structure".

I do see the window with the a search result, that seemed fine. But when I select a file it says "downloading" but it never does.

What should I do.

you dont need that link anymore, 2.9.17 is what you should use

if it fails, please post a debug log


- reblutus - 2011-07-17

amet Wrote:you dont need that link anymore, 2.9.17 is what you should use

if it fails, please post a debug log

Ok, but where should I get this version?

Note that I started with the addon available on xbmc.org repo from my xbmc screen "get addons". Having a freeze situation at this point, I tried the zip linked above with no better success.


- amet - 2011-07-17

reblutus Wrote:Ok, but where should I get this version?

Note that I started with the addon available on xbmc.org repo from my xbmc screen "get addons". Having a freeze situation at this point, I tried the zip linked above with no better success.

As I said, if it fails post a debug log.

My signature has how-to


- reblutus - 2011-07-17

amet Wrote:As I said, if it fails post a debug log.

My signature has how-to

Here is the log requested:

http://pastebin.com/iADgh0Uk

Thank you


- amet - 2011-07-17

reblutus Wrote:Here is the log requested:

http://pastebin.com/iADgh0Uk

Thank you

You don't have permission to write to smb:// share, addon fails writing set file to the movie folder.

You need to setup sources correctly or use the local folder to save the subtitles to


- reblutus - 2011-07-17

amet Wrote:You don't have permission to write to smb:// share, addon fails writing set file to the movie folder.

You need to setup sources correctly or use the local folder to save the subtitles to

I don't understand why...

xbmc:xbmc is the username password I use on those folders/files, there is no reason it should not work... when I sftp to my NAS with secureFX I loggin with those login info and it works perfectly. I can add, remove and rename at will.

On top of that, xbmc is able to right to those folders because when I do a library backup there is some nfo files that are added by xbmc. So it DEOS have access...


- amet - 2011-07-17

reblutus Wrote:I don't understand why...

xbmc:xbmc is the username password I use on those folders/files, there is no reason it should not work... when I sftp to my NAS with secureFX I loggin with those login info and it works perfectly. I can add, remove and rename at will.

On top of that, xbmc is able to right to those folders because when I do a library backup there is some nfo files that are added by xbmc. So it DEOS have access...

Subtitle addon has no controll over the copy function, we rely on xbmc for that.

There is an issue with xbmc writing to that folder. If you say that all permissions are correct than I have no idea any more, sorry


- reblutus - 2011-07-17

Ok nevermind my last post. I verified and indeed I was transfering with root as a user so all my files were under root and not xbmc.

Problem solved.

Thanks