Skip to content

feat(metadata): optional πŸ…΄ suffix on explicit track titles (#637)#862

Open
SnitchTeam wants to merge 1 commit intospotbye:mainfrom
SnitchTeam:feat/637-explicit-tag-in-title
Open

feat(metadata): optional πŸ…΄ suffix on explicit track titles (#637)#862
SnitchTeam wants to merge 1 commit intospotbye:mainfrom
SnitchTeam:feat/637-explicit-tag-in-title

Conversation

@SnitchTeam
Copy link
Copy Markdown

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:

  • the saved file name
  • the embedded TITLE tag (FLAC / MP3 / M4A)

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_explicit flag is true. The helper also avoids appending twice if the title already ends with πŸ…΄.

Test

  • Toggle the setting in Settings β†’ download an explicit track β†’ the file is saved as Track πŸ…΄ - Artist.flac and the embedded title contains the πŸ…΄ mark.
  • With the setting off, behavior is unchanged.
  • go build ./... and go vet ./backend/... pass.

Closes #637

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request] Add option to display Explicit tag (πŸ…΄) in song titles

1 participant