Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | directory: allow directories with just playlists | Max Kellermann | 2011-05-09 | 1 | -0/+6 |
| | | | | | Keep those when scanning for empty directories. The check in playlist_vector_is_empty() was missing. | ||||
* | playlist_vector: update_or_add() returns bool | Max Kellermann | 2010-09-07 | 1 | -1/+4 |
| | | | | False if the vector was not modified. | ||||
* | update: store playlist files in database | Max Kellermann | 2010-07-21 | 1 | -0/+68 |
Don't open the music directory for each "lsinfo" call. Get the list of playlist files from the memory database. |