Kodi Community Forum
[Announcement] - Changes in Subtitle Addons structure - 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: [Announcement] - Changes in Subtitle Addons structure (/showthread.php?tid=177297)

Pages: 1 2 3 4 5 6


RE: [Announcement] - Changes in Subtitle Addons structure - amet - 2014-01-13

nothing, and nothing will be done about it any time soon, probably once Gotham B1 is out it will be safe to assume no more changes will go in core

I want the internal stuff to be sorted out, all changes made and then i'll work on those services


RE: [Announcement] - Changes in Subtitle Addons structure - arkim - 2014-03-09

Hi,

I just want to thanks you amet for your great jobs since many years ago.
Your addon is for me the most important in xbmc because i'm french and i like to watch movies and series tv in original version.


RE: [Announcement] - Changes in Subtitle Addons structure - phate89 - 2014-03-10

Sorry if this isn't the right place to ask but i didn't know where...
I'm developing itasa subtitle addon (http://forum.xbmc.org/showthread.php?tid=188074) but it requires login for the download. Is there a way i can print in the subtitle window something like "login failed" where there is the "subtitle not found" message? Sorry if it isn't the right place and thanks in advance


RE: [Announcement] - Changes in Subtitle Addons structure - CrowleyAJ - 2014-03-10

@phate89: look here: http://sourceforge.net/p/xbmc/scripts/ci/gotham/tree/service.subtitles.opensubtitles/service.py#l38


RE: [Announcement] - Changes in Subtitle Addons structure - phate89 - 2014-03-10

(2014-03-10, 17:04)CrowleyAJ Wrote: @phate89: look here: http://sourceforge.net/p/xbmc/scripts/ci/gotham/tree/service.subtitles.opensubtitles/service.py#l38
Thanks Blush


RE: [Announcement] - Changes in Subtitle Addons structure - phate89 - 2014-03-17

Unother question.
Itasa website sometimes in the zip file of the subtitle put 2 different versions (2 subtitle files) in the zip file. i can't actually know when it happens so i can't list them separately in the subtitle window (i only know it when i download the file). Right now i pass both subtitles to xbmc but xbmc only takes the first and ignore the 2nd. Is there a way to save both the subtitles in the same directory or handle this in any way?


RE: [Announcement] - Changes in Subtitle Addons structure - CrowleyAJ - 2014-03-17

@phate89: look here: https://github.com/amet/service.subtitles.demo/blob/master/service.subtitles.demo/service.py#L134
That's all I know. Wink
If a core developer reads this: How can we (the subtitle service maintainers) communicate feature requests in the future?


RE: [Announcement] - Changes in Subtitle Addons structure - tomtomclub - 2014-03-18

(2014-03-09, 13:44)arkim Wrote: Hi,

I just want to thanks you amet for your great jobs since many years ago.
Your addon is for me the most important in xbmc because i'm french and i like to watch movies and series tv in original version.

totally agreeCool


RE: [Announcement] - Changes in Subtitle Addons structure - phate89 - 2014-03-22

(2014-03-17, 21:14)CrowleyAJ Wrote: @phate89: look here: https://github.com/amet/service.subtitles.demo/blob/master/service.subtitles.demo/service.py#L134
That's all I know. Wink
If a core developer reads this: How can we (the subtitle service maintainers) communicate feature requests in the future?

Thanks but this is still a different problem. That is related to cd1/cd2 problems etc etc. mine are 2 versions like the ones listed.
I agree with you btw that we need a path to the devs not for the features request, at least to solve limits and problems..


RE: [Announcement] - Changes in Subtitle Addons structure - brunofs - 2014-03-28

(ignore)


RE: [Announcement] - Changes in Subtitle Addons structure - Boilerplate4U - 2014-03-31

Hello, did some digging around the threads but so far I've been unable to find info on the new structure and Gotham 13 (currently beta 3) regarding:

1. I cant find the "Prefer external subs" setting (settings->video->subtitle). I've also checked expert mode as well. Where is it located?
2. In the old solution, if you didn't find any search results in the default provider, you could do an automatic search in the others. Will this feature be implemented in the new structure as well?
3. The subtitle relative placement coordinates now only works works for fixed positions and not for all type of placements as in xbmc 12. Is this a bug/feature xbmc 13 or due to the changes in the new structure?
--

Thanks in advance!


RE: [Announcement] - Changes in Subtitle Addons structure - Beam - 2014-04-01

moved http://forum.xbmc.org/showthread.php?tid=191256


RE: [Announcement] - Changes in Subtitle Addons structure - Roman_V_M - 2014-10-06

Do I understand correctly that now subtitle services have the same basic principle as media content plugins, and a subtitle service script is first launched with "?action=search" in its parameter string, then it needs to create a list of found subtitles pretty much the save way as a content plugin creates a list of playable media?


RE: [Announcement] - Changes in Subtitle Addons structure - tnuc - 2014-10-06

correct


RE: [Announcement] - Changes in Subtitle Addons structure - Roman_V_M - 2014-10-08

Thanks. The only thing I don't understand is how the path to downloaded subs is passed to the XBMC player.