Property

mpd

Property Name Type Description Required
albums string
artists string
db_playtime string
db_update string
mime_type array of string
playtime string
plugin array of string
songs string
suffix array of string
uptime string

↑ TopSearch Queries
SearchMPD
product:"Music Player Daemon"

↑ TopExample
{
  "uptime": "39 days 9 hours 25 minutes 4 seconds ago",
  "db_update": "December 07, 2023",
  "suffix": [
    "ogg",
    "oga",
    "ogg"
  ],
  "artists": "318",
  "plugin": ["vorbis", "oggflac", "flac", "dsdiff", "dsf", "ffmpeg", "pcm"],
  "playtime": "0 seconds",
  "albums": "255",
  "songs": "16,736",
  "mime_type": [
    "application/ogg",
    "application/x-ogg",
    "audio/ogg"
  ],
  "db_playtime": "3,407,721 seconds"
}