[PR #11879] Migrate to z440.atl from TagLib-Sharp #13024

Closed
opened 2026-02-07 07:05:51 +03:00 by OVERLORD · 0 comments
Owner

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

**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 <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** <!-- Describe your changes here in 1-5 sentences. --> **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # -->
OVERLORD added the pull-request label 2026-02-07 07:05:51 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13024