[RELEASE] XBMC Subtitles - Addon Script

  Thread Rating:
  • 5 Votes - 4.4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
amet Offline
I wave my private parts at your aunties!
Posts: 3,514
Joined: Jul 2009
Reputation: 18
Location: Novi Sad / Dubai
Post: #111
nope, it saves search string between the service tries, once the script is closed its lost


Always read the XBMC_Online_Manual,Frequently_Asked_Questions and search the forum before posting.
For troubleshooting and bug reporting use -> Log_file.
find quote
macf1an Offline
Senior Member
Posts: 269
Joined: Aug 2011
Reputation: 0
Post: #112
it figures..
hope you will consider a full solution to that problem

ATV2 4.3 8F455 Seas0npassed / XBMC 11
Samsung HT-P70 5.1 / Samsung WS-32Z419P
find quote
amet Offline
I wave my private parts at your aunties!
Posts: 3,514
Joined: Jul 2009
Reputation: 18
Location: Novi Sad / Dubai
Post: #113
(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


Always read the XBMC_Online_Manual,Frequently_Asked_Questions and search the forum before posting.
For troubleshooting and bug reporting use -> Log_file.
(This post was last modified: 2012-04-18 22:45 by amet.)
find quote
guillermobaron Offline
Junior Member
Posts: 1
Joined: Apr 2012
Reputation: 0
Post: #114
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.
find quote
macf1an Offline
Senior Member
Posts: 269
Joined: Aug 2011
Reputation: 0
Post: #115
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.

ATV2 4.3 8F455 Seas0npassed / XBMC 11
Samsung HT-P70 5.1 / Samsung WS-32Z419P
(This post was last modified: 2012-04-19 18:50 by macf1an.)
find quote
amet Offline
I wave my private parts at your aunties!
Posts: 3,514
Joined: Jul 2009
Reputation: 18
Location: Novi Sad / Dubai
Post: #116
(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


Always read the XBMC_Online_Manual,Frequently_Asked_Questions and search the forum before posting.
For troubleshooting and bug reporting use -> Log_file.
find quote
muzzol Offline
Junior Member
Posts: 7
Joined: Sep 2010
Reputation: 0
Post: #117
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)
find quote
amet Offline
I wave my private parts at your aunties!
Posts: 3,514
Joined: Jul 2009
Reputation: 18
Location: Novi Sad / Dubai
Post: #118
(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...


Always read the XBMC_Online_Manual,Frequently_Asked_Questions and search the forum before posting.
For troubleshooting and bug reporting use -> Log_file.
find quote
muzzol Offline
Junior Member
Posts: 7
Joined: Sep 2010
Reputation: 0
Post: #119
ok, thanks.

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

please, ask if you need additional testing/debugging.
find quote
mr_blobby Offline
Skilled Python Coder
Posts: 111
Joined: Mar 2010
Reputation: 0
Post: #120
(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.
find quote
Post Reply