XBMC Community Forum
[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)



- 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. Big Grin

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]"
2:script.tvtunes(v0.8.1) > tvtunes_backend.py
Insert a line
Code:
self.oldpath = self.newpath
[color=red]self.newpath = unicode(self.newpath,"utf-8")[/color]
if not xbmc.Player().isPlaying() : self.start_playing()

Isn't there better method?


- ppic - 2011-04-22 17:35

primetime34 Wrote:Here's the log file...I hope I did this right. Big Grin

http://pastebin.com/QRLsbui4

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.
"script.TvTunes" change to "script.tvtunes"

i'm pretty sure that's you problem, but can't confirm without seeing logs...

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 Wink


- 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 Wink