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)



- FrostBox - 2011-12-03

Tobby Wrote:The volme control stopped working when I updated to todays nightly. I tried turning it down from 20% to 50% lower volume, but it has no effect.

hmmm! i have no problem under windows with eden-pre or dharma
What your OS! And please submit full debug log :confused2:

@Deano316,
Sorry,
I have not had time this week. I watch as soon as possible...

Frost


- Deano316 - 2011-12-03

FrostBox Wrote:hmmm! i have no problem under windows with eden-pre or dharma
What your OS! And please submit full debug log :confused2:

@Deano316,
Sorry,
I have not had time this week. I watch as soon as possible...

Frost

No problem, I look forward to it. Thanks for taking the time bro. Big Grin


- Shinu - 2011-12-03

I'm having some issues with the latest version of tvtunes. It takes forever before detecting the theme on my server. I have to remain in a series for a while before it starts working as it should. I'm using Aeon Nox as my skin. Is this happening to anyone else?


- Tobby - 2011-12-04

FrostBox Wrote:hmmm! i have no problem under windows with eden-pre or dharma
What your OS! And please submit full debug log :confused2:

@Deano316,
Sorry,
I have not had time this week. I watch as soon as possible...

Frost
Sorry, been busy. Running 32-bit Win 7 Ultimate

http://pastebin.com/yRAj0bJ7


EDIT: Now it's not working at all. Theres just a mute icon at top middle of the screen.

http://pastebin.com/N2mGUHue


tvtunes freezing on atv2 - neno1978 - 2011-12-05

Hi everybody. i try play with oll tvtunes version and always freezing. Tvtunes work ok in library , perfect . I'm using a addon similar to icefilm , "pelisalacarta" is spanish( films and tvshows) and when i´m browsing xbmc freezing always. any idea? thanks

loghttp://pastebin.com/V2Y130c9


- ronie - 2011-12-05

neno1978 Wrote:Hi everybody. i try play with oll tvtunes version and always freezing. Tvtunes work ok in library , perfect . I'm using a addon similar to icefilm , "pelisalacarta" is spanish( films and tvshows) and when i´m browsing xbmc freezing always. any idea? thanks

loghttp://pastebin.com/V2Y130c9

can you try the lastest version of tv tunes:
http://passion-xbmc.org/addons/?Page=View&ID=script.tvtunes

if that one also freezes, please post a full debuglog


- Deano316 - 2011-12-08

Hey Frost, just wondered if there was any update on the season level tunes?


- Shinu - 2011-12-09

Shinu Wrote:I'm having some issues with the latest version of tvtunes. It takes forever before detecting the theme on my server. I have to remain in a series for a while before it starts working as it should. I'm using Aeon Nox as my skin. Is this happening to anyone else?

soooo, yeah. about my question? Confused


Stop Music Background Showing - Mudislander - 2011-12-09

Hi
To stop the Music Viz from showing while playing tvtunes I use
Code:
!SubString(Window(10025).Property(tvtunesIsAlive),True)

However this does not seem to work lately (Not sure when it stopped working, as I noticed it but did not look into it)

Now need help on the correct way of checking if script.tvtunes is playing.

Thanks


Missing "Get Tunes"-button - evilmurray - 2011-12-09

Hi, I am running XBMC (Aeon Nox theme) on iMac with OS X Lion. I have added theme.mp3 for all my TV shows via Tv Tunes Add-On, but it doesn't play when I browse through my list. When I enter TV show information, I can tell that a button is missing, not showing. There were no space here before I installed TV Tunes. I have not cluttered around manually with any settings files. Any tips? See screenshot…

Image


- Martijn - 2011-12-09

evilmurray Wrote:Hi, I am running XBMC (Aeon Nox theme) on iMac with OS X Lion. I have added theme.mp3 for all my TV shows via Tv Tunes Add-On, but it doesn't play when I browse through my list. When I enter TV show information, I can tell that a button is missing, not showing. There were no space here before I installed TV Tunes. I have not cluttered around manually with any settings files. Any tips? See screenshot…

Post this issue in the Aeon Nox thread so it can be fixed (or it maybe already has)http://forum.xbmc.org/showthread.php?tid=89151


- ronie - 2011-12-09

Mudislander Wrote:Hi
To stop the Music Viz from showing while playing tvtunes I use
Code:
!SubString(Window(10025).Property(tvtunesIsAlive),True)

However this does not seem to work lately (Not sure when it stopped working, as I noticed it but did not look into it)

Now need help on the correct way of checking if script.tvtunes is playing.

Thanks

most likely a case-sensitive isue, try if it works with:
!SubString(Window(videolibrary).Property(TvTunesIsAlive),True)


- Mudislander - 2011-12-11

Quote:!SubString(Window(videolibrary).Property(TvTunesIsAlive),True)
Did not work for me, also wrong fanart is now being displayed. So I'm going to dig around the skin - maybe corrupted some setting with cut & paste.

Edit FYI - Confluence also uses "<visible>!SubString(Window(videolibrary).Property(TvTunesIsAlive),True)</visible>" and the visualization also still shows up. Although the fanart is correct.


- Tobby - 2011-12-11

Tobby Wrote:Sorry, been busy. Running 32-bit Win 7 Ultimate

http://pastebin.com/yRAj0bJ7


EDIT: Now it's not working at all. Theres just a mute icon at top middle of the screen.

http://pastebin.com/N2mGUHue
Please, someone?


- `Black - 2011-12-11

ronie Wrote:most likely a case-sensitive isue, try if it works with:
!SubString(Window(videolibrary).Property(TvTunesIsAlive),True)

TvTunesIsAlive property doesn't work anymore in the latest version (1.9.5), at least my check for IsEmpty is broken.