aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist_vector.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* playlist_vector: require database lock for all functionsMax Kellermann2012-02-131-0/+8
|
* playlist_vector: add new playlist to the end of the listMax Kellermann2012-02-131-1/+1
| | | | Avoid reversing the order after every update.
* playlist_vector: use the list_head libraryMax Kellermann2012-02-121-37/+18
|
* copyright year 2011Max Kellermann2011-01-291-1/+1
|
* playlist_vector: update_or_add() returns boolMax Kellermann2010-09-071-1/+6
| | | | False if the vector was not modified.
* update: store playlist files in databaseMax Kellermann2010-07-211-0/+120
Don't open the music directory for each "lsinfo" call. Get the list of playlist files from the memory database.