add support for adding random artists/albums to playlist

This commit is contained in:
Andrzej Rybczak
2010-01-22 22:24:44 +01:00
parent 153081158d
commit df15fe2bf4
4 changed files with 57 additions and 3 deletions

View File

@@ -173,6 +173,7 @@ namespace MPD
int AddSong(const std::string &, int = -1); // returns id of added song
int AddSong(const Song &, int = -1); // returns id of added song
bool AddRandomTag(mpd_tag_type, size_t);
bool AddRandomSongs(size_t);
void Add(const std::string &path);
bool Delete(unsigned);