From db6aa2c38cbc931de32438e3085994e1fd6eb0e4 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Tue, 30 Mar 2010 19:51:20 +0200 Subject: id3v2 conversions code WIP --- junklib.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'junklib.h') diff --git a/junklib.h b/junklib.h index 9ef335cf..9bc07165 100644 --- a/junklib.h +++ b/junklib.h @@ -32,9 +32,15 @@ junk_read_id3v2_full (struct playItem_s *it, DB_id3v2_tag_t *tag, DB_FILE *fp); int junk_id3v2_convert_24_to_23 (DB_id3v2_tag_t *tag24, DB_id3v2_tag_t *tag23); +int +junk_id3v2_convert_23_to_24 (DB_id3v2_tag_t *tag23, DB_id3v2_tag_t *tag24); + DB_id3v2_frame_t * junk_id3v2_add_text_frame_23 (DB_id3v2_tag_t *tag, const char *frame_id, const char *value); +DB_id3v2_frame_t * +junk_id3v2_add_text_frame_24 (DB_id3v2_tag_t *tag, const char *frame_id, const char *value); + int junk_id3v2_remove_frames (DB_id3v2_tag_t *tag, const char *frame_id); -- cgit v1.2.3