![]() |
|
[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) Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 |
- 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? 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... ![]() 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). - canadave - 2011-09-29 20:21 ronie Wrote:nope, that was just to test things. 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. Here's the failure log: http://pastebin.com/LqJgCyph - ronie - 2011-09-29 20:52 mari Wrote:Thanks that worked, but... 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: 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: 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. |