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)



- canadave - 2011-09-29

thanks very much--I'll do those tests and report back and paste the log.


- canadave - 2011-09-29

50.00 volume test pastebin:

http://pastebin.com/40yMYwHH


- canadave - 2011-09-29

ronie Wrote:it should work, does xbmc have write permissions to your nfs share?

you can test in the filemanager in xbmc, add your nfs share there
and test if you can copy a file to it.

OK, I went to the file manager and my NAS was not listed. I added it manually, tried to copy a file to my TV shows folder on my NAS, and it worked fine. Should I try it again? (was the fact the NAS was not listed as a destination in File Manager causing the download/copy problems?)


- ronie - 2011-09-29

canadave Wrote:(was the fact the NAS was not listed as a destination in File Manager causing the download/copy problems?)

nope, that was just to test things.

if you could provide a Debug Log of tvtunes failing to copy a theme to your nfs share,
i'll look into it.


- mari - 2011-09-29

Thanks that worked, but... Wink
I've made new build od xbmc live yesterday (to include .strm patches for iceLibrary) - now I can't rollback to 1.0.7 and script.tvtunes-1.0.7.zip have disappeared from your google code downloads (http://ronie.googlecode.com/files/).
Where can I find it?



ronie Wrote:tv tunes v1.0.8 needs a more recent xbmc build (sept-21 or up).

so rollback the add-on to the previous version or wait for the next pvr build



- canadave - 2011-09-29

ronie Wrote:nope, that was just to test things.

if you could provide a Debug Log of tvtunes failing to copy a theme to your nfs share,
i'll look into it.

Sure thing, thanks. I'm just running a few other things right now but will test and post in just a bit.


- canadave - 2011-09-29

ronie Wrote:nope, that was just to test things.

if you could provide a Debug Log of tvtunes failing to copy a theme to your nfs share,
i'll look into it.

Here's the failure log:
http://pastebin.com/LqJgCyph


- ronie - 2011-09-29

mari Wrote:Thanks that worked, but... Wink
I've made new build od xbmc live yesterday (to include .strm patches for iceLibrary)

you can install v1.0.8 and make this change in script.tvtunes/resources/tvtunes_scraper.py at line 185:

change "properties" to "fields"


- ronie - 2011-09-29

canadave Wrote:50.00 volume test pastebin:

http://pastebin.com/40yMYwHH

the script uses the XBMC.SetVolume() command to adjust the sound.
but...that is not supported on the atv2.

i'm afraid you're out of luck.

canadave Wrote:Here's the failure log:
http://pastebin.com/LqJgCyph

hmm...it's failing to copy, now the big question: why?

i will try to reproduce... that is, after i figure out how to set up a nfs sever on linux
and compile xbmc with libnfs support ;-)


- canadave - 2011-09-29

hehe, no worries, I appreciate your looking at it! I'll see if I can do some additional testing on my end too; I don't THINK it's my setup that's causing the problem, but it certainly could be.

My initial guess, just from the log (and this is really just a total guess) is that it might have something to do with asynchronous copying over NFS. I wonder if I set it up as a synchronous copy, if that would work? I'll play with it.


- canadave - 2011-09-29

OK, scratch that theory. I just changed my TV show folder on my NAS to only be synchronous copying, and same thing--mp3's don't download.


- lobinski - 2011-09-30

Hi all,
I did find some info about this yesterday but now can't seem to find it! Sad

I've installed the add on, i've been able to access it through the video add ons and i've downloaded the theme.mp3 for all of my tv shows (and it's definately in the tv show folder). My tv show folders are stored on the E drive rather than C.

The issue is that the themes aren't playing when in my TVShow library.

I'm using the Aeon Nox skin and i've tried it with the "loop theme" option off and on.

Have I missed something really basic?


- smiffy1989 - 2011-09-30

ronie Wrote:i feel your pain buddy, but i haven't had the time to look into it.
it's at the top of my todo list, so it won't be forgotten.

Thanks a lot Smile


- ronie - 2011-09-30

canadave Wrote:hehe, no worries, I appreciate your looking at it! I'll see if I can do some additional testing on my end too;

if you could, please.

my efforts are going nowhere fast.
on my end xbmc decides it's best to crash as soon as i even think about opening a nfs share.

would you could do, is try the xbmc subtitles addon
and check if it can successfully store a subtitle file on your nfs share.

that way we could rule out of the issue is specific to tv tunes
or if we're looking at a bigger problem.


- canadave - 2011-09-30

Sure thing--I'll try to do that by tonight (I'm not home at the moment) and I'll report back here.