diff options
author | Max Kellermann <max@duempel.org> | 2009-10-31 17:36:56 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-10-31 17:36:56 +0100 |
commit | 1ae4e4dcd3d8a8391f48ed3a551319477964a0c3 (patch) | |
tree | e72712f1faf04861df1b2de7e576ab2b57438536 /NEWS | |
parent | d099a7e46427805711521cad39ce758713c78238 (diff) | |
download | mpd-1ae4e4dcd3d8a8391f48ed3a551319477964a0c3.tar.gz mpd-1ae4e4dcd3d8a8391f48ed3a551319477964a0c3.tar.xz mpd-1ae4e4dcd3d8a8391f48ed3a551319477964a0c3.zip |
songvec: sort songs by album name first, then disc/track number
When the songs of two albums are in the same directory, all songs of
an album should be right next to each others.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ ver 0.16 (20??/??/??) * update: - automatically update the database with Linux inotify - support .mpdignore files in the music directory + - sort songs by album name first, then disc/track number * log unused/unknown block parameters * removed the deprecated "error_file" option * save state when stopped |