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)



- ppic - 2010-10-29

rausch101 Wrote:Slight bug/change:

If you go into the "Recently Added" section in TV Shows, it will just keep playing themes of each diffferent show as your scroll down the episodes. I think themes should be disabled in this view, right?

ho yes, i forgot that !

everybody want that or i should be able to make a setting for those who still want it there?

i'll see that tonight.


- Adam B. - 2010-10-29

ppic Wrote:ho yes, i forgot that !

everybody want that or i should be able to make a setting for those who still want it there?

i'll see that tonight.

I'm not sure that anyone would want it there.

It might makes sense to have it as a setting if it would start playing the theme song every time you were over a different show.


- mcborzu - 2010-10-29

ppic Wrote:ho yes, i forgot that !

everybody want that or i should be able to make a setting for those who still want it there?

i'll see that tonight.

probably just keep it simple and disable for that section


- t2ffn - 2010-10-29

Anyone got this supported for AeonMQ2?


- mcborzu - 2010-10-29

t2ffn Wrote:Anyone got this supported for AeonMQ2?

for any skin really:

change, in MyVideoNav.xml:

<defaultcontrol always="true">50</defaultcontrol>

to

<defaultcontrol always="true">9999</defaultcontrol>

then put this block somewhere near top:

PHP Code:
<control type="button" id="9999">
            <
description>trigger</description>
            <
onfocus>XBMC.RunScript(script.TvTunes,backend=True&amploop=False)</onfocus>
            <
onfocus>SetFocus(50)</onfocus>
            <
texturenofocus>-</texturenofocus>
            <
texturefocus>-</texturefocus>
        </
control



- FreddyKrueger - 2010-10-29

ppic Wrote:please tell me, i'll try a work around if confirmed Wink
FreddyKrueger Wrote:yes.... that's it.
if i remove authentication.... it works.


Hi ppic
Any progress on smb authentication ?

Thanks


- ppic - 2010-10-29

please be patient Wink


- Zaxxan - 2010-10-30

First of all, this is a brilliant addon. I've been using version 5.3 for a few days and the only problem I had was that the theme would not play if I re-entered the same folder. As this was listed as a fix in v6.6 I upgraded this morning. This version does not appear to be working correctly. If I try and play an episode in one of the folders it fails to start the first time, instead the theme music is played and the screen saver/graphics plays for a few seconds. If I restart the episode it plays ok on the second attempt.


- ppic - 2010-10-30

where is the debug log?

i've been able to reproduce it Big Grin
you're browsing very fast to do that !
2 files are sending at the player the same time, if you just wait 0.5s before launching the episode, you should have no problem.


- ppic - 2010-10-30

Code:
v0.6.7:
- fix theme playing on recently added episodes
- fix error on start with volume parameter



- ppic - 2010-10-30

FreddyKrueger Wrote:Hi ppic
Any progress on smb authentication ?

Thanks

please try:
Code:
v0.7.0
- added support for protected smb share 'activate in settings'.



- hewwra - 2010-10-30

Cool script, I love it!

I have installed 0.6.7 on my regular PC and there everything works as expected however on my HTPC it does not. It only works for the first show I enter, if I exit that one and enter a new one it refuses to play the theme.mp3.
In the log below I enter the show '24' and then I exit and enter 'American dad' and nothing is played, in the end I just exit to the home menu.
I guess there are some settings that differs from my 2 computers but I cannot figure out which ones Sad

Log


- ppic - 2010-10-30

please post a full log, i need to see more.


- hewwra - 2010-10-30

Alright it is here
This is from version 0.7.0


- ppic - 2010-10-30

ok try next one 0.7.1

Code:
v0.7.1
- corrected float conversion error between linux and windows