Skip to content

WIP: Integrated playback

Zander Brown requested to merge ZanderBrown/hammond:player into master

WIP & will probably need design input

Very much happy to pass this onto someone else if they want it but for now I'm getting the ball rolling

So far you can press play & it will

TODO:

  • Stop/Pause playback (should be relatively easy)
  • Progress feedback / seeking (should just be a matter of binding properties)
  • MPRIS (this will be hard, crates.io has a client but not a server)

Merge request reports