spotDL / spotify-downloader

Download your Spotify playlists and songs along with album art and metadata (from YouTube if a match is found).
https://spotdl.readthedocs.io/en/latest/
MIT License
15.55k stars 1.48k forks source link

Kan 15 requested feature add album release year to metadata #2082

Closed jchacker5 closed 2 months ago

jchacker5 commented 2 months ago

Analysis of Album Release Year Feature Request

Summary:

This pull request addresses the feature request to add "album release year" as a separate metadata field. However, after investigation and testing, it was determined that this feature cannot be implemented due to the absence of a dedicated ID3 tag for "album release year."

Analysis:

Testing Attempts:

Verification:

The metadata of the generated audio files was checked using Apple Music, and no new field for "album release year" was observed. This confirms that the existing ID3 tags and structure are not suitable for adding this feature as a separate field.

Conclusion:

Due to the limitations of the ID3 standard and the existing coverage of release date information within the TDRC tag, the feature request to add a separate "album release year" field cannot be implemented. The current metadata embedding process already captures the necessary release date information, including the year, within the existing tags.