(2016-10-19, 20:23)Angelinas Wrote: Just install skin.info.service,dont change code.
Now it works... many tks Angelinas
(2016-10-19, 20:23)Angelinas Wrote: For missing KHZ, KBPS, KBITS info.
See if you have in other visualisation layout no 1 and no.3...if you have, then is your line changed...need to be like this.
Code:
<label>$LOCALIZE[31333] $INFO[MusicPlayer.Channels][COLOR=50FFFAF0] | [/COLOR]$INFO[MusicPlayer.SampleRate,,KHZ][COLOR=50FFFAF0] | [/COLOR]$INFO[MusicPlayer.BitRate,,Kbps][COLOR=50FFFAF0] | [/COLOR]$INFO[MusicPlayer.BitsPerSample,,Bits]</label>
I tried in other visualization layouts, the issue is there too... BTW I share with you the strange behaviour I experienced doing some tests.
I play a song from right list view, song playing starts in full screen view. There, I have all KHZ, KBPS, KBITS info missing. Using next track widget or up key on remote the next song is now played as expected. Differently from before, instead, only KBPS info is now displayed. It sounds really strange to me!!!
Any help?
EDIT: I inspected MusicVisualization.xml and the line for KHZ, KBPS, KBITS info is right for all the visualization layouts. I can assume it could depend from the variables MusicPlayer.SampleRate, MusicPlayer.BitRate and MusicPlayer.BitsPerSample. Is it possible that for any reason the scope of these variables is not properly set and, when involked by $INFO[] function, they result in NULL string?