Commits
- Commit:
5cb633d52004b3e6c219e3e5d904808c8c0b1afe- From:
- Witcher01 <bthw@posteo.net>
- Date:
added message if no id3v1 tag was found
- Commit:
e80c10aea9d3529f3b546eeaf7c18f5269455806- From:
- Witcher01 <bthw@posteo.net>
- Date:
changed int to portable uint8_t type
- Commit:
39b94429580f9d69f45b913fab18637230184824- From:
- Witcher01 <bthw@posteo.net>
- Date:
added checking for file error
- Commit:
6f9042ca96eb1d219aa0f01ea86f6583d521d139- From:
- Witcher01 <bthw@posteo.net>
- Date:
added README
- Commit:
49dc9b41403a196ce45e2e00e0b8a2dfe281e4e3- From:
- Thomas <bthw@posteo.net>
- Date:
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
- Commit:
2b40343521c9020cfb667f0b16878cbb7252b348- From:
- Thomas <bthw@posteo.net>
- Date:
added Makefile
- Commit:
ece3b2e467730a16fc3430fc5b760d1ce5b94185- From:
- Thomas <bthw@posteo.net>
- Date:
added description and reordered functions
- Commit:
b28d6435f8ec7c8813daf30356f8ea19ab3521bc- From:
- Thomas <bthw@posteo.net>
- Date:
added checking if id3v1 tag is present
- Commit:
f0994c7ce63471193de2e88fef604c2f4b18c364- From:
- Thomas <bthw@posteo.net>
- Date:
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.
- Commit:
319ae6d958ac336e6b614fa8b38fa3396d0382f8- From:
- Thomas <bthw@posteo.net>
- Date:
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.
- Commit:
1aa7eef17892069fab528c922d949c77c86f632b- From:
- Thomas <bthw@posteo.net>
- Date:
added usage function
- Commit:
466ddf52d252337cc5206058df492fc0030700a0- From:
- Thomas <bthw@posteo.net>
- Date:
Initial commit
