Reducing some borders/spacings
[gmpc.git] / doc / MpdWishlist.txt
blob9b26a16a1b3dfc45eee33a2abf1940b53f41e149
1 Wanted Features in mpd to improve gmpc
2 ======================================
3 Qball Cow <qball@qballcow.nl>
4 v0.1, October 2006
6 List of features that can improve gmpc::
7 ----------------------------------------
8 3. *Insert at id/position*: To make some cut/paste code in gmpc, it would be nice if you can do a insert that passes a position/id 
9 4. *Improved list command*: Something like this: 
11 -----------------------------------------
12 list artist album where genre is "Jazz"
13 -----------------------------------------
15 This would list all artist and album pairs.
16 Useful too would be:
18 ------------------------------------------
19 list artist album where album like "Unpl"
20 ------------------------------------------
22 would give a list off all artist/album pairs that "fuzzy" match "\*Unpl\*" (f.e. The Corrs - Unplugged)
24 5. *Playlist Changes signal*: It would be nice if mpd provides a way to let clients know that a playlist is remove/added or changed. 
25 6. *Database Differences*: It would be fancy to be able what new music was added in the last database update. (store add time with a song in the db?)
27 The features are sorted by priority, the highest on top.