intel / dleyna-control

dLeyna-control is a Digital Media Player written in python to demonstrate how to use the dleyna DMS APIs. It detects Digital Media Servers on the local area network and allows users to browse, search and play their contents.
https://01.org/dleyna/
GNU Lesser General Public License v2.1
8 stars 12 forks source link

[MainWindow] Accept content type "Music" as well #31

Closed jku closed 11 years ago

jku commented 11 years ago

MediaObject2 spec has been changed so "audio.music" type is now "music". We should try to play both types.

The corresponding change in dleyna-server is in the type-ext branch -- pulling this does not break anything with current dleyna-server, but should of course be done only if we are sure the change in dleyna-server will happen.

markdryan commented 11 years ago

Pushed. Thanks.