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.


1aa7eef178 Thomas

added usage function


466ddf52d2 Thomas

Initial commit