music-assistant-server

Branch:dev-lidarr-plugin

Commit Details

Add genre icons and SVG handling to imageproxy (#3223)

* Add genre icons and SVG handling to imageproxy

* Cleanup
Forgejo

Author

Marvin Schenkel<[email protected]>
February 23, 2026 at 06:10 PM UTC

Committer

February 23, 2026 at 06:10 PM UTC
49additions
6deletions
66files changed

Parent commits

Changes

66 files
+49-6

Changed Files (66)

music_assistant/
music_assistant/controllers/media/
music_assistant/controllers/
music_assistant/helpers/
music_assistant/helpers/resources/genres/
music_assistant/constants.py
music_assistant/controllers/media/genres.py
+22-1
music_assistant/controllers/metadata.py
+26-4
music_assistant/controllers/music.py
music_assistant/helpers/images.py
music_assistant/helpers/resources/genres/afrobeats.svg
music_assistant/helpers/resources/genres/ambient.svg
music_assistant/helpers/resources/genres/anime_and_video_game_music.svg
music_assistant/helpers/resources/genres/asian_music.svg
music_assistant/helpers/resources/genres/bluegrass.svg
music_assistant/helpers/resources/genres/blues.svg
music_assistant/helpers/resources/genres/brazilian_music.svg
music_assistant/helpers/resources/genres/chanson.svg
music_assistant/helpers/resources/genres/childrens_music.svg
music_assistant/helpers/resources/genres/christmas_music.svg
music_assistant/helpers/resources/genres/church_music.svg
music_assistant/helpers/resources/genres/classical.svg
music_assistant/helpers/resources/genres/comedy.svg
music_assistant/helpers/resources/genres/country.svg
music_assistant/helpers/resources/genres/dance.svg
music_assistant/helpers/resources/genres/dark_ambient.svg
music_assistant/helpers/resources/genres/dark_wave.svg
music_assistant/helpers/resources/genres/disco.svg
music_assistant/helpers/resources/genres/electronic.svg
music_assistant/helpers/resources/genres/experimental.svg
music_assistant/helpers/resources/genres/field_recording.svg
music_assistant/helpers/resources/genres/folk.svg
music_assistant/helpers/resources/genres/funk.svg
music_assistant/helpers/resources/genres/gangsta_rap.svg
music_assistant/helpers/resources/genres/genre_mapping.json
music_assistant/helpers/resources/genres/gospel.svg
music_assistant/helpers/resources/genres/hip_hop.svg
music_assistant/helpers/resources/genres/indian_classical.svg
music_assistant/helpers/resources/genres/industrial.svg
music_assistant/helpers/resources/genres/jazz.svg
music_assistant/helpers/resources/genres/klezmer.svg
music_assistant/helpers/resources/genres/latin.svg
music_assistant/helpers/resources/genres/marching_band.svg
music_assistant/helpers/resources/genres/metal.svg
music_assistant/helpers/resources/genres/middle_eastern_music.svg
music_assistant/helpers/resources/genres/musical.svg
music_assistant/helpers/resources/genres/new_age.svg
music_assistant/helpers/resources/genres/poetry.svg
music_assistant/helpers/resources/genres/polka.svg
music_assistant/helpers/resources/genres/pop.svg
music_assistant/helpers/resources/genres/psychedelic.svg
music_assistant/helpers/resources/genres/punk.svg
music_assistant/helpers/resources/genres/r_b.svg
music_assistant/helpers/resources/genres/ragtime.svg
music_assistant/helpers/resources/genres/rai.svg
music_assistant/helpers/resources/genres/reggae.svg
music_assistant/helpers/resources/genres/reggaeton.svg
music_assistant/helpers/resources/genres/rock.svg
music_assistant/helpers/resources/genres/salsa.svg
music_assistant/helpers/resources/genres/singer_songwriter.svg
music_assistant/helpers/resources/genres/ska.svg
music_assistant/helpers/resources/genres/soul.svg
music_assistant/helpers/resources/genres/sound_effects.svg
music_assistant/helpers/resources/genres/soundtrack.svg
music_assistant/helpers/resources/genres/spoken_word.svg
music_assistant/helpers/resources/genres/swing.svg
music_assistant/helpers/resources/genres/tango.svg
music_assistant/helpers/resources/genres/trap.svg
music_assistant/helpers/resources/genres/waltz.svg
music_assistant/helpers/resources/genres/wellness.svg
pyproject.toml
+1-1