Kodi Community Forum

Full Version: Play music on Panasonic home theater system
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a Panasonic btt-465 home theater system and in Windows Media Player I can select music and Play To the home theater system, it works perfectly.
I'm trying to do the same in xbmc Gothic and I have enabled everything to do with uPnP but just cannot figure out how to play my music on my home theater system.
This should be simple....Huh
1) Bring up the context menu (press 'c') for a song
2) Select "Play using..."
3) Select the UPnP device
Wow thanks!
That had me buggered for the longest time.
Can I set the default player?
When I select Play Using my home theater shows as SC-BTT465. I want SC-BTT465 to be the default.
I read this http://wiki.xbmc.org/?title=advancedsettings.xml

and tried adding advancedsettings.xml in %appdata%\XBMC\userdata\

<audio>
<!-- Default audio player: paplayer or dvdplayer -->
<defaultplayer>SC-BTT465</defaultplayer>
</audio>

but no luck. I did restart the computer after I added the file.
Try this
Code:
<advancedsettings>
         <audio>
                  <!-- Default audio player: paplayer or dvdplayer -->
                  <defaultplayer>SC-BTT465</defaultplayer>
         </audio>
</advancedsettings>

Not sure if it works for upnp though.
Thanks a million, that sorted it out.
I missed the <advancedsettings> </advancedsettings> tags, it was late Wink

So now my Play Using defaults to SC-BTT465.
Party on!
Glad it worked.Smile