mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-11-10 06:34:18 +00:00
changelog: Update for latest MP4 changes
This commit is contained in:
parent
f87fa0a3f5
commit
551163ce82
1 changed files with 13 additions and 0 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -12,6 +12,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- For example, a track has `ItemKey::TrackArtist` = "Foo & Bar", then `ItemKey::TrackArtists` = ["Foo", "Bar"].
|
||||
- See <https://picard-docs.musicbrainz.org/en/appendices/tag_mapping.html#artists>
|
||||
- **UnsynchronizedStream**: `UnsynchronizedStream::get_ref()` ([PR](https://github.com/Serial-ATA/lofty-rs/pull/459))
|
||||
- **Ilst** ([PR](https://github.com/Serial-ATA/lofty-rs/pull/461)):
|
||||
- Methods to quickly set/check boolean flags:
|
||||
- `Ilst::set_flag`
|
||||
- `Ilst::is_podcast`
|
||||
- `Ilst::is_compilation`
|
||||
- `Ilst::is_gapless`
|
||||
- `Ilst::is_show_work`
|
||||
- `Ilst::is_hd_video`
|
||||
- `DataType` enum
|
||||
- Previously, atom data types were stored as a `u32`, with their names being available in `mp4::constants`.
|
||||
Now, instead of `mp4::constants::BE_SIGNED_INTEGER`, you can use `DataType::BeSignedInteger`, for example.
|
||||
- It can be converted to and from a `u32`
|
||||
- `AtomData::data_type()` to get the data type code of the atom content.
|
||||
|
||||
### Fixed
|
||||
- **MusePack**: Fix potential panic when the beginning silence makes up the entire sample count ([PR](https://github.com/Serial-ATA/lofty-rs/pull/449))
|
||||
|
|
Loading…
Reference in a new issue