Sinono3 / souvlaki

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

Fetching media playback metadata? #35

Closed kotx closed 1 year ago

kotx commented 1 year ago

Is there currently a way to fetch the metadata of a currently playing media item? If not, would it be in the scope of this crate to implement it?

Sinono3 commented 1 year ago

The crate's purpose is to host a media controls server, it's not in the scope. The closest thing I know is this crate for Linux: mpris-rs.