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

dLeyna-control cannot browse servers that do not support sort #43

Open markdryan opened 11 years ago

markdryan commented 11 years ago

The problem here is that we always seem to send a sort string even if the server indicates that it does not support sorting. Some servers reject browse requests that contain sort criteria and so dLeyna-control cannot work with these servers. It should check the sort caps before generating the sort string.