• 1
  • 4
  • 5
  • 6(current)
  • 7
  • 8
  • 82
[Closed] TvTunes Addon
#76
please post Debug Log, i can't dream what error it is !
#77
Rastan Wrote:Same here. I have tried with Confluence, Transparency and Night thinking it was the skin.
if you have downloaded these skin from official repository, they are not compatbile now, you got to use the skin svn or wait for them to be updated on the official addon repo.
#78
great work again, as usual Smile
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
#79
Can you get this to work with night skin?
I tried installing the latest version of night and editing the xmls but it didn't work...
Sad
Also the volume turns way down when the themes start playing and I can't hardly hear anything. It has a down volume setting, and i have it set to 0 so why does it turn it down to halfway?

Thank You!
#80
it works with night skin just fine, you have to enable the option in the settings>skin>Movie/TV also need a current version of night that has this option.


side note.. when exiting out of the tvshows my volume remains at 50% it does not go back up to 100% like it was before enter into tv shows. I am running version 6.0 of TvTunes.

-=Jason=-
#81
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
- - - Tribute to Metallica - - -
If I managed to help you, please click my reputation
#82
ok, thanks all but as said before, i won't be able to do anything if you don't post a debug log.
#83
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.
#84
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%
#85
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
#86
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
#87
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.
#88
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" />
#89
sorry, but your log doesn't show volume decrease...
be carreful cause theme sound level may differs, and that not du to the script.
#90
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
Have a question? First try the XBMC online-manual and FAQ. Also: How to submit a debug log
  • 1
  • 4
  • 5
  • 6(current)
  • 7
  • 8
  • 82

Logout Mark Read Team Forum Stats Members Help
[Closed] TvTunes Addon5