Post Reply 
upnp search problems
02-12-2021, 11:38
Post: #2
RE: upnp search problems
MinimServer doesn't support searching by storage folder. The following classes are supported:

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

To search for a string containing a double quote, your search query needs to use an escaped string as defined in section 2.3.1 of the ContentDirectory:1 specification. For example, to seach for an album title containing "Eroica" (with literal double quotes) you would use:

upnp:class derivedfrom "object.container.album" and dc:title contains "\"Eroica\""
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
upnp search problems - mick3 - 02-12-2021, 10:37
RE: upnp search problems - simoncn - 02-12-2021 11:38
RE: upnp search problems - mick3 - 02-12-2021, 15:20

Forum Jump:


User(s) browsing this thread: 1 Guest(s)