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)



- mad-max - 2010-10-27 09:13

Hi Guys...

cheers to ppic...nice script...

Just two little things:

1)
Is it possible to play theme in tv-show level?
Would be a nice update...

2)
Anyone got the updated xml-files for Aeon65? Maybe Phil65?

cheers,
mad-max


- ppic - 2010-10-27 11:36

ok, thanks all but as said before, i won't be able to do anything if you don't post a debug log.


- ppic - 2010-10-27 11:37

mad-max Wrote:Hi Guys...

cheers to ppic...nice script...

Just two little things:

1)
Is it possible to play theme in tv-show level?
Would be a nice update...

2)
Anyone got the updated xml-files for Aeon65? Maybe Phil65?

cheers,
mad-max

well, this will require more work, i'll see that later.


- ppic - 2010-10-27 11:38

Steveb Wrote:With the lower volume setting set to 0.0 it still defaults to about 50% volume. Maybe that's why people can't hear anything...
Also the theme loops regardless of loop setting.
using XP-Beta3-v0.6
http://pastebin.com/dZSZHLY4

in your log, your volume is always 100%


- Steveb - 2010-10-27 12:18

Read the next line..### raise volume to 60...
Yes starts off at 100% then your script raise to 60% for some reason
Code:
[LIST=1]
[*]12:18:05 T:832 M:1498996736  NOTICE: ### volume goal: 60
[*]12:18:05 T:832 M:1498996736  NOTICE: ### down volume to 60
[*]12:18:38 T:832 M:1503453184  NOTICE: ### volume goal percent : 100.0
[*]12:18:38 T:832 M:1503453184  NOTICE: ### raise volume to 60
[/LIST]
volume goal should be 100 yes? - down volume (0,1-60)
100-0.0 =100
then the result is: ###raise volume to 60 EekRolleyes


- Rastan - 2010-10-27 12:29

ronie Wrote:did you mod those skins according to the instructions on page 1 of this thread?

@everyone: bug reports are useless without a debug log!

Blush I never modded any XML's but I did download the latest Transparency and Night Skins

I followed Flomaster's suggestions and successfully got it working with Night. I just need to tinker with the sound now as it is a little bit on the low side.

Then I will look into getting it working on Transparency as that is my main skin.

Thankyou for the great addon PPIC!! Big Grin


- ppic - 2010-10-27 12:34

Steveb Wrote:Read the next line..### raise volume to 60...
Yes starts off at 100% then your script raise to 60% for some reason
Code:
[LIST=1]
[*]12:18:05 T:832 M:1498996736  NOTICE: ### volume goal: 60
[*]12:18:05 T:832 M:1498996736  NOTICE: ### down volume to 60
[*]12:18:38 T:832 M:1503453184  NOTICE: ### volume goal percent : 100.0
[*]12:18:38 T:832 M:1503453184  NOTICE: ### raise volume to 60
[/LIST]
volume goal should be 100 yes? - down volume (0,1-60)
100-0.0 =100
then the result is: ###raise volume to 60 EekRolleyes

yes your volume is -60 to 00, just try ... don't need to check the log, see your volume level in GUI.

60 is 0d.d so 100% volume.
this number are for me to check conversion, xbmc returns me volume in db, but i can on send it percentage.

so i must convert.


- Steveb - 2010-10-27 13:01

Ok I think I get what you mean, so.. 60*1.666 = 100% ?

(60-30)*(100/60) = 50%
(60-0.0)*(100/60) = 100%
Get what your trying to do but still doesn't seem to work, full volume, enter tv season and volume drops down, exit tv season vol back to 100%.
Addon setting set to <setting id="downvolume" value="0.000000" />


- ppic - 2010-10-27 13:54

sorry, but your log doesn't show volume decrease...
be carreful cause theme sound level may differs, and that not du to the script.


- rausch101 - 2010-10-27 14:09

Steveb Wrote:Ok I think I get what you mean, so.. 60*1.666 = 100% ?

(60-30)*(100/60) = 50%
(60-0.0)*(100/60) = 100%
Get what your trying to do but still doesn't seem to work, full volume, enter tv season and volume drops down, exit tv season vol back to 100%.
Addon setting set to <setting id="downvolume" value="0.000000" />

the 60 is in units of decibals (dB) not percent i think