Sinono3 / souvlaki

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

Support for other platforms #25

Closed 0323pin closed 2 years ago

0323pin commented 2 years ago

Hi,

Today I wanted to build spotify-player with the media-control feature enabled on NetBSD. But, I realized that souvlaki only supports Windows, Linux and MacOS.

Any chance to add support for other platforms where MPRIS/dbus is supported? I don't really see what could be Linux specific in src/platforms/linux/mod.rs. Maybe unix.rs would be a possibility? Or, just define target_os = "netbsd" and use the same mod.rs?

Thanks!

Sinono3 commented 2 years ago

Closed with #26

0323pin commented 2 years ago

@Sinono3 would it be possible to provide a new release in order to to allow other projects that depend on souvlaki to build on NetBSD? Thanks!

Sinono3 commented 2 years ago

Sure! Just uploaded 0.5.2.

0323pin commented 2 years ago

Thank 👍