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)



- Dannydeman - 2011-02-21

I like this script a lot. Maybe add a fade-in / out as improvement?


- ppic - 2011-02-21

read the thread, you'll find your answer.


- uncertainty - 2011-02-23

Using the latest version I'm trying to implement solo mode for the Video info display. I see I have to edit DialogVideoInfo.xml and add

<onclick>XBMC.RunScript(script.TvTunes,mode=solo&tvpath=$INFO[ListItem.FilenameAndPath]&tvname=$INFO[ListItem.TVShowTitle])</onclick>


Do I place this line anywhere in the xml and is that all I have to do?

thanks


- ppic - 2011-02-23

you have to put the onclick on a button


- bubsy83 - 2011-02-24

Would it be possible to have the API?


- ppic - 2011-02-24

what API ?!?


Script is not working for me - fredygamer - 2011-02-25

I have an xbmc4xbox (build 30806) with Confluence skin (Confluence XBOX (V1.11)) and the script doesn't want to work for me.

I have tried downloading MyVideoNav.xml and includes.xml
and moved them to the confluence 720p folder.

Then I rebooted the xbox. The first thing what happened was that
the skin didn't load completely after the reboot.

Then I moved the ORIGINAL includes.xml back, but not the MyVideoNav.xml.
That fixed the skin and loaded fine after the reboot.

Now I can see the TVTunes skin settings, so I'm halfway there.
I enabled it and browsed to the TVTunes default.py to select it.

OK then I navigated to the Add-Ons - Scripts.
Selected the TVTunes Paramaters.
My smb share with all the tv shows is read only so I
Put enabled protected smb share and put my smb username and password.

Navigated back to TV Shows and while browsing around I was
expecting the theme music to start, but nothing happened.

I have downloaded the TV Show music straight from televisiontunes.com
and put them in the respective TV Show folder named theme.mp3


What am I doing wrong? Thank you for reading all this and thanks in advance for your help.


- ppic - 2011-02-25

don't know for xbox, sorry, i don't have it and don't know how dharma works on it...
you should ask for a dev on xbmc4xbox to have a look at it, i'll be glad to include what needed to make it work.

please, don't forget to post a debug log.


- bubsy83 - 2011-02-25

I would like it to work on one of my other systems but it uses another media frontend, (mediaportal if that helps) Im just wondering if you could help. cheers


- ppic - 2011-02-25

i don't know about mediaportal language support, if i can help you, i'll do it, no problem.


- bubsy83 - 2011-02-25

ppic Wrote:i don't know about mediaportal language support, if i can help you, i'll do it, no problem.

Have you got an email I can contact you on?


- ppic - 2011-02-25

please use pm here first.


- kossatzd - 2011-02-27

Is there any way to make the TV Tunes play when you first open tv shows and there are all the shows listed? And as you scroll through them, the tune will change, depending on what show is highlighted?

If that's impossible...can you make it so that when you open a tv show, the highlighted item is the ".." to go back a level...it's not until you put focus on one of the Seasons that makes the TV tune play. Is there anyway to make it so that it plays as soon as you enter in a tv show?

Thanks


- ppic - 2011-02-27

you can play them on tvshow level, as it was before, but all asked me to put it only in tvshow, you'll need to change the code.
no impossible to do your second request, to get that, you'll have to deactivate parent folder in options.


- mcborzu - 2011-03-01

Minor thing, I remember this causes an xml format error when we submit to the repo:

&tvname=

when I change to:

&amp;tvname=

Script still works after change, I just remember that from previous scripts...