summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-29 22:25:53 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-29 23:07:11 +0200
commitd3d0c653d2fc1b03e22c2a7c664ac94ceeafce60 (patch)
treee3af0f89b92f0764b6ae4ae5f10e0d4ada337b9f /deadbeef.h
parent2b22ab371c2a4e914fa6bb2fce6b8d5a7c30b163 (diff)
removal of deprecated column ids;
added %B substitute for band / album artist; deleted old session management code; fixed saving column config after "edit column"
Diffstat (limited to 'deadbeef.h')
-rw-r--r--deadbeef.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/deadbeef.h b/deadbeef.h
index b47cd1c8..723ee64f 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -235,15 +235,10 @@ enum {
};
// preset columns, working using IDs
+// DON'T add new ids in range 2-7, they are reserved for backwards compatibility
enum pl_column_t {
DB_COLUMN_FILENUMBER = 0,
DB_COLUMN_PLAYING = 1,
- DB_COLUMN_ARTIST_ALBUM = 2,
- DB_COLUMN_ARTIST = 3,
- DB_COLUMN_ALBUM = 4,
- DB_COLUMN_TITLE = 5,
- DB_COLUMN_DURATION = 6,
- DB_COLUMN_TRACK = 7,
DB_COLUMN_ALBUM_ART = 8,
DB_COLUMN_ID_MAX
};
@@ -400,6 +395,7 @@ typedef struct {
%a artist
%t title
%b album
+ %B band / album artist
%n track
%l length (duration)
%y year