summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-12-31 15:03:56 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-12-31 15:03:56 +0100
commitcde24f6bbdec2d061079e234753db1ab61b62543 (patch)
treea0d7c500362760a9fb4a317915b62ea19a0082cd /deadbeef.h
parentf308147adc4b195efbf78a7efc7e872306f0f286 (diff)
fixed comment display in track properties
Diffstat (limited to 'deadbeef.h')
-rw-r--r--deadbeef.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/deadbeef.h b/deadbeef.h
index 7bca22af..f0c81e35 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -302,6 +302,10 @@ typedef struct {
%b album
%n track
%l length (duration)
+ %y year
+ %g genre
+ %c comment
+ %r copyright
more to come
*/
int (*pl_format_title) (DB_playItem_t *it, char *s, int size, int id, const char *fmt);