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 - jurrabi - 2012-10-16

(2012-10-15, 14:49)amet Wrote: I get pissed off easily cos I am trying to work and help here at the same time...

I don't agree with that at all.

I read many many posts in this forums and all of them in the subtitles subforum and I can very confidently say that amet has an incredible patience.

Just count how many times he politely asks to add a proper debug log to the complain...

Me, in his position, will just simply ignore any comment that didn't demonstrate they have done their dues (read faq, search forums, read first post, etc.).

By the way: Why everybody posts their problems on this thread? Is it because you think amet will read it sooner?

Reading 60 pages theads is not nice for anybody. Use the forum people! One thread for each matter. Make the subject useful!!






RE: [RELEASE] XBMC Subtitles - Addon Script - widecast - 2012-10-16

(2012-10-16, 16:21)amet Wrote: We need full DEBUG log, please read debug log again

Ok, I hope I got it right this time: http://pastebin.com/xTXWiz8V


RE: [RELEASE] XBMC Subtitles - Addon Script - amet - 2012-10-16

(2012-10-16, 16:38)widecast Wrote:
(2012-10-16, 16:21)amet Wrote: We need full DEBUG log, please read debug log again

Ok, I hope I got it right this time: http://pastebin.com/xTXWiz8V

You are trying to write to WebDAV location and that is read only on XBMC. Change the subtitle save location from "movie" to some writable folder on local drive


RE: [RELEASE] XBMC Subtitles - Addon Script - widecast - 2012-10-16

(2012-10-16, 16:47)amet Wrote:
(2012-10-16, 16:38)widecast Wrote:
(2012-10-16, 16:21)amet Wrote: We need full DEBUG log, please read debug log again

Ok, I hope I got it right this time: http://pastebin.com/xTXWiz8V

You are trying to write to WebDAV location and that is read only on XBMC. Change the subtitle save location from "movie" to some writable folder on local drive


Thanks, amet. You're right. It does seem to be a permission problem and I have made some progress but still not working the way it used to. I've just started an independent thread for my problem. If you have time, please take a peek: http://forum.xbmc.org/showthread.php?tid=142899



RE: [RELEASE] XBMC Subtitles - Addon Script - Voldor - 2012-10-17

Hello, im having an issue with the addon: when trying to retrieve the list of subtiltes available for one TV show by clicking on the subtitle icon from the menu while playing, it displays an empty grey window.

Here are the traces in the log file:

http://pastebin.com/jhNvRnVL

Any idea ?

Thanks for your help


RE: [RELEASE] XBMC Subtitles - Addon Script - pbtester - 2012-10-17

@amet @HiGhLaNdeR
Thank you very much guys. Now I know what the problem is.
I've searched the web and found this article: http://www.davidgouveia.net/2012/05/ubuntu-and-xbmc-v11-eden-and-rar-support/
I'll try the suggested build and will let you know if it really fixes the issue.
Cheers

Edit:

@amet

Maybe it would be a good idea to show some kind of error message, if the extraction fails. This is the most annoying thing that could happen, when program just doesn't work, and it doesn't say whats wrong there.


RE: [RELEASE] XBMC Subtitles - Addon Script - amet - 2012-10-17

(2012-10-17, 02:09)pbtester Wrote: @amet

Maybe it would be a good idea to show some kind of error message, if the extraction fails. This is the most annoying thing that could happen, when program just doesn't work, and it doesn't say whats wrong there.

noted, i'll look into it ...


RE: [RELEASE] XBMC Subtitles - Addon Script - hennning - 2012-10-17

Hello
I'm having a problem with XBMC Subtitles that some shows (and movies?) dont find any subtitles when they are spelled differently.

Example: I have synced my TV-Series folder with TVdb and in order for that addon to find Mike & Molly I need to rename my Mike & Molly folder to "Mike & Molly" (Instead of Mike and Molly). But most subtitles sites save the subtitles as Mike and Molly, but XBMC Subtitles tries to find the subtitle Mike & Molly and therefore dont find any subtitles. I can manually search for the subtitles but that's a bit messy with only a remote control.

I guess there is probably more shows and movies that experience this issue.

Anyone have a solution for this?


RE: [RELEASE] XBMC Subtitles - Addon Script - publicENEMY - 2012-10-17

(2012-10-16, 09:01)amet Wrote: @publicENEMY ... see what I mean.. ^^

LOL.

amet

by the way, i took the time to actually learn how to properly use git so i can frickin rebase.

appreciate it if you could took a time to see the [insert two characters] patch.

thanks.


RE: [RELEASE] XBMC Subtitles - Addon Script - Voldor - 2012-10-17

Hello Here is my full error log : http://pastebin.com/jhNvRnVL


RE: [RELEASE] XBMC Subtitles - Addon Script - amet - 2012-10-17

(2012-10-17, 20:02)Voldor Wrote: Hello Here is my full error log : http://pastebin.com/jhNvRnVL

not a Debug Log


RE: [RELEASE] XBMC Subtitles - Addon Script - amet - 2012-10-17

(2012-10-17, 13:36)hennning Wrote: Hello
I'm having a problem with XBMC Subtitles that some shows (and movies?) dont find any subtitles when they are spelled differently.

Example: I have synced my TV-Series folder with TVdb and in order for that addon to find Mike & Molly I need to rename my Mike & Molly folder to "Mike & Molly" (Instead of Mike and Molly). But most subtitles sites save the subtitles as Mike and Molly, but XBMC Subtitles tries to find the subtitle Mike & Molly and therefore dont find any subtitles. I can manually search for the subtitles but that's a bit messy with only a remote control.

I guess there is probably more shows and movies that experience this issue.

Anyone have a solution for this?

we should in general change any "&" to "and" anyway... what is the general practice with "&" in movie/tv show names? do they get changed to "and" always?

will discuss here and see what we can do...


RE: [RELEASE] XBMC Subtitles - Addon Script - amet - 2012-10-17

(2012-10-17, 16:24)publicENEMY Wrote:
(2012-10-16, 09:01)amet Wrote: @publicENEMY ... see what I mean.. ^^

LOL.

amet

by the way, i took the time to actually learn how to properly use git so i can frickin rebase.

appreciate it if you could took a time to see the [insert two characters] patch.

thanks.

cool, thx for the fix... I have seen it, will review now


RE: [RELEASE] XBMC Subtitles - Addon Script - sidewalksuper - 2012-10-18

I'm getting failed to contact Bierdopje site, while it's still up... will post a debug log later Smile


RE: [RELEASE] XBMC Subtitles - Addon Script - TRaSH - 2012-10-18

i read on there forum that they changed something in there api,
not sure if that's related