aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist_vector.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* playlist_vector: convert to C++Max Kellermann2013-01-021-80/+0
|
* playlist_vector: require database lock for all functionsMax Kellermann2012-02-131-0/+11
|
* playlist_vector: use the list_head libraryMax Kellermann2012-02-121-22/+14
|
* Merge branch 'v0.16.x'Max Kellermann2011-06-031-0/+6
|\ | | | | | | | | Conflicts: src/decoder/ffmpeg_decoder_plugin.c
| * directory: allow directories with just playlistsMax Kellermann2011-05-091-0/+6
| | | | | | | | | | Keep those when scanning for empty directories. The check in playlist_vector_is_empty() was missing.
* | copyright year 2011Max Kellermann2011-01-291-1/+1
|/
* playlist_vector: update_or_add() returns boolMax Kellermann2010-09-071-1/+4
| | | | False if the vector was not modified.
* update: store playlist files in databaseMax Kellermann2010-07-211-0/+68
Don't open the music directory for each "lsinfo" call. Get the list of playlist files from the memory database.