feat: add support for {composer} tag with smart path formatting#324
Open
edisun3003 wants to merge 2 commits into
Open
feat: add support for {composer} tag with smart path formatting#324edisun3003 wants to merge 2 commits into
edisun3003 wants to merge 2 commits into
Conversation
Signed-off-by: 0x4B1D <ilsecco94@gmail.com>
Collaborator
|
i'm not really sure how this could help given the state of the app, but it's a simple change, but we should add a toggle in the ui, it's not going to pick it up automatically i think. |
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.
Pull Request Description: Add {composer} Tag Support
Title:
feat: Add {composer} tag support with smart path formattingDescription
This PR adds support for a
{composer}variable in the track path formatter and metadata embedding.Why this is needed (The Tamil Music/Apple Music Problem)
When downloading soundtracks—specifically Tamil movie songs from Apple Music—the
Album Artisttag is often inconsistent or missing, while theComposerfield is almost always populated with the primary music director (e.g., A.R. Rahman, Anirudh).Currently, users have to rely on
{artist}, which can lead to fragmented folder structures if multiple artists are featured on a track. By adding{composer}, users can reliably organize their library by the actual music director.Key Changes
composerNamefor Apple Music andwritersfor Spotify credits.{composer}path variable. If the composer field contains multiple names (e.g.,A.R. Rahman & Na. Muthukumar), the path formatter will only use the first name for the folder structure to keep libraries clean.TCOMfor MP3/ID3).embed_composertoggle in the settings.Verification Results
Tracks/{composer}/{album}/correctly creates folders using only the lead composer's name.