Sinono3 / souvlaki

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

Add MacOS Support for setting media playback position #28

Closed literallyjustroy closed 1 year ago

literallyjustroy commented 1 year ago

Adds part of the missing MacOS functionality for: https://github.com/Sinono3/souvlaki/issues/10

I'd appreciate any feedback on doing this better, I'm not super familiar with Rust best practices.

I would also be up for adding the rest of the missing seek functionality, however, I'm not sure the right way to test the changes (I'm currently testing using the Psst spotify client).

Sinono3 commented 1 year ago

Thanks for the PR! Feel free to implement the seek functionality. Psst is the main user of this crate, so it's okay to test with it. Merging.