MinimServer Forum
Genre search not working - Printable Version

+- MinimServer Forum (https://forum.minimserver.com)
+-- Forum: MinimServer (/forumdisplay.php?fid=1)
+--- Forum: Support (/forumdisplay.php?fid=4)
+--- Thread: Genre search not working (/showthread.php?tid=3215)



Genre search not working - musaic_dev - 30-05-2016 11:26

Hello,

If I try to retrieve a list of genres using the search mechanism and the follow parameters i don't receive any results.

ContainerID: 0
SearchCritera: upnp:class = "object.container.genre.musicGenre"
Filter: *
StartingIndex: 0
RequestedCount: 10
SortCriteria: *

A similar request for albums or playlists works correctly.

Tested using MinimServer 0.8.3 update 83 on a Synology DS213j

Thanks

Simon


RE: Genre search not working - DavidHB - 30-05-2016 18:11

This is probably one for Simon, but in my experience UPnP Search typically only works with a limited range of tags. What that range is will depend on the control point as much as on the server. I have not yet encountered a control point that searched the Genre tag. That said, Genre makes more sense for me as a tag for browsing rather than searching.

UPnP Search is quite useful in its present form; extending its capabilities would require agreement between those who develop servers and those who develop control points.

David


RE: Genre search not working - simoncn - 30-05-2016 20:50

The UPnP Search support in MinimServer supports the following values for the upnp:class property (including derivedfrom relationships):

object.container.album.musicAlbum
object.item.audioItem.musicTrack
object.container.playlistContainer
object.container.person.musicArtist

This seems to be sufficient to handle UPnP Search queries sent by all control points that I have tried.

Are there any other UPnP servers that support musicGenre searches?