A small rust library to get media info on linux
0

Configure Feed

Select the types of activity you want to include in your feed.

Rust 100.0%
5 1 0

Clone this repository

https://tangled.org/phaz.uk/what-am-i-playing https://tangled.org/did:plc:n6i5e6esbjkbtbc7srlunoqb
git@tangled.org:phaz.uk/what-am-i-playing git@tangled.org:did:plc:n6i5e6esbjkbtbc7srlunoqb

For self-hosted knots, clone URLs may differ based on your setup.



readme.md

A small rust library for getting media state from linux

(window planned)

Simple example:

#[tokio::main]
async fn main(){
  let _ = dbg!(what_am_i_playing::currently().await);
}