Skip to content

Commit

Permalink
Merge pull request #1114 from felix920506/force-flac-remux
Browse files Browse the repository at this point in the history
Document force remux flac
  • Loading branch information
nielsvanvelzen authored Oct 26, 2024
2 parents c3e2875 + f6dbc6e commit ae300cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/general/server/media/music.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,7 @@ Jellyfin supports most common music formats, with some exceptions:
- MP4 with only audio: `.mp4` files won't be recognized as music. Please rename them to `.m4a`.
- MKV / WebM with only audio: `.mkv` and `.webm` files won't be recognized as music. Please rename them to `.mka`.
- WebA: `.weba` files aren't supported. Please rename them to `.mka`
- `.flac` files with embedded WebP images may fail to play in Chromium based browsers (Chrome, Edge, Opera, Brave etc.).
- `.flac` files with ID3 tags won't play in Firefox.
- `.flac` files with embedded WebP images or ID3 tags may fail to play in Chromium based browsers (Chrome, Edge, Opera, Brave etc.) or Firefox. Please enable `Always remux FLAC audio files` in the client settings if you encounter this issue.
- Files with ID3v1 tags have a length limit of 30 bytes for most fields. Anything longer will be truncated. Please upgrade to ID3v2.4.

:::tip Alternate containers
Expand Down

0 comments on commit ae300cf

Please sign in to comment.