Kodi Community Forum
[RELEASE] XBMC Subtitles - Addon Script - 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: [RELEASE] XBMC Subtitles - Addon Script (/showthread.php?tid=126495)



RE: [RELEASE] XBMC Subtitles - Addon Script - zYxMa - 2012-04-07

What is the HTTP command for XBMC Subtitles button?

I'd like a button on XBMC iOS remote app that goes straight to XBMC Subtitles. At the moment I hae to move my mouse and click, and that's just too much when you're laying on sofa Wink

Thanks


RE: [RELEASE] XBMC Subtitles - Addon Script - madmalkav - 2012-04-09

Subtitles downloading have stopped working on my system, did a reinstall but problem persists. Log here: http://pastebin.com/Zaz87WEW


RE: [RELEASE] XBMC Subtitles - Addon Script - amet - 2012-04-09

(2012-04-09, 00:37)madmalkav Wrote: Subtitles downloading have stopped working on my system, did a reinstall but problem persists. Log here: http://pastebin.com/Zaz87WEW

^^ not a Debug Log, read the instructions again


RE: [RELEASE] XBMC Subtitles - Addon Script - madmalkav - 2012-04-09

My bad, sorry, here you have http://pastebin.com/eJ6wbw1M and http://pastebin.com/6NzNsVHe


RE: [RELEASE] XBMC Subtitles - Addon Script - BulgarianSS - 2012-04-10

Hello
I want to add subtitles in XBMC addon addresses:
http://subs.sab.bz/
http://subsunacs.net/

If you can show me some guidance I would be very grateful, as Bulgarian subtitles are very small with current sites.


RE: [RELEASE] XBMC Subtitles - Addon Script - amet - 2012-04-10

(2012-04-09, 14:10)madmalkav Wrote: My bad, sorry, here you have http://pastebin.com/eJ6wbw1M and http://pastebin.com/6NzNsVHe

grrr... more decode("utf-8") issues... will have to try and track it


RE: [RELEASE] XBMC Subtitles - Addon Script - amet - 2012-04-10

(2012-04-10, 10:37)BulgarianSS Wrote: Hello
I want to add subtitles in XBMC addon addresses:
http://subs.sab.bz/
http://subsunacs.net/

If you can show me some guidance I would be very grateful, as Bulgarian subtitles are very small with current sites.

you can look at the existing services and see how it was done there. ask questions once you get stuck....


RE: [RELEASE] XBMC Subtitles - Addon Script - madmalkav - 2012-04-10

(2012-04-10, 14:04)amet Wrote:
(2012-04-09, 14:10)madmalkav Wrote: My bad, sorry, here you have http://pastebin.com/eJ6wbw1M and http://pastebin.com/6NzNsVHe

grrr... more decode("utf-8") issues... will have to try and track it

If you need any aditional info just tell me.


RE: [RELEASE] XBMC Subtitles - Addon Script - jag00 - 2012-04-10

Reporting back regarding my problem - podnapisi.net not finding any results (when it should). Figured by now someone else would do it Smile <- lazy

Here's the debug log:

http://pastebin.com/p1jDSy3J

I tried opening the url from the debug log, and it opens instantly. The XML that opened contained - as far as I can tell - a number of correct subtitles, yet the addon shows "no subtitles found". No idea why that would be. It's as if it can't parse the xml. Here's the xml I get in browser.

http://pastebin.com/8pA8Wd3Z

User and password are 100% correct.


RE: [RELEASE] XBMC Subtitles - Addon Script - amet - 2012-04-10

thats not correct log, we need full log to see wtf is going on. please do not clip the log


RE: [RELEASE] XBMC Subtitles - Addon Script - boki99 - 2012-04-10

I reinstaled xbmc on atv2.Where to download older versions of this great addon. Resent versions does not work for me, but i cant rollback to 2.9 or something. It ofers only to 3.0. Sad


RE: [RELEASE] XBMC Subtitles - Addon Script - Riot504 - 2012-04-11

(2012-04-06, 08:57)MatsF Wrote:
(2012-04-06, 01:42)Ned Scott Wrote: I'm the guilty one who put "addon_data" as one of the possible sharable files/folders. I do know that not all add-ons in all situations will respect pathsubs due to how XBMC works, but in theory nothing bad should happen when sharing that folder (as opposed to guisettings.xml or any of the db's, where we know there will be issues). Or at the very least, I've never experienced any issues, and I have never heard of any issues other than some add-ons not sharing all data. Will try to note this on the wiki.

I think that was a really good idea to do that. Maybe we shouldn't continue this discussion in this thread but can you see if it is the XBMC core doing this wroing (looking at amets two rows of my log and my row in the end of my post above)?
The examples of this log is from my OSX client and I just want to tell you that it handles it differently on the Windows 7 client.

/Mats

Is there a way to exclude a specific folder from the addon_data path substitution as a temp fix to this and still be able to share the others?



RE: [RELEASE] XBMC Subtitles - Addon Script - amet - 2012-04-15

(2012-04-10, 23:23)boki99 Wrote: I reinstaled xbmc on atv2.Where to download older versions of this great addon. Resent versions does not work for me, but i cant rollback to 2.9 or something. It ofers only to 3.0. Sad

any specific reason for that? if there is an issue I would like to know...


RE: [RELEASE] XBMC Subtitles - Addon Script - amet - 2012-04-15

(2012-04-11, 06:24)Riot504 Wrote:
(2012-04-06, 08:57)MatsF Wrote:
(2012-04-06, 01:42)Ned Scott Wrote: I'm the guilty one who put "addon_data" as one of the possible sharable files/folders. I do know that not all add-ons in all situations will respect pathsubs due to how XBMC works, but in theory nothing bad should happen when sharing that folder (as opposed to guisettings.xml or any of the db's, where we know there will be issues). Or at the very least, I've never experienced any issues, and I have never heard of any issues other than some add-ons not sharing all data. Will try to note this on the wiki.

I think that was a really good idea to do that. Maybe we shouldn't continue this discussion in this thread but can you see if it is the XBMC core doing this wroing (looking at amets two rows of my log and my row in the end of my post above)?
The examples of this log is from my OSX client and I just want to tell you that it handles it differently on the Windows 7 client.

/Mats

Is there a way to exclude a specific folder from the addon_data path substitution as a temp fix to this and still be able to share the others?

no, not possible



RE: [RELEASE] XBMC Subtitles - Addon Script - HeresJohnny - 2012-04-15

Hello,
how and where can I change the subtitle file name? Right now, it get's downloaded as temp*.* which is not so useful. The next time the video is played it will not show subtitles again. The subtitle file name should always automatically be the same as the video file name IMHO, with or without language as per setting.