![]() |
|
[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 - Agnew - 2012-05-02 01:11 (2012-04-25 09:09)amet Wrote: https://github.com/amet/script.xbmc.subtitles/commit/3de0bc6ffbd136cf4c38baf985cf6d355c4f3cad might fix it, I still cant reproduce the issue 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. RE: [RELEASE] XBMC Subtitles - Addon Script - amet - 2012-05-02 06:28 (2012-05-02 00:00)ronie Wrote:(2012-05-01 23:43)MicaH_Z Wrote: Hi guys, Ofc FULL debug log would have all that info
RE: [RELEASE] XBMC Subtitles - Addon Script - amet - 2012-05-02 09:05 (2012-05-02 01:11)Agnew Wrote:(2012-04-25 09:09)amet Wrote: https://github.com/amet/script.xbmc.subtitles/commit/3de0bc6ffbd136cf4c38baf985cf6d355c4f3cad might fix it, I still cant reproduce the issue 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 RE: [RELEASE] XBMC Subtitles - Addon Script - darthdiablo - 2012-05-03 05:19 http://www.flickr.com/photos/77665410@N04/6991569424/ Getting this even when I applied specific commits to my 3.1.0 XBMC Subtitles addon. Commit SHAs I applied: 9af88f0f94d965b659927bbfc4c9378b57831b77 I would post debug log but wanted to see if there's any other commits I should try to apply first into my XBMC subtitle directory but I looked at the other commits and don't really see anything that would help me out. The subtitle addon reports itself as 3.1.0 in XBMC. RE: [RELEASE] XBMC Subtitles - Addon Script - amet - 2012-05-03 06:07 (2012-05-03 05:19)darthdiablo Wrote: http://www.flickr.com/photos/77665410@N04/6991569424/ Any commit after 3.1.0 from https://github.com/amet/script.xbmc.subtitles/commits/ debug log is always helpfull RE: [RELEASE] XBMC Subtitles - Addon Script - darthdiablo - 2012-05-03 07:23 (2012-05-03 06:07)amet Wrote:(2012-05-03 05:19)darthdiablo Wrote: http://www.flickr.com/photos/77665410@N04/6991569424/ Here's the debug log: http://pastebin.com/nC0ePtn0 RE: [RELEASE] XBMC Subtitles - Addon Script - amet - 2012-05-03 07:49 (2012-05-03 07:23)darthdiablo Wrote:(2012-05-03 06:07)amet Wrote:(2012-05-03 05:19)darthdiablo Wrote: http://www.flickr.com/photos/77665410@N04/6991569424/ https://github.com/amet/script.xbmc.subtitles/commit/cce8e65d421abb82a92339f440ebb6006068fa91 <- try that RE: [RELEASE] XBMC Subtitles - Addon Script - Zelgadis87 - 2012-05-05 00:50 Can I ask why the 'Disable hash search' option was removed? While I usually had far better results with hashed searches, sometimes it will return no result at all.. However, non-hashed search in those cases would indeed find a few 'compatible' subtitles sometimes. I have used that option in a few emergency cases, and I'm sad to see it go. ![]() I have rollbacked to the precedent version for now, but maybe there is a serious reason why you did it? Thanks RE: [RELEASE] XBMC Subtitles - Addon Script - amet - 2012-05-05 07:48 (2012-05-05 00:50)Zelgadis87 Wrote: Can I ask why the 'Disable hash search' option was removed? Disable Hash search only has effect on opensubtitles and podnapisi. It was added as a band-aid solution for some issues where python couldn't calculate the hash of a file on smb/nfs/afp share. Since xbmc does the hash calculation now it is not needed anymore(it wasn't needed for about a year, I was just lazy to remove it) RE: [RELEASE] XBMC Subtitles - Addon Script - Zelgadis87 - 2012-05-05 20:38 (2012-05-05 07:48)amet Wrote:(2012-05-05 00:50)Zelgadis87 Wrote: Can I ask why the 'Disable hash search' option was removed? Oh, so it didn't have any effect on the actual search results in the last few months? Seems a bit odd to me, but okay, maybe there were some other factors involved ![]() Thanks for the reply. |