mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #11879] Migrate to z440.atl from TagLib-Sharp #13024
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/jellyfin/jellyfin/pull/11879
State: closed
Merged: Yes
The ATL lib provides a lot of advantages to the TagLib we are currently using.
Notably:
auto-detect the format of the audio data, even if the file extension has the wrong label, and provides unified API for different file types.
supports more audio formats than TagLib
supports lyrics natively
supports playlists and cuesheets
provides relatively simple and controllable way for non-standard fields, enable us to implement compatibility features instead of waiting for lib updates
is actually maintained
Changes
Issues