From d4f7499e49b40a449d04d771e1a360ac6b263648 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Wed, 31 Mar 2010 13:53:25 +0200 Subject: cleaned up id3v2 parser; added support for multiple text frames of same type; improved (?) cp1251 detection --- playlist.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'playlist.h') diff --git a/playlist.h b/playlist.h index d1023295..9651e148 100644 --- a/playlist.h +++ b/playlist.h @@ -178,6 +178,9 @@ pl_insert_cue (playItem_t *after, playItem_t *origin, int numsamples, int sample void pl_add_meta (playItem_t *it, const char *key, const char *value); +void +pl_append_meta (playItem_t *it, const char *key, const char *value); + // must be used in explicit pl_lock/unlock block // that makes it possible to avoid copying metadata on every access const char * -- cgit v1.2.3