lofty-rs/tests/files
Serial 16a2419351 ID3v2: Support duplicate tags
Previously, if we were reading a file and encountered an ID3v2 tag after having already read one, we would overwrite the last one, losing all of its information. Now we preserve all of the information, overwriting frames as necessary.
2022-12-27 15:24:32 -05:00
..
assets ID3v2: Support duplicate tags 2022-12-27 15:24:32 -05:00
util Probe: Add minimal ParseOptions (#70) 2022-09-24 02:34:22 -04:00
aac.rs Accessor: Make text getters return Cow<str> to allow for editing 2022-12-12 14:00:26 -05:00
aiff.rs TaggedFile: Split methods out into TaggedFileExt trait 2022-12-10 12:18:34 -05:00
ape.rs TaggedFile: Split methods out into TaggedFileExt trait 2022-12-10 12:18:34 -05:00
main.rs Add support for AAC (#71) 2022-10-14 09:06:27 -04:00
mp4.rs TaggedFile: Split methods out into TaggedFileExt trait 2022-12-10 12:18:34 -05:00
mpeg.rs ID3v2: Support duplicate tags 2022-12-27 15:24:32 -05:00
ogg.rs Accessor: Make text getters return Cow<str> to allow for editing 2022-12-12 14:00:26 -05:00
wav.rs TaggedFile: Split methods out into TaggedFileExt trait 2022-12-10 12:18:34 -05:00
wavpack.rs TaggedFile: Split methods out into TaggedFileExt trait 2022-12-10 12:18:34 -05:00
zero_sized.rs iff: Separate wav and aiff into their own modules 2022-10-14 08:08:12 -04:00