Add genre icons and SVG handling to imageproxy (#3223)
authorMarvin Schenkel <marvinschenkel@gmail.com>
Mon, 23 Feb 2026 18:10:13 +0000 (19:10 +0100)
committerGitHub <noreply@github.com>
Mon, 23 Feb 2026 18:10:13 +0000 (19:10 +0100)
commitb0572d46e8b8d0f750598e262439141d17e3ad65
tree57a96ca82a786cb7951741cb06bf42309f6f1c04
parentb6551e2f5ff9aabd13353a42a65ec4eee59dc323
Add genre icons and SVG handling to imageproxy (#3223)

* Add genre icons and SVG handling to imageproxy

* Cleanup
67 files changed:
music_assistant/constants.py
music_assistant/controllers/media/genres.py
music_assistant/controllers/metadata.py
music_assistant/controllers/music.py
music_assistant/helpers/images.py
music_assistant/helpers/resources/genre_mapping.json [deleted file]
music_assistant/helpers/resources/genres/afrobeats.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/ambient.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/anime_and_video_game_music.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/asian_music.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/bluegrass.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/blues.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/brazilian_music.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/chanson.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/childrens_music.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/christmas_music.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/church_music.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/classical.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/comedy.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/country.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/dance.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/dark_ambient.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/dark_wave.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/disco.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/electronic.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/experimental.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/field_recording.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/folk.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/funk.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/gangsta_rap.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/genre_mapping.json [new file with mode: 0644]
music_assistant/helpers/resources/genres/gospel.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/hip_hop.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/indian_classical.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/industrial.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/jazz.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/klezmer.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/latin.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/marching_band.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/metal.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/middle_eastern_music.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/musical.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/new_age.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/poetry.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/polka.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/pop.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/psychedelic.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/punk.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/r_b.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/ragtime.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/rai.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/reggae.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/reggaeton.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/rock.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/salsa.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/singer_songwriter.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/ska.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/soul.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/sound_effects.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/soundtrack.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/spoken_word.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/swing.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/tango.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/trap.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/waltz.svg [new file with mode: 0644]
music_assistant/helpers/resources/genres/wellness.svg [new file with mode: 0644]
pyproject.toml