| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Reduce header dependencies.
|
| |
|
|
|
|
|
|
|
| |
Allocate a player_control object where needed, and pass it around.
Each "client" object is associated with a "player_control" instance.
This prepares multi-player support.
|
|
|
|
|
|
| |
Optionally allow all local files.
"Insecure" mode is used for printing playlists.
|
| |
|
|
|
|
|
|
| |
Prepend the playlist's base URI to relative song URIs. Look up songs
in the database (if the URI refers to a local song file). Merge
existing database metadata with metadata from the playlist plugin.
|
|
This patch integrates the playlist plugin API to the MPD core. We'll
be able to do much more in the future with that API, that's just the
beginning.
|