]> git.tuebingen.mpg.de Git - paraslash.git/commit
The mp3 tagger.
authorAndre Noll <maan@systemlinux.org>
Thu, 26 Dec 2013 20:22:12 +0000 (20:22 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 26 Apr 2015 12:13:34 +0000 (14:13 +0200)
commit30e8f0c610f0f3279475197e70e3be62af5cfcc9
tree1149e36c555f5093a9b2f8c34b3651846dd09c52
parent63b46b233e069604bd66950ff7c4c827f3b2f7a6
The mp3 tagger.

This commit adds support for adding and modifying the ID3 tags of mp3
files. Both ID3 version 1 and version 2 are supported. If no tags
were found, a version 2 tag is added, otherwise only the existing
tags are modified.

The documentation is updated to mention that libid3tag is required
for the new feature.
error.h
mp3_afh.c
web/manual.m4