summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
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,