![]() |
|
[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 |
[RELEASE] TvTunes Addon - TV Show Theme Music while browsing - ppic - 2010-10-24 15:10 download it on official repository Hi, I'm proud to bring this addon to you ! It has 2 way to work !
It use http://www.televisiontunes.com to search and get your Tv Show themes. You can launch it from programs addons, it will scan your Tv Show library and will present to you search result with Tv Show title, when you select a result, it will play it and ask if you want to download it, if not, you came back to the list to select another result. if you don't find it in the list, you can do manual search (better result with original title) if you can't find a theme for a Tv Show, press back on the listing, the Tv Show will be skipped, and continu to the next one. When integrate in skin, it will automatically launch and stop when entering/exiting your video library, no extra cpu needed, works well on atom box. Here is a short video preview: http://www.youtube.com/watch?v=6l4uDyFkrK0 - Skinners informations,easy skin integration: Code: will automatically launch when browsing videolibrary, automaticaly end when playing video or exiting video libraryfor solo mode, you can add a button on dialogvideoinfo.xml with this: Code: <onclick>XBMC.RunScript(script.tvtunes,mode=solo&tvpath=$INFO[ListItem.FilenameAndPath]&tvname=$INFO[ListItem.TVShowTitle])</onclick>- mcborzu - 2010-10-24 17:28 For Skinners: Best to have the button be an include condition: PHP Code: <control type="button" id="9999">PHP Code: <include name="no_tv_theme">Since it'll stop music playback in Video Library and people might like to uncheck TV themes and listen to music...This allows for both options. Also no need for XBMC to try and run the script if it's not there. - igotdvds - 2010-10-24 17:37 All works for me except the Loop. If it is set to "true". it doesnt run it at all. - ppic - 2010-10-24 18:08 it's possible to deactivate if something is currently playing, you want? - ppic - 2010-10-24 18:09 igotdvds Wrote:All works for me except the Loop. If it is set to "true". it doesnt run it at all. it doesn't read any theme ? - ronie - 2010-10-24 18:17 ppic Wrote:loop=True would it be possible to add this to the addon settings, so the end-user can choose whether loop is enabled or not? great addon btw. ;-) - igotdvds - 2010-10-24 18:34 ppic Wrote:it doesn't read any theme ? No, actually its running, but some themes dont play at all. They have the theme.mp3, they just dont play. - ppic - 2010-10-24 19:05 and if loop=false, they play well ? @ronie: possible, i'll see that
- ppic - 2010-10-24 21:18 ok there was an error on loop setting. i'll make it an option in addon settings - ppic - 2010-10-24 23:38 v0.5.1: - moved loop in addon setting. |