feat(metadata): optional π ΄ suffix on explicit track titles (#637)#862
Open
SnitchTeam wants to merge 1 commit intospotbye:mainfrom
Open
feat(metadata): optional π
΄ suffix on explicit track titles (#637)#862SnitchTeam wants to merge 1 commit intospotbye:mainfrom
SnitchTeam wants to merge 1 commit intospotbye:mainfrom
Conversation
Adds opt-in setting 'appendExplicitTag' (default off) that appends the U+1F174 mark to the title shown in the file name and the embedded TITLE tag for tracks flagged explicit by Spotify. Closes spotbye#637
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.
Adds an opt-in setting Append π ΄ to explicit track titles (key
appendExplicitTag, default off).When enabled, tracks flagged as explicit on Spotify will get the U+1F174 mark (π ΄) appended to:
Existing users see no change because the setting defaults to off, and the suffix is only added when both the setting is on and the track's
is_explicitflag is true. The helper also avoids appending twice if the title already ends with π ΄.Test
Track π ΄ - Artist.flacand the embedded title contains the π ΄ mark.go build ./...andgo vet ./backend/...pass.Closes #637