jmbannon / ytdl-sub

Lightweight tool to automate downloading and metadata generation with yt-dlp
https://ytdl-sub.readthedocs.io
GNU General Public License v3.0
1.74k stars 70 forks source link

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

Closed Piripe closed 7 months ago

Piripe commented 7 months ago

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 commented 7 months ago

Closing in favor of https://github.com/jmbannon/ytdl-sub/pull/938 (which is based on top of your branch). Thanks again for your help!