tag/testdata
w1ck3dg0ph3r 73beae5008 ogg: support comment header packets spanning pages (#57)
* ogg: support comment header packets spanning pages

* ogg: add test for multipage comment header

* ogg: cleaner buffer initialization

Co-Authored-By: David Howden <dhowden@gmail.com>
2019-11-22 22:23:40 +11:00
..
with_tags ogg: support comment header packets spanning pages (#57) 2019-11-22 22:23:40 +11:00
without_tags Add OGG sample file 2018-09-02 19:49:24 +02:00
README.md Add OGG sample file 2018-09-02 19:49:24 +02:00

testdata

Samples files come from here

To write tags to files you can use lltag:

lltag sample.* \
  -a "Test Artist" \
  -t "Test Title" \
  -A "Test Album" \
  -n "3" \
  -g "Jazz" \
  -d "2000" \
  -c "Test Comment" \
  --tag ALBUMARTIST="Test AlbumArtist" \
  --tag COMPOSER="Test Composer"\
  --tag DISCNUMBER="02" \
  --tag TRACKTOTAL="06"