thesilvercraft / SilverAudioPlayer

🧩🎧modular audio player
https://thesilvercraft.github.io/SilverAudioPlayer
GNU General Public License v3.0
9 stars 0 forks source link

Bump z440.atl.core from 4.9.0 to 4.13.0 #50

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps z440.atl.core from 4.9.0 to 4.13.0.

Release notes

Sourced from z440.atl.core's releases.

Version 4.13

Changed

  • MP4/M4A : Track timescales are preserved after editing
  • MP4/M4A : New chapter track timescale is now 1000 instead of 44100

Fixed

  • MP4/M4A : Better management of TRACK.TREF atom when removing and adding chapters back
  • MP4/M4A : Only use samples from audio track to detect bitrate

Binaries are available from nuGet

Version 4.12

New

  • 8 new standard fields are now available
    • Album sort order
    • Album artist sort order
    • Artist sort order
    • Title sort order
    • Content group description
    • Series title / Movement name
    • Series part / Movement index
    • Long description (also known as "Podcast description")
  • ID3v2 : Support for the GEOB frame (see https://github.com/Zeugma440/atldotnet/wiki/Focus-on-non-standard-fields)

Changed

  • ID3v2 : the TIT1 frame is not mapped to Track.Description anymore, but to the new Track.Group

Fixed

  • MP4/M4A : Issues when removing metadata from the file
  • WAV : Better compliance with word-aligned chunk size (the infamous padding byte located at the end of each chunk)

Binaries are available from nuGet

Version 4.11

Interface breaker

  • Progress feedback arguments are now passed to action methods (i.e. Save and Remove) instead of Track's constructor

New

Changed

  • MP4/M4A : New chapter data is now added to an existing mdat atom instead of creating a brand new mdat atom at the end of the file

Fixed

  • MP4/M4A : Prevent chapter data from staying in the file after removal in certain circumstances (kudos to @​CooPzZ for his patience)

Binaries are available from nuGet

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)