From d556baa0cebd866a8a780aa63858fa561494b411 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Thu, 1 Apr 2010 14:25:35 +0200 Subject: mp3 id3v1/id3v2/apev2 tag editing --- junklib.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'junklib.h') diff --git a/junklib.h b/junklib.h index 6f745dfc..cde8f078 100644 --- a/junklib.h +++ b/junklib.h @@ -29,6 +29,12 @@ junk_id3v1_read (struct playItem_s *it, DB_FILE *fp); int junk_id3v1_find (DB_FILE *fp); +int +junk_id3v1_write (FILE *fp, struct playItem_s *it); + +int +junk_id3v2_find (DB_FILE *fp, int *psize); + int junk_id3v2_read_full (struct playItem_s *it, DB_id3v2_tag_t *tag, DB_FILE *fp); @@ -74,6 +80,9 @@ junk_apev2_find (DB_FILE *fp, int32_t *psize, uint32_t *pflags, uint32_t *pnumit DB_apev2_frame_t * junk_apev2_add_text_frame (DB_apev2_tag_t *tag, const char *frame_id, const char *value); +int +junk_apev2_remove_frames (DB_apev2_tag_t *tag, const char *frame_id); + void junk_apev2_free (DB_apev2_tag_t *tag); -- cgit v1.2.3