mpd v0.1.0 Mpd.Songs View Source
This module is used to manipulate multiple songs like filtering or find songs among a list.
Link to this section Summary
Functions
Groups a list of songs by album
Groups a list of songs by artist
Creates a tree from songs grouped by artist then album.
Filters a list of songs by a given Artist tag insensitively
Filters a list of songs by a given Artist tag insensitively
Filters a list of songs by a given tag insensitively
Parses a song list MPD output into structs
Link to this section Types
Link to this section Functions
Specs
Groups a list of songs by album
Specs
Groups a list of songs by artist
Specs
Creates a tree from songs grouped by artist then album.
%{
"Rouge Pompier" => %{
"Neve Campbell" => [
%Mpd.Song{},
%Mpd.Song{},
],
"Kevin Bacon" => [
%Mpd.Song{},
%Mpd.Song{},
]
}
}
Specs
Filters a list of songs by a given Artist tag insensitively
Specs
Filters a list of songs by a given Artist tag insensitively
Specs
Filters a list of songs by a given tag insensitively
Specs
Parses a song list MPD output into structs