Add fetch_music.py (Jamendo API) + expand genre keywords

- Downloads instrumental tracks from Jamendo by genre (jazz, lofi, blues, ambient, etc.)
- Filters: no vocals, 60-300s, sorted by popularity
- Saves to music/ with genre tags, tracks attribution
- Add genre keywords: ambient, chill, acoustic, classical, country, electronic

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-21 03:18:26 -06:00
parent f717edeacb
commit f5eabd7dc4
2 changed files with 226 additions and 0 deletions
+9
View File
@@ -8780,6 +8780,15 @@ GENRE_KEYWORDS = {
"irish": "Irish",
"ireland": "Irish",
"patricks": "Irish",
"ambient": "Ambient",
"chill": "Chill",
"acoustic": "Acoustic",
"classical": "Classical",
"piano": "Classical",
"country": "Country",
"western": "Country",
"electronic": "Electronic",
"synth": "Electronic",
}