![]() |
|
[RELEASE] TvTunes Addon - TV Show Theme Music while browsing - 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: Program Add-ons (/forumdisplay.php?fid=151) +---- Thread: [RELEASE] TvTunes Addon - TV Show Theme Music while browsing (/showthread.php?tid=83925) Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 |
- aberant - 2011-04-22 15:21 Have you any idea in which of the XML files your script would be called? Been searching through them for a while and can't spot the call... - ppic - 2011-04-22 16:47 don't know what skin you're using, if you haven't find it, maybe you're running a skin that don't support it. - primetime34 - 2011-04-22 17:18 Here's the log file...I hope I did this right. ![]() http://pastebin.com/QRLsbui4 - 999unreal - 2011-04-22 17:24 Ppic, Thank you for useful ADDON. By the way, my problem is. After "Python26.dll" is added, XBMC does not properly recognize the directory containing the Japanese. I tested it, and started a new thread. If you like, I hope you'll see the link below. here:http://forum.xbmc.org/showthread.php?tid=99778 Finally, TvTunes worked completely though it was a temporary solution. The procedure is as follows. 1:XBMC > system > python > Lib > site.py Edit line 453 Code: encoding = "ascii" > encoding = "[color=red]utf-8[/color]"Insert a line Code: self.oldpath = self.newpathIsn't there better method? - ppic - 2011-04-22 17:35 primetime34 Wrote:Here's the log file...I hope I did this right. ok, that's the skin call that is wrong, tell the author to change it in lowercase characters - MarcosQui - 2011-04-22 17:42 Hello ppic, this error has been fixed for the next version of the skin. Best regards. - Shinu - 2011-04-22 18:07 ppic Wrote:ok, be aware that the script id change when i pushed it on official repo, skinners have to change the script call. i really doubt that's the problem. the latest version of the script works the stable 10.1 xbmc release but doesn't on the nightly build. the script call has been noted to be changed on the Aeon Nox skin too. have u tested the script on the latest nightly? i reverted back to 10.1, so i can't show a log. - ppic - 2011-04-22 18:07 ok, thanks
- ppic - 2011-04-22 18:08 i'm not on the latest nigthly no, and i won't test it soon, sorry. - ZERO <ibis> - 2011-04-22 22:42 ppic Wrote:that was this way, at first, then i've been asked to change to only play when enter season level. Ah, could you possibly add that back in and just have a toggle option or something then? Alternatively could you link the older version? I am prepared to edit back row as needed to make it work, this is an option I really want to be able to use
|