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 - misa - 2013-07-04

(2013-07-03, 22:16)sidewalksuper Wrote: Hey Amet,

My mate fixed the Ondertitel.com service and did a pull request.
Hopefully you can package it in the next version of the plugin Smile

Works fine here!

Do you have the service.py for me?


RE: [RELEASE] XBMC Subtitles - Addon Script - sidewalksuper - 2013-07-04

The 2 pull requests can be found here for everyone that wants to try it out
https://github.com/amet/script.xbmc.subtitles/pulls

You would however need this dependency addon as well
http://ftp.heanet.ie/mirrors/xbmc/addons/frodo/script.module.requests/script.module.requests-1.1.0.zip


RE: [RELEASE] XBMC Subtitles - Addon Script - jded - 2013-07-10

I made a pull request for SubtitlesGR service. It wasn't working after latest update. I hope you will include it in the next update.

It's here if anyone wants it
https://raw.github.com/jded76/script.xbmc.subtitles/frodo/script.xbmc.subtitles/resources/lib/services/SubtitlesGR/service.py


RE: [RELEASE] XBMC Subtitles - Addon Script - westside - 2013-07-13

Hi There,

I have search everywhere to find this solution, my problem is there is no 'Malay' ( country Malaysia ) language to select for primary or secondary language for the subtitle. Is there anyway that i can insert in the selection. Im using subscene for my primary. Thank You.


RE: [RELEASE] XBMC Subtitles - Addon Script - senos - 2013-07-16

subs4free(gr subtitles) and subtitles.gr wasn't working after latest update (3.9.10). with 3.9.9 was ok. please I hope you will include it in the next update. thanks.


RE: [RELEASE] XBMC Subtitles - Addon Script - senos - 2013-07-17

it is possible to stay in the version 3.9.9 and not autoupdate to 3.9.10 and how?


RE: [RELEASE] XBMC Subtitles - Addon Script - sidewalksuper - 2013-07-18

Just roll back to 3.9.9 under settings -> addons


RE: [RELEASE] XBMC Subtitles - Addon Script - senos - 2013-07-18

I can not find such option. where is exactly? thanks


RE: [RELEASE] XBMC Subtitles - Addon Script - sidewalksuper - 2013-07-18

settings -> addons -> subtitles addon -> rollback


RE: [RELEASE] XBMC Subtitles - Addon Script - senos - 2013-07-18

I see in 12.2 frodo:
settings - addons - enabled addons - subtitles - xbmc subtitles - rollback dont work for me.


RE: [RELEASE] XBMC Subtitles - Addon Script - verysoftpaper - 2013-07-21

I've got my media organizer creating hardlinks with the proper names to my media files in a specified folder to make the job easy for xbmc.
The problem with this is that the Subtitles Addon is left with no information about the release to use in sync detection, so it almost never finds sync subtitles.

Does Subtitles Addon already use file's hash to search for sync?
What about seaching for hardlinks and use the longest basename to search?

Thanks


RE: [RELEASE] XBMC Subtitles - Addon Script - amet - 2013-07-21

Sync detection is based on a file, not file name, for opensubtitles and podnapisi.


RE: [RELEASE] XBMC Subtitles - Addon Script - verysoftpaper - 2013-07-21

But if there is no file hash match, does is use the file name? Or just the Movie name?


RE: [RELEASE] XBMC Subtitles - Addon Script - amet - 2013-07-21

Uses movie name from xbmc labels or it uses file name as last option


RE: [RELEASE] XBMC Subtitles - Addon Script - verysoftpaper - 2013-07-21

Shouldn't it use file name with fuzzy matching to find the best release?