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)



- Japaja - 2011-05-29

AdolfoDias Wrote:/ addons / enabled add-ons / video add-ons / and open tvtunes. Select settings and lower the volume to your liking...

Thanks, since I wasn't using it for some time I wasn't aware this was added. Smile


- Jezz_X - 2011-05-29

ronie Wrote:give this one a shot:
script.tvtunes.zip

nah that ones the same it will play any that already exist on the file system but it will not export or create new ones (save them) for me anyway guess I'll have to put adding it to confluence on the back burner for a bit until ppic gets it working on eden


- ronie - 2011-05-29

Jezz_X Wrote:nah that ones the same it will play any that already exist on the file system but it will not export or create new ones (save them)


heh, i should learn to read the python docs more carefully, anyway:
script.tvtunes-1.0.1.zip
Jezz_X Wrote:guess I'll have to put adding it to confluence on the back burner for a bit until ppic gets it working on eden

yup, makes little sense to add it if it's not available in the repo.


- Jezz_X - 2011-05-29

ronie Wrote:heh, i should learn to read the python docs more carefully, anyway:
script.tvtunes-1.0.1.zip

No different for me


- ronie - 2011-05-29

Jezz_X Wrote:No different for me
works fine on my end (linux),
so might be caused by:
http://trac.xbmc.org/ticket/11591


- ppic - 2011-05-30

AdolfoDias Wrote:ppic, the script is executed and the theme is played once everytime you change directory.
Performing this navigation example:
Root tvshow listing / House M.D. / Season 1 / Return to House M.D. / Season 2
will result in the theme being played 4 times.

that's strange, cause it doesn't act like that on my setup, it only play once when entering the show and doesn't restart if it's not ended...

please post a debug log.


- ppic - 2011-05-30

Jezz_X Wrote:nah that ones the same it will play any that already exist on the file system but it will not export or create new ones (save them) for me anyway guess I'll have to put adding it to confluence on the back burner for a bit until ppic gets it working on eden

i've got no time today to look at it, but that because of external python, i need to adapt it with the new vfs module to work perfectly, backend is only for reading tunes, you'll need to edit the scraper.py to make it works for saving new tunes.
i'll try to look at it as soon as possible.


- Jezz_X - 2011-05-31

ronie Wrote:works fine on my end (linux),
so might be caused by:
http://trac.xbmc.org/ticket/11591
Maybe I didn't try it on linux I just use windows to dev and serve my files
ppic Wrote:i've got no time today to look at it, but that because of external python, i need to adapt it with the new vfs module to work perfectly, backend is only for reading tunes, you'll need to edit the scraper.py to make it works for saving new tunes.
i'll try to look at it as soon as possible.
Thanks don't go rushing yourself Smile I have the commit to add support ready in my local git for when it works and you submit a version to the eden repo instead of dharma


- ppic - 2011-05-31

thanks Wink


- AdolfoDias - 2011-06-01

ppic Wrote:that's strange, cause it doesn't act like that on my setup, it only play once when entering the show and doesn't restart if it's not ended...

please post a debug log.

It's not a question of restarting if it's not ended. It doesn't do that.
When it finishes playing the theme, it plays again everytime you do something even if it is just browsing within the tvshow.

I've created two logs. One using Linux Live and the other using windows.

Using Neon skin and Night Purity skin, the behavior is the same:
In linux, tvtunes plays the theme everytime i highlight different seasons or files.
In windows, tvtunes plays the theme everytime i select different seasons (changing the path in the directory structure)

Using Transparency! skin, it doesn't work on any of them.
It gives this message in the log:
DEBUG: CApplication::ExecuteXBMCAction : Translating XBMC.RunScript(script.TvTunes,backend=True)
DEBUG: CApplication::ExecuteXBMCAction : To XBMC.RunScript(script.TvTunes,backend=True)
ERROR: Python script "script.TvTunes" does not exist

Linux log: http://pastebin.com/rGBB7jBE
Windows log: http://pastebin.com/0dh1qmgy


- ronie - 2011-06-01

AdolfoDias Wrote:Using Transparency! skin, it doesn't work on any of them.
It gives this message in the log:
DEBUG: CApplication::ExecuteXBMCAction : Translating XBMC.RunScript(script.TvTunes,backend=True)
DEBUG: CApplication::ExecuteXBMCAction : To XBMC.RunScript(script.TvTunes,backend=True)
ERROR: Python script "script.TvTunes" does not exist

http://forum.xbmc.org/showthread.php?tid=100425


- ppic - 2011-06-01

you've put theme.mp3 in your season folder, please remove them and retry Wink
Code:
smb://MCDISK1/usb1-1.3share1/Series/Bones/Season 1/theme.mp3



- AdolfoDias - 2011-06-01

ppic Wrote:you've put theme.mp3 in your season folder, please remove them and retry Wink
Code:
smb://MCDISK1/usb1-1.3share1/Series/Bones/Season 1/theme.mp3

I didn't noticed that. I've not placed that manually, perhaps the downloader did?!
But that is not the problem. I have removed it and it stays the same (i may be wrong, but isn't the search pattern something like the current directory and the parent one?).
But remember that in Linux, the theme is played again just by highlighting.
Example: If i'm viewing the episodes list of some season and i have episode1 highlighted, just by pressing down on the remote to highlight episode2 the theme plays again.


- rudeboyx - 2011-06-01

I only have the theme in my tvshow directory (NOT Season Directories) and it still re ques the theme after I navigate around a show.

To be honest this has been how TV tunes has worked since release, so I stumped as to how ppic has never noticed it and continues to not know what we are refering to.Huh


- ppic - 2011-06-01

i don't understand, because on my setup (and i use the same script as you) i'm entering a tvshow, when i highlight a season, the theme start, and it will continue to play since i quit the show folder or when it ends.
the only way i see so far for it to restart is that you have are really short theme that play again when you change item because it has ended.