![]() |
|
[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 |
- Sharpe - 2011-05-12 13:26 ronie Wrote:i'm in the same boat as you are. Ah right that makes sense - I was having some issues with the randomitems script as well. - NotNobody - 2011-05-12 14:25 Love this addon
- ronie - 2011-05-12 16:24 Sharpe Wrote:Hey ppic mate - is there a problem with using tvtunes over SMB content using the current XBMC nighties? I thought I read there was but can't say for certain. No worries if it's just one of those things 'til more Eden stuff is pushed. in case anyone is interested: Amet Wrote:the issue you are seeing is cos external python doesnt know what "smb://" is, that is xbmc internal protocol - ppic - 2011-05-12 20:49 yes, all of that is due to external python. last news i've read, vfs wasn't pushed in python, i'm not using nigthlyes for now, i may need some time to adapt
- BlueNZ - 2011-05-14 01:06 Just a bit of feedback. Updating to tvtunes 0.9.0 broke the themes on my system but they worked again when 0.8.0 was reinstalled using this zip file. - ppic - 2011-05-14 05:58 your skin need to change the script call in lowercase. - Shinu - 2011-05-14 07:16 i'm sorry, but how exactly do i use the wrapper function posted by Amet? it can be used as a temporary fix right? - ronie - 2011-05-14 15:36 @ppic: small request, can we get a TvTunesIsAlive window property in the scraper too? i would like to hide the visualization in the skin when people are pre-listening the theme file before downloading. - ronie - 2011-05-14 15:42 Shinu Wrote:i'm sorry, but how exactly do i use the wrapper function posted by Amet?you'll have to import the module in the script and change the os.path.exists() calls to xbmcvfs.exists() Shinu Wrote:it can be used as a temporary fix right? wouldn't call it temporary. afaik, in eden, scripts need to use this wrapper if they want to access smb:// shares. - Shinu - 2011-05-14 16:24 ronie Wrote:you'll have to import the module in the script times like this i wish i was a programmer. :o i have no idea how to import the module. |