I wish I had originally included "None of the Above" as a choice. IOW, "I don't play music through Kodi." (I added it just now)
Anyway... to me 3D looks a lot like the 2D Layout 3 with a ton more features.
I also noted that, 3D displays codec data in the more appropriate BitRate/SampleRate/BitsPerSecond format typically used for display. @
latts9923, if you would please change Layout 3 to reflect that order (and perhaps the other requested changes below) it would save me the trouble of fixing it myself whenever you issue a new MusicVisualization.xml file. (Please?
) MV.xml Line 909:
Code:
<label>$INFO[MusicPlayer.BitRate,, [COLOR=88DDDDDD]Kbps[/COLOR]][COLOR=50FFFAF0] | [/COLOR]$INFO[MusicPlayer.SampleRate,, [COLOR=88DDDDDD]KHz[/COLOR]][COLOR=50FFFAF0] | [/COLOR]$INFO[MusicPlayer.BitsPerSample,, [COLOR=88DDDDDD]Bits[/COLOR]]</label>
Another tweak I always make when needed: In the first lines of Layout 3 Line 699 (or any other Layout) I add:
Code:
<visible>Player.ShowInfo + ![Window.IsVisible(120) + !Skin.HasSetting(novisfurnitureosd) | Skin.String(vis_layout,karaoke)]</visible>
This allows me to use the Info buton on my remote to toggle Furniture On/Off.
I also include in my Advanced Settings Userdata file:
Code:
<songinfoduration>20</songinfoduration>
This automatically times the Furniture off in the assigned 20 seconds (which I believe is a default time anyway) but I can still recall it using the Info button. I then leave the "Hide Furniture after 10 Seconds" Off in the Customization options.
Since I'm ranting here... I always delete that silly thumb notch on album covers. Who needs that...?
(Line 770 of MV.xml)
Code:
diffuse="thumb_cdcover_mask_cdart.png"
Would you also please check if MultiLogo works for you on Layout3? It's very hit and miss for me, sometimes not at all. (I cut and pasted the upper-right-corner MultiLogo code from 3D into Layout 3 and it works quite well)
Any of these items you could include in Layout 3, and perhaps other layouts @
latts9923 would be greatly appreciated. And maybe delete some of the tired old Layouts (at least 1 & 2) also? Thanks!