Jürgen Mang
Jürgen Mang
- [ ] mpd patch: https://github.com/MusicPlayerDaemon/MPD/pull/1895 - [ ] libmpdclient patch (implement new sticker search api, support sort and window)
Object: - [ ] songs - [ ] playlists - [ ] albums Support new mpd command: - [ ] stickernames (libmpdclient patch: https://github.com/MusicPlayerDaemon/libmpdclient/pull/111)
https://github.com/MusicPlayerDaemon/MPD/commit/432675d4c23450c527333ed4a29d13f843e001da Exact features are to be defined. Proposals are welcome! - [x] Add option to enable star rating - [x] Add option to enable thumbs up/down Add star rating for:...
https://github.com/MusicPlayerDaemon/MPD/pull/1910
Currently myMPD downloads and caches the webradiodb, but does all the other work in the frontend. The webradio experencie could be improved if the myMPD backend has access to this...
This harmonizes the interface further.
Support new mpd commands: - [ ] stickernamestypes - [ ] MPD: https://github.com/MusicPlayerDaemon/MPD/pull/2090) - [ ] libmpdclient: - [x] stickertypes - [x] MPD: https://github.com/MusicPlayerDaemon/MPD/pull/2098 - [x] libmpdclient: https://github.com/MusicPlayerDaemon/libmpdclient/pull/126
Reported here: https://github.com/jcorporation/sds/issues/34
This commit moves also some common search functions from src/search.c to src/isearch.c.