Commit Graph

4 Commits

Author SHA1 Message Date
Frank Schwenk 2e84351348 Add retry logic for HTTP 409 Conflict errors
- Retry up to 3 times with 5 second delay on HTTP 409 errors
- Only retry on Conflict errors, other errors fail immediately
- Provides clear feedback on retry attempts
2025-11-18 15:42:01 +01:00
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
Frank Schwenk 00c0dc086b Add OAuth client secret files to .gitignore 2025-11-18 15:35:56 +01:00
Frank Schwenk 6086897325 Initial commit: YouTube Music playlist creator for Core Fest 2025
- Add playlist creation script with browser authentication
- Support for 17 festival bands with top 3 songs each
- Includes setup documentation and requirements
- Fixes OAuth detection issue by adding dummy authorization header
2025-11-18 15:35:52 +01:00