summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-10-18 19:14:19 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-10-18 19:14:19 +0200
commit0415b1ec23934e833b5d859aed0f12565c65b526 (patch)
tree26d0dabd7e0de3c1e64ffdbb1136ce7ae0773b15 /deadbeef.h
parentfca50d0be2ee6393edb111372305efaeb09ecf36 (diff)
new custom columns WIP
Diffstat (limited to 'deadbeef.h')
-rw-r--r--deadbeef.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/deadbeef.h b/deadbeef.h
index bc1a7d6e..e10029d5 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -118,6 +118,17 @@ enum {
DB_EV_MAX
};
+// preset columns, working using IDs
+enum {
+ 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
+};
+
// message ids for communicating with player
enum {
M_SONGFINISHED,