Frank Schwenk 90ae7ec90a Add brand account support for cuidas account
- Add BRAND_ACCOUNT_ID configuration for brand account usage
- Pass user parameter to YTMusic initialization
- Works with browser authentication as per ytmusicapi docs
- Display brand account info in initialization message
2025-11-18 15:40:00 +01:00

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

  1. Set up browser authentication (see SETUP.md)
  2. Install dependencies:
    pip install -r requirements.txt
    
  3. 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

S
Description
No description provided
Readme 57 KiB
Languages
Python 100%