![]() |
|
[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 |
- AdolfoDias - 2011-05-28 13:44 Japaja Wrote:Is there a program that can lower the volume by set amount of decibels on all my theme.mp3 files? I was thinking about doing it with Audacity because all those themes are just too loud. Japaja, you can lower the volume of the theme by using the settings of tvtunes script. Using transparency! theme : go to settings / addons / enabled add-ons / video add-ons / and open tvtunes. Select settings and lower the volume to your liking... - Jezz_X - 2011-05-28 22:17 Does this work on eden versions of xbmc ? I just keep getting "NOTICE: ### no theme found for smb://JEZZBOX/TV2/Alias/theme.mp3 or smb://JEZZBOX/TV2\theme.mp3" even though it has clearly downloaded and added one to the filesystem - Big_Noid - 2011-05-28 22:30 it works on eden, only not with samba shares because of new python version in eden. See this post: http://forum.xbmc.org/showpost.php?p=795522&postcount=543 - Jezz_X - 2011-05-28 22:52 Big_Noid Wrote:it works on eden, only not with samba shares because of new python version in eden. See this post: http://forum.xbmc.org/showpost.php?p=795522&postcount=543 thanks I did thse changes and now it works it just doesn't wok for paths with a space in the name like Quote:NOTICE: mode=solo&name=American Dad!&path=smb://JEZZBOX/TV/American Dad/ Correction after making those changes it doesn't save new ones anymore
- ronie - 2011-05-28 23:14 Jezz_X Wrote:thanks I did thse changes and now it works it just doesn't wok for paths with a space in the name like give this one a shot: script.tvtunes.zip - Japaja - 2011-05-29 04:48 AdolfoDias Wrote:/ addons / enabled add-ons / video add-ons / and open tvtunes. Select settings and lower the volume to your liking... Thanks, since I wasn't using it for some time I wasn't aware this was added.
- Jezz_X - 2011-05-29 05:26 ronie Wrote:give this one a shot: nah that ones the same it will play any that already exist on the file system but it will not export or create new ones (save them) for me anyway guess I'll have to put adding it to confluence on the back burner for a bit until ppic gets it working on eden - ronie - 2011-05-29 16:15 Jezz_X Wrote:nah that ones the same it will play any that already exist on the file system but it will not export or create new ones (save them) heh, i should learn to read the python docs more carefully, anyway: script.tvtunes-1.0.1.zip Jezz_X Wrote:guess I'll have to put adding it to confluence on the back burner for a bit until ppic gets it working on eden yup, makes little sense to add it if it's not available in the repo. - Jezz_X - 2011-05-29 20:40 ronie Wrote:heh, i should learn to read the python docs more carefully, anyway: No different for me - ronie - 2011-05-29 22:32 Jezz_X Wrote:No different for meworks fine on my end (linux), so might be caused by: http://trac.xbmc.org/ticket/11591 |