|
a/src/mpdcli.hxx |
|
b/src/mpdcli.hxx |
|
... |
|
... |
89 |
bool random(bool on);
|
89 |
bool random(bool on);
|
90 |
bool single(bool on);
|
90 |
bool single(bool on);
|
91 |
bool consume(bool on);
|
91 |
bool consume(bool on);
|
92 |
bool seek(int seconds);
|
92 |
bool seek(int seconds);
|
93 |
bool clearQueue();
|
93 |
bool clearQueue();
|
|
|
94 |
// Insert. use pos==-1 for just adding to the queue
|
94 |
int insert(const std::string& uri, int pos, const UpSong& meta);
|
95 |
int insert(const std::string& uri, int pos, const UpSong& meta);
|
95 |
// Insert after given id. Returns new id or -1
|
96 |
// Insert after given id. Returns new id or -1
|
96 |
int insertAfterId(const std::string& uri, int id, const UpSong& meta);
|
97 |
int insertAfterId(const std::string& uri, int id, const UpSong& meta);
|
97 |
bool deleteId(int id);
|
98 |
bool deleteId(int id);
|
98 |
// start included, end excluded
|
99 |
// start included, end excluded
|