Kodi Community Forum
[Closed] TvTunes Addon - 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: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151)
+---- Thread: [Closed] TvTunes Addon (/showthread.php?tid=83925)



- Shinu - 2011-04-21

I'm using the latest nightly (XBMCSetup-20110421-5e1f482-master.exe) and the script doesn't play anything.


- ppic - 2011-04-21

have you done all what is needed ?


- Shinu - 2011-04-22

well it's been working perfectly up until i installed the nightly build. i primarily use the Aeon Nox skin, but it doesn't work for any skin i've tried. i have v0.8.1 installed and it still doesn't work. is there something new that i need to do to get it to work on the nightly builds?

here's my log btw. expires in a couple hours....

http://pastebin.com/jW7XjfRM


- primetime34 - 2011-04-22

ppic Wrote:i was meaning option for tvtune activated in skin settings ;-)

Yep, it's turned on there too.


- ppic - 2011-04-22

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


- aberant - 2011-04-22

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

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

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

http://pastebin.com/QRLsbui4


- 999unreal - 2011-04-22

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]"
2Confusedcript.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

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

Hello ppic, this error has been fixed for the next version of the skin.

Best regards.


- Shinu - 2011-04-22

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

ok, thanks Wink


- ppic - 2011-04-22

i'm not on the latest nigthly no, and i won't test it soon, sorry.


- ZERO <ibis> - 2011-04-22

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