Skip to content

Add a global state for the queue of the current player #73

@xypnox

Description

@xypnox

The state should be either a redux store or a context store.

It will save

  • the current queue and
  • the current playing song

and should expose functions to

  • change the currently playing song
  • load next set of songs
  • Shuffle the queue and move the currently playing song to the top
  • optional
    • filter queue
    • load history
      • queue history can be stored in localstorage

The state will be necessary in various operations:

Metadata

Metadata

Assignees

No one assigned

    Labels

    BlockingAn issue that is blocking some or all parts of development.PriorityThe issue has a higher priority.enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions