Add m4a transcoding option.#53
Open
stuaxo wants to merge 1 commit intowarwickh:masterfrom
Open
Conversation
Some devices support AAC decode via an M4A container in hardware, this should be less resource intensive.
dskvr
added a commit
to sandwichfarm/plugin.audio.subsonic
that referenced
this pull request
Apr 28, 2026
4 plans in 3 waves: PR warwickh#53 (settings.xml) and PR warwickh#54 (play_track) parallel in Wave 1; PR warwickh#49 (Favorite Albums) in Wave 2; smoke verify + human checkpoint in Wave 3. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
dskvr
added a commit
to sandwichfarm/plugin.audio.subsonic
that referenced
this pull request
Apr 28, 2026
…thored) - Append |m4a to transcode_format_streaming labelenum values in settings.xml - Normalise double-space before values= to single space (matches upstream PR) - Allows users to select AAC/m4a as a transcoding format for streaming Co-Authored-By: Stuart Axon <stuaxo2@gmail.com>
dskvr
added a commit
to sandwichfarm/plugin.audio.subsonic
that referenced
this pull request
Apr 28, 2026
… verified - pytest 6/6 pass with PR warwickh#53 (m4a), warwickh#54 (gapless), warwickh#49 (favorites) applied - Human checkpoint approved; Phase 2 marked complete in ROADMAP.md - PR-01, PR-02, PR-03 requirements already marked complete by prior agents Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Some devices support AAC decode via an M4A container in hardware, this should be less resource intensive.
Adds 'm4a' as option in the transcoding list.