Commits


added message if no id3v1 tag was found


changed int to portable uint8_t type


added checking for file error


added README


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


added Makefile


added description and reordered functions


added checking if id3v1 tag is present


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.


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.


added usage function


Initial commit