Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement folder and album playback in Async MPD Interface #1759

Merged
merged 2 commits into from Feb 9, 2022
Merged

Implement folder and album playback in Async MPD Interface #1759

merged 2 commits into from Feb 9, 2022

Conversation

ghost
Copy link

@ghost ghost commented Feb 8, 2022

This gives a working version for MPD folder / album playback:

  • player.mpd:
    • get_albums / get_album_tracks
    • get_folder
  • player.ctrl:
    • get_queue (currently in MPD format!)
    • next / prev /play / toggle
    • play_uri, where uri can be mpd:folder:xyz or mpd:album:xyz:albumartist:uvw

Not implemented yet:

  • status publishing (but status is printed on console log)
  • random, repeat
  • save state and folder resume
  • podcasts / livestreams

Always go through player.ctrl if possible. If the same function also exists in player.mpd it is for testing / developing

@ghost ghost added the future3 Relates to future3 development label Feb 8, 2022
@ghost ghost requested review from pabera and Groovylein February 8, 2022 21:03
@Groovylein Groovylein merged commit 90b54c4 into MiczFlor:future3/spotify Feb 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
future3 Relates to future3 development
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant