Solved my video nav.xml <label>
#1
Is there a way to change the default labels on button 10 of myvideonav.xml

I know this is dumb but I want to change All videos to All Videos.... or better yet All Movies etc depending where I am in the library... is there way to override the default label?
Shield TV | Windows 10 | Mariadb | Mii Box
Evolve Ecosystem Repo | TV Melodies | Madnox Holiday Mod
Reply
#2
Easiest way is to create a own font set with capitalized letters

Example:
Code:
<font>
    <name>CaptilizedFont</name>
    <filename>arial.ttf</filename>
    <style>capitalize</style>
    <size>20</size>
</font>

Another way is to add the button 10 as hidden control and use another button to send clicks to it.
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply
#3
I don't know what I was thinking the hidden button with getlabel works perfect... just a simple var and I get what I was looking for thank you.
Shield TV | Windows 10 | Mariadb | Mii Box
Evolve Ecosystem Repo | TV Melodies | Madnox Holiday Mod
Reply

Logout Mark Read Team Forum Stats Members Help
my video nav.xml <label>0