XBMC Community Forum
[RELEASE] TvTunes Addon - TV Show Theme Music while browsing - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27)
+---- Forum: Program Add-ons (/forumdisplay.php?fid=151)
+---- Thread: [RELEASE] TvTunes Addon - TV Show Theme Music while browsing (/showthread.php?tid=83925)



- canadave - 2011-09-29 19:11

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


- canadave - 2011-09-29 19:15

50.00 volume test pastebin:

http://pastebin.com/40yMYwHH


- canadave - 2011-09-29 19:25

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 19:38

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 20:20

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 20:21

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 20:30

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 20:52

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 23:16

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 23:18

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.