Commit Briefs

5cb633d520 Witcher01

added message if no id3v1 tag was found (master)


e80c10aea9 Witcher01

changed int to portable uint8_t type


39b9442958 Witcher01

added checking for file error


6f9042ca96 Witcher01

added README


49dc9b4140 Thomas

updated Makefile

changed compiler from tcc to cc since most people do not have tcc changed compiler flags to check for c99 fixed mistake of not including main .c-file for compilation


2b40343521 Thomas

added Makefile


ece3b2e467 Thomas

added description and reordered functions


b28d6435f8 Thomas

added checking if id3v1 tag is present


f0994c7ce6 Thomas

corrected checkid3v1

checkid3v1 now only checks for "TAG" instead of also checking for "TAG+" since "TAG+" is an enhanced tag placed _before_ the id3v1 tag, not replacing it.


319ae6d958 Thomas

empty buffer before writing

empty the buffer the temporary music information is stored in to prevent corrupted text. this only has to be done when less bytes are read than before since otherwise these will only be overwritten.


Branches

Tags

This repository contains no tags

Tree

Makefilecommits | blame
READMEcommits | blame
id3r.ccommits | blame
id3v1.ccommits | blame
id3v1.hcommits | blame

README

id3r - simple id3v1 tag reader
==============================
id3r is a small program to read id3v1 tags.


Requirements
------------
To build id3r you need only the compiler, cc.


Running id3r
------------
id3r takes only 1 argument, the filename of the mp3 file to show the id3v1 tag.