XBMC Community Forum
[RELEASE] XBMC Subtitles - Addon Script - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27)
+---- Forum: Subtitle Add-ons (/forumdisplay.php?fid=143)
+---- Thread: [RELEASE] XBMC Subtitles - Addon Script (/showthread.php?tid=126495)



RE: [RELEASE] XBMC Subtitles - Addon Script - amet - 2012-04-18 11:48

nope, it saves search string between the service tries, once the script is closed its lost


RE: [RELEASE] XBMC Subtitles - Addon Script - macf1an - 2012-04-18 22:39

it figures..
hope you will consider a full solution to that problem


RE: [RELEASE] XBMC Subtitles - Addon Script - amet - 2012-04-18 22:45

(2012-04-18 22:39)macf1an Wrote:  it figures..
hope you will consider a full solution to that problem

short of polluting the addon_data folder with that, there is no other way to do it, so probably no

besides, what happens if the next run is not the same movie? not as easy as you might think


RE: [RELEASE] XBMC Subtitles - Addon Script - guillermobaron - 2012-04-19 18:48

Hello!
I have the same problems with the subtitles when I used Argenteam and Subdivx. My log is here http://pastebin.com/A4se5MJX
The problem is when the name of subtitle contain the letter "ñ". I can "fix" momently when removed the directory "sub_tmp" and download other subs without the letter "ñ".
Thanks you for the addon, I wait for a solution.


RE: [RELEASE] XBMC Subtitles - Addon Script - macf1an - 2012-04-19 18:50

just an idea..laugh as much as you want Smile
create a single temp file with two strings inside - first the name of the movie passed to the script (the same that is shown in the "manual entry" dialog) and second - the last "manual entry".
When opening the script - check if the current provided name matches string1. If so - initialize "manual entry" with string2. If not, or file is not present - initialize "manual entry" with said name.


RE: [RELEASE] XBMC Subtitles - Addon Script - amet - 2012-04-19 21:52

(2012-04-18 22:45)amet Wrote:  short of polluting the addon_data folder with that, ........

(2012-04-19 18:50)macf1an Wrote:  just an idea..laugh as much as you want Smile
create a single temp file with two strings inside - first the name of the movie passed to the script (the same that is shown in the "manual entry" dialog) and second - the last "manual entry".
When opening the script - check if the current provided name matches string1. If so - initialize "manual entry" with string2. If not, or file is not present - initialize "manual entry" with said name.

isn't that what I said? Big Grin


RE: [RELEASE] XBMC Subtitles - Addon Script - muzzol - 2012-04-20 21:29

hi,

i'm having problems with subtitles.

my debug: http://pastebin.com/pXiEDum0

the strangest thing is that if i remove xbmc settings from my home it works for a while. then, after some days, it stops working.

in the GUI it says "Subtitles file downloaded and extracted" and it stays there.

please, ask for further info.

this is my system settings:

Code:
lsb_release -a
No LSB modules are available.
Distributor ID:    Ubuntu
Description:    Ubuntu 10.10
Release:    10.10
Codename:    maverick


dpkg -l | grep xbmc
ii  xbmc                                      2:11.0~git20120321.14feb09-0ubuntu1~ppa1~maverick XBMC Media Center (arch-independent data package)
ii  xbmc-bin                                  2:11.0~git20120321.14feb09-0ubuntu1~ppa1~maverick XBMC Media Center (binary data package)
ii  xbmc-data                                 2:11.0~git20120321.14feb09-0ubuntu1~ppa1~maverick XBMC Media Center (transitional package)
ii  xbmc-skin-confluence                      2:11.0~git20120321.14feb09-0ubuntu1~ppa1~maverick XBMC Media Center (transitional package)



RE: [RELEASE] XBMC Subtitles - Addon Script - amet - 2012-04-21 12:39

(2012-04-20 21:29)muzzol Wrote:  hi,

i'm having problems with subtitles.

my debug: http://pastebin.com/pXiEDum0

the strangest thing is that if i remove xbmc settings from my home it works for a while. then, after some days, it stops working.

in the GUI it says "Subtitles file downloaded and extracted" and it stays there.

please, ask for further info.

this is my system settings:

Code:
lsb_release -a
No LSB modules are available.
Distributor ID:    Ubuntu
Description:    Ubuntu 10.10
Release:    10.10
Codename:    maverick


dpkg -l | grep xbmc
ii  xbmc                                      2:11.0~git20120321.14feb09-0ubuntu1~ppa1~maverick XBMC Media Center (arch-independent data package)
ii  xbmc-bin                                  2:11.0~git20120321.14feb09-0ubuntu1~ppa1~maverick XBMC Media Center (binary data package)
ii  xbmc-data                                 2:11.0~git20120321.14feb09-0ubuntu1~ppa1~maverick XBMC Media Center (transitional package)
ii  xbmc-skin-confluence                      2:11.0~git20120321.14feb09-0ubuntu1~ppa1~maverick XBMC Media Center (transitional package)

its encoding issues again... being looked at...


RE: [RELEASE] XBMC Subtitles - Addon Script - muzzol - 2012-04-21 12:48

ok, thanks.

I'll subscribe to this thread to be in touch.

please, ask if you need additional testing/debugging.


RE: [RELEASE] XBMC Subtitles - Addon Script - mr_blobby - 2012-04-22 15:50

(2012-04-17 14:11)amet Wrote:  
(2012-04-17 14:09)Thakoer Wrote:  
(2012-04-17 12:49)amet Wrote:  looks to me that website layout changed and service will have to be updated to that

Amet thanks for that. holland we will really appreciate this. haha
Their website is indeed changed. I had read in their forum.
when is the last update of your then?

thanks.
I never said ill do it Smile

I didnt do ondertitel service, need to check who did
I did the ondertitel service and I've fixed it for the site redesign.
I also added a simple sync detection for this service.
The changes have been commited to the development repository on github and will be included in a new version of the subtitle addon.