Metadata-Version: 2.1
Name: You-MP3
Version: 1
Summary: Tool for downloading music with added metadata
Home-page: https://github.com/RuanMiguel-DRD/You-MP3
License: Unlicense
Keywords: download,music,youtube
Author: RuanMiguel-DRD
Author-email: ruanmigueldrd@outlook.com
Requires-Python: >=3.12,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: The Unlicense (Unlicense)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: mutagen (>=1.47.0,<2.0.0)
Requires-Dist: pillow (>=10.4.0,<11.0.0)
Requires-Dist: yt-dlp (>=2024.8.6,<2025.0.0)
Project-URL: Repository, https://github.com/RuanMiguel-DRD/You-MP3
Description-Content-Type: text/markdown

# You-MP3

The tool for downloading music from YouTube

## Metadata

The tool automatically adds metadata to downloaded songs using information provided by the platform from which the songs are being downloaded

| Metadata     | Origin of metadata                                                 |
|--------------|--------------------------------------------------------------------|
| Artist       | Channel name                                                       |
| Title        | Video name                                                         |
| Date         | Publication date                                                   |
| Cover        | Video thumbnail                                                    |
| Album        | Playlist name                                                      |
| Artist Album | Playlist creator name                                              |
| Track Number | total number of videos in the playlist and the index of each video |
| Genre        | Provided by the user on the command line                           |

Some metadata is not added for a number of reasons, such as lack of relevance, platform incompatibility, among other reasons

Among the metadata not added, we have the lyric metadata, which could be added using the video subtitles as the source, but it was not because YouTube provides several different subtitle formats for each video, and each format would require different data processing, which would make the program much more complex than planned

