Kodi Community Forum

Full Version: Changing Default Player to TV using UPnP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

I am running Kodi 15.1 on windows 8.1. I have create an advancedsettings xml file to change the default player to my tv using UPnP which worked a treat. I now want to set my second tv to be the default player if my first tv is not available. I have tried the <override> & <fallback> command but as I'm new to all this I think I might be using them wrong. Any help would be appreciated Thanks

Colin

<advancedsettings>
<video>
<defaultplayer>[TV]Bedroom</defaultplayer>
<fallback>
<defaultplayer>TV in a living room</defaultplayer>
</fallback>
</video>
</advancedsettings>
Anyone ??