Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Implemented date fields to the music_tags plugin #934

Closed
wants to merge 1 commit into from

Conversation

Piripe
Copy link

@Piripe Piripe commented Feb 23, 2024

Fixes #933

Now you can add a date tag in the iso date format or as an array of the values.

Ex:

music_tags:
  date: "{year}-{month}-{day}" # or simply "{year}{month}{day}"

or

music_tags:
  date:
    - "{year}"
    - "{month}"
    - "{day}"

@jmbannon
Copy link
Owner

Closing in favor of #938 (which is based on top of your branch).
Thanks again for your help!

@jmbannon jmbannon closed this Feb 28, 2024
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.

Date music tag not working
2 participants