diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2012-02-13 20:02:54 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2012-02-13 20:02:54 +0000 |
| commit | 526e04b8b4d8ba43f39c0bb653200b054bf5dbd9 (patch) | |
| tree | 243ac42cd058530735f62807599a36e760f377c4 /src/qmmpui/playlistmodel.h | |
| parent | 336f191f80cbb5cfba9b4910ee1ada7a8133796e (diff) | |
| download | qmmp-526e04b8b4d8ba43f39c0bb653200b054bf5dbd9.tar.gz qmmp-526e04b8b4d8ba43f39c0bb653200b054bf5dbd9.tar.bz2 qmmp-526e04b8b4d8ba43f39c0bb653200b054bf5dbd9.zip | |
added 'disc number' tag support for flac files with embedded cuesheet, added sorting by disc number (Brice Videau)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2601 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistmodel.h')
| -rw-r--r-- | src/qmmpui/playlistmodel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qmmpui/playlistmodel.h b/src/qmmpui/playlistmodel.h index 170425b3e..9663ea478 100644 --- a/src/qmmpui/playlistmodel.h +++ b/src/qmmpui/playlistmodel.h @@ -282,6 +282,7 @@ public: { TITLE, /*!< by title */ ALBUM, /*!< by album */ + DISCNUMBER, /*!< by discnumber */ ARTIST, /*!< by artist */ FILENAME, /*!< by file name */ PATH_AND_FILENAME, /*!< by path and file name */ |
