Sinono3 / souvlaki

A cross-platform library for handling OS media controls and metadata.
MIT License
79 stars 15 forks source link

mac: Add playback progress support #13

Closed jpochyla closed 3 years ago

jpochyla commented 3 years ago

Hi! This adds:

Related to #10. What do you think?

Sinono3 commented 3 years ago

Hey! Last week I implemented seek support, haven't pushed yet. In there I created a type called MediaPosition, which is basically just a wrapper around Duration, to specify, since duration means duration. I'll push my changes and then replace the parts where progress appears, and see how that works out, if that's ok

jpochyla commented 3 years ago

Sure, sounds great!