d69f88db5991e90033032e201c6e8f79a3f57439
- Search for artists first using filter='artists' to find the correct band - Get songs from the artist using get_artist() to avoid matching song titles - Fallback to song search if artist search fails - Fixes issue where 'WATCH ME RISE' matched songs instead of the artist
Core Fest 2025 YouTube Music Playlist Creator
Automatically creates a YouTube Music playlist "Core Fest 2025" with the top 3 songs from each festival band.
Quick Start
- Set up browser authentication (see SETUP.md)
- Install dependencies:
pip install -r requirements.txt - Run the script:
python create_playlist.py
What It Does
- Creates a playlist named "Core Fest 2025"
- Searches for each of the 17 festival bands
- Adds the top 3 songs from each band to the playlist
- Handles errors gracefully and logs progress
Bands Included
CLUB STAGE: DETARTRATED, BAD ASSUMPTION, SEVEN BLOOD, VICIOUS RAIN, DAGGER THREAT, KANINE, GLOOM IN THE CORNER, MENTAL CRUELTY, WITHIN DESTRUCTION
MAIN STAGE: WATCH ME RISE, ATENA, DIAMOND CONSTRUCT, STAIN THE CANVAS, AS EVERYTHING UNFOLDS, AVIANA, FUTURE PALACE, DEAD BY APRIL
Description
Languages
Python
100%