mpd v0.1.0 Mpd.Stats View Source

Link to this section Summary

Functions

Parses MPD output as a stats struct

Link to this section Types

Specs

t() :: %Mpd.Stats{
  albums: term(),
  artists: term(),
  db_playtime: term(),
  db_update: term(),
  playtime: term(),
  songs: term(),
  uptime: term()
}

Link to this section Functions

Specs

parse(binary()) :: any()

Parses MPD output as a stats struct