youtube playlist issues
issues that i am wanting to fix:
tedious of adding songs
songs randomly getting blocked by the school district
ads
pop up delete window to help with mis click
clean/instrumental
using https://github.com/yt-dlp/
add functionality to add single songs without an artist for example ABC song or shreksophone
(flask or for a challenge, use react and learn it )front end to pick the song, make it look pretty
(yt-dlp and ffmpeg) back end
| Component | Tool | Purpose |
|---|---|---|
| Song source | YouTube playlist or .txt list |
Where you get the music |
| Downloader | yt-dlp |
Downloads and converts to audio |
| Converter | Built into yt-dlp (uses ffmpeg) |
Converts to MP3 |
| Local storage | Folder on your computer | Holds MP3 files |
| Player | Any local player (e.g., VLC, or browser) | Plays the music |
