Skip to content

add instant mixes #27

Description

@tx3stn

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions