Is your feature request related to a problem? Please describe.
create instant mixes from tracks/albums/whatever jellyfin supports via the API.
Describe the solution you'd like
a new item on the context menus "create instant mix" which replaces the current now playing queue with the generated instant mix track list
Describe alternatives you've considered
n/a
Additional context
endpoints:
/Albums/{itemId}/InstantMix
/Artists/{itemId}/InstantMix
/Artists/InstantMix
/Items/{itemId}/InstantMix
/MusicGenres/{name}/InstantMix
/MusicGenres/InstantMix
/Playlists/{itemId}/InstantMix
/Songs/{itemId}/InstantMix
need to test the pagination and fetching after the initial creation.
Is your feature request related to a problem? Please describe.
create instant mixes from tracks/albums/whatever jellyfin supports via the API.
Describe the solution you'd like
a new item on the context menus "create instant mix" which replaces the current now playing queue with the generated instant mix track list
Describe alternatives you've considered
n/a
Additional context
endpoints:
/Albums/{itemId}/InstantMix/Artists/{itemId}/InstantMix/Artists/InstantMix/Items/{itemId}/InstantMix/MusicGenres/{name}/InstantMix/MusicGenres/InstantMix/Playlists/{itemId}/InstantMix/Songs/{itemId}/InstantMixneed to test the pagination and fetching after the initial creation.