[RELEASE] XBMC Subtitles - Addon Script

  Thread Rating:
  • 5 Votes - 4.4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Agnew Offline
Junior Member
Posts: 4
Joined: Apr 2012
Reputation: 0
Post: #191
(2012-05-02 09:05)amet Wrote:  
(2012-05-02 01:11)Agnew Wrote:  
(2012-04-25 09:09)amet Wrote:  https://github.com/amet/script.xbmc.subt...355c4f3cad might fix it, I still cant reproduce the issue Sad

@Agnew
if you can use the above and see if it fixes it and let us know please

Thanks, I tried and got an error in the subtitle script message.
What did work for some time, (I'll go into it later) was creating a new clean profile. I was able to download and extract subs like a charm.
Eventually, I bumped into the same problem and , as has been pointed in previous posts, it has been after downloading Spanish subtitles with strange characters instead of "ñ".
Again a clean profile solves the issue and I will keep away from Spanish sources for a while, but I wanted to thank you for your time and effort and also help, if possible, to locate the problem.

its interesting, what you describe looks like an error while cleaning the temp folder. could you send me the log when this happens please.

cheers,
amet

Ok, I tried again with that "ñ" subs while debbuging so here is the log.
Hope it helps.
http://xbmclogs.com/show.php?id=2272
Good night.
find quote
luisdpaula Offline
Junior Member
Posts: 2
Joined: May 2012
Reputation: 0
Post: #192
First of all I want to stress that my name is Luis, I'm from Brazil and that was translated with Google Translator. Forgiveness for any mistakes.

Recently I started using XBMC (Eden,Ubuntu) and am really enjoying it. Unfortunately did not speak English (a penalty) and therefore have to use subtitles. Now let's stop the bullshit and let the problem.

The main site that gathers subtitles in Portuguese (which by the way also I help in the translation Big Grin ) is the Legendas.tv and even better is that the script can use it.

I can see the subtitles and when I click to download, nothing happens. It just gets "Downloading subtitles." Confused

I gave one investigated and can reach the folder where they are cached "/ home / luis / .xbmc / userdata / addon_data / script.xbmc.subtitles" and see them there until extracted.

I tried to get the log, I hope that has cut too much or less.

Log

I appreciate any response, and forgive the bad English.

Thank you. Cool
(This post was last modified: 2012-05-06 05:14 by luisdpaula.)
find quote
jrstravino Offline
Junior Member
Posts: 4
Joined: May 2010
Reputation: 0
Post: #193
I have the same problem with legendas.tv, with xbmc Eden, Ubuntu 12.04.
The addon only downloads and finishes ok, but does not extract the subtitle folder.
With opensubtitles.org works ok, but not with legendas.tv.

My log below:

log

Sorry for my bad English

Thank you



(2012-05-06 05:14)luisdpaula Wrote:  First of all I want to stress that my name is Luis, I'm from Brazil and that was translated with Google Translator. Forgiveness for any mistakes.

Recently I started using XBMC (Eden,Ubuntu) and am really enjoying it. Unfortunately did not speak English (a penalty) and therefore have to use subtitles. Now let's stop the bullshit and let the problem.

The main site that gathers subtitles in Portuguese (which by the way also I help in the translation Big Grin ) is the Legendas.tv and even better is that the script can use it.

I can see the subtitles and when I click to download, nothing happens. It just gets "Downloading subtitles." Confused

I gave one investigated and can reach the folder where they are cached "/ home / luis / .xbmc / userdata / addon_data / script.xbmc.subtitles" and see them there until extracted.

I tried to get the log, I hope that has cut too much or less.

Log

I appreciate any response, and forgive the bad English.

Thank you. Cool
find quote
amet Offline
I wave my private parts at your aunties!
Posts: 3,480
Joined: Jul 2009
Reputation: 18
Location: Novi Sad / Dubai
Post: #194
(2012-05-08 06:10)jrstravino Wrote:  I have the same problem with legendas.tv, with xbmc Eden, Ubuntu 12.04.
The addon only downloads and finishes ok, but does not extract the subtitle folder.
With opensubtitles.org works ok, but not with legendas.tv.

My log below:

log

Sorry for my bad English

Thank you



(2012-05-06 05:14)luisdpaula Wrote:  First of all I want to stress that my name is Luis, I'm from Brazil and that was translated with Google Translator. Forgiveness for any mistakes.

Recently I started using XBMC (Eden,Ubuntu) and am really enjoying it. Unfortunately did not speak English (a penalty) and therefore have to use subtitles. Now let's stop the bullshit and let the problem.

The main site that gathers subtitles in Portuguese (which by the way also I help in the translation Big Grin ) is the Legendas.tv and even better is that the script can use it.

I can see the subtitles and when I click to download, nothing happens. It just gets "Downloading subtitles." Confused

I gave one investigated and can reach the folder where they are cached "/ home / luis / .xbmc / userdata / addon_data / script.xbmc.subtitles" and see them there until extracted.

I tried to get the log, I hope that has cut too much or less.

Log

I appreciate any response, and forgive the bad English.

Thank you. Cool

is it a rar archive? is the xbmc built with rar support?


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
jrstravino Offline
Junior Member
Posts: 4
Joined: May 2010
Reputation: 0
Post: #195
Code:
is it a rar archive? is the xbmc built with rar support?

Yes it is in rar, always worked with all versions of xbmc,
but with the default xbmc eden in the repositories of ubuntu 12.04 the subtittles addon with legendas.tv is not working anymore.

Using the addon with opensubtitles.org files are also in. RAR and works. I do not understand why the legendas.tv no longer works?

thank you...
(This post was last modified: 2012-05-08 21:05 by jrstravino.)
find quote
amet Offline
I wave my private parts at your aunties!
Posts: 3,480
Joined: Jul 2009
Reputation: 18
Location: Novi Sad / Dubai
Post: #196
(2012-05-08 21:01)jrstravino Wrote:  
Code:
is it a rar archive? is the xbmc built with rar support?

Yes it is in rar, always worked with all versions of xbmc,
but with the default xbmc eden in the repositories of ubuntu 12.04 the subtittles addon with legendas.tv is not working anymore.

Using the addon with opensubtitles.org files are also in. RAR and works. I do not understand why the legendas.tv no longer works?

thank you...

opensubtitles is not rar, its zip... reason why there is no support for rar in ubuntu can be found on http://xbmc.org/theuni/2012/04/10/xbmc-a...to-debian/


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
luisdpaula Offline
Junior Member
Posts: 2
Joined: May 2012
Reputation: 0
Wink  RE: [RELEASE] XBMC Subtitles - Addon Script Post: #197
Here is a mystery. Now I tried again with the same series, the same caption, no update, the download of the legend, opened the file where I could select the subtitle and it worked normal. I hope it stays that way.But anyway, thanks for the support. Big Grin
---pt-br---
Eis um mistério. Agora que eu tentei novamente, com a mesma série, a mesma legenda, sem nenhuma atualização , ao fazer o download da legenda, se abriu o arquivo onde eu pude selecionar a legenda e funcionou normal. Espero que continue assim.Mas mesmo assim, obrigado pelo o suporte. Big Grin
find quote
jrstravino Offline
Junior Member
Posts: 4
Joined: May 2010
Reputation: 0
Smile  RE: [RELEASE] XBMC Subtitles - Addon Script Post: #198
libarchive (3.0.3-6ubuntu1) is default on ubuntu 12.04

Archive formats supported are:

* tar (read and write, including GNU extensions)
* pax (read and write, including GNU and star extensions)
* cpio (read and write, including odc and newc variants)
* iso9660 (read only, including Joliet and Rockridge extensions, with some
limitations)
* zip (read only, with some limitations, uses zlib)
* mtree (read and write)
* shar (write only)
* ar (read and write, including BSD and GNU/SysV variants)
* empty (read only; in particular, note that no other format will accept an
empty file)
* raw (read only)
* xar (read only)
* rar (read only, with some limitations)
* 7zip (read and write, with some limitations)

but I think xbmc built (official ubuntu repository) it is with no rar support... Confused
" *rar support is disabled due to Debian policy, which we hope to resolve soon by switching to libarchive, which Andres is personally working on as well. The guy is a unstoppable! " ... thanks @amet for the info ...

FAST SOLUTION :

- remove the default xbmc on ubuntu 12.04
- install with this repository :

sudo apt-add-repository ppa:nathan-renniewaldock/xbmc-stable
sudo apt-get update
sudo apt-get install xbmc

right now .rar on legendas.tv (XBMC Subtitles - Addon Script ) works perfectly! Big Grin

@amet, thank you for support

@luisdpaula
-- pt br --
Luis, é só instalar o xbmc com o repositorio acima indicado, que todas as legendas do legendas.tv usando o XBMC Subtitles - Addon vão funcionar perfeitamente.
O problema é a falta de suporte para arquivos .rar no xbmc do repositorio do ubuntu no 12.04, possivelmente vão corrigir no futuro.

(2012-05-08 22:03)amet Wrote:  
(2012-05-08 21:01)jrstravino Wrote:  
Code:
is it a rar archive? is the xbmc built with rar support?





Yes it is in rar, always worked with all versions of xbmc,
but with the default xbmc eden in the repositories of ubuntu 12.04 the subtittles addon with legendas.tv is not working anymore.

Using the addon with opensubtitles.org files are also in. RAR and works. I do not understand why the legendas.tv no longer works?

thank you...

opensubtitles is not rar, its zip... reason why there is no support for rar in ubuntu can be found on http://xbmc.org/theuni/2012/04/10/xbmc-a...to-debian/
(This post was last modified: 2012-05-09 02:23 by jrstravino.)
find quote
quillo86 Offline
Junior Member
Posts: 2
Joined: May 2012
Reputation: 0
Post: #199
Hi guys,

I have created the script for the site "subtitulos.es" (mostly spanish subs for tvshows). Do you know who should I talk or send the files to?

Thanks!!
find quote
RaidoR Offline
Junior Member
Posts: 11
Joined: May 2012
Reputation: 0
Post: #200
I have selected "Download first sync sub" but it still have to download it manuallyFrown

Edit: It downloads for some files, mostly movies. But it does not download for TV-shows.

Anyone? Or is it suppose to download first sync sub for movies only?
(This post was last modified: 2012-05-12 12:02 by RaidoR.)
find quote
Post Reply