Serial
bc0c246dbf
Add format specific tag structs
...
This allows for the use of format-specific elements, such as ID3v2 frame headers
2021-11-21 15:18:19 -05:00
Serial
c2b76462ff
Add ID3v2 writing
2021-09-26 22:36:20 -04:00
Serial
2e9392196c
Add MP4 ilst writing
2021-09-07 01:09:16 -04:00
Serial
07f9724e4e
Cleanup tests, fix RIFF INFO reading
2021-09-06 10:41:24 -04:00
Serial
ec2ecb1ef2
Add missing test asset
2021-09-06 08:38:35 -04:00
Serial
daf24ed2cc
Add APE tag writing
2021-09-05 18:48:51 -04:00
Serial
4dc0a824ca
Add back FLAC writing, restructure ogg module
2021-09-04 20:55:01 -04:00
Serial
4dc0ea8d13
Add AIFF text chunk writing
2021-09-03 16:30:10 -04:00
Serial
fd1984b844
Add back OGG Opus/Vorbis writing
2021-09-03 15:37:37 -04:00
Serial
77278111a1
Update test assets, remove old tests
2021-09-02 20:07:44 -04:00
Serial
b390b62297
Update test assets
2021-07-31 22:57:18 -04:00
Serial
efd4239c5a
Rebase and update changes
2021-07-28 18:53:50 -04:00
Serial
3a88dcda87
Forgot to add test asset
...
Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
2021-07-07 17:34:04 -04:00
Serial
0828c2d6a2
Update test assets
...
Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
2021-06-27 14:31:01 -04:00
Serial
dc23ec1ffd
Support AIFF
2021-04-22 12:57:20 -04:00
Serial
90161287ab
Add some benchmarks for reading from extension/signature
2021-04-21 13:48:21 -04:00
Serial
05c7ac6d04
Support ID3 tags in RIFF chunks
2021-04-21 12:49:27 -04:00
Serial
baa1b1fd24
Hopefully the last time the test assets need to be updated
2021-04-20 20:51:12 -04:00
Serial
8c79ea46cb
Managed to delete the test assets again
2021-04-20 12:08:44 -04:00
Serial
cdfa5de045
Forgot to remove old album_artists_vec method for Mp4Tag
2021-04-20 12:06:39 -04:00
Alex
c8bdca8ea5
New wav test asset
2021-04-18 14:38:37 -04:00
Alex
71cb4ffd69
Remove old (broken) WAV test asset
2021-04-18 14:37:58 -04:00
Serial
a0e7a31322
Add test assets to gitignore
...
Forgot to do this earlier
Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
2021-04-15 13:33:50 -04:00
Serial
001c33bf86
Implement read/write for ape
...
Quite a few weird things had to be done due to the ape crate's choices, and ape's lack of a standardized set of keys, but it all seems to work.
Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
2021-04-15 13:26:06 -04:00
Serial
04a9ab4634
Clippy and some more doc comments
...
Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
2021-04-15 11:53:10 -04:00
Serial
ae81ff21e9
Clippy and misc cleanup
...
Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
2021-04-14 12:17:38 -04:00
Serial
0ec56ca015
Created conversion for VorbisTag -> metaflac::Tag
...
This fixes write_to for flac.
Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
2021-04-14 11:14:08 -04:00
Serial
f956dfd3e2
Working (rough) implementation of write_to for ogg
...
ogg can now successfully be read from and written to. This breaks all other tests currently.
Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
2021-04-13 23:29:13 -04:00
Serial
0a9d87553f
Move assets to tests folder
2021-04-03 23:32:54 -04:00