a Jellyfin & Subsonic client for the terminal — powered by mpv, Chromecast and UPnP MediaRenderer
mpv chromecast mpris navidrome jellyfin upnp tui
0

Configure Feed

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

fin / crates / fin-config / Cargo.toml
272 B 13 lines
1[package] 2name = "fin-config" 3version.workspace = true 4edition.workspace = true 5authors.workspace = true 6license.workspace = true 7repository.workspace = true 8 9[dependencies] 10anyhow.workspace = true 11serde.workspace = true 12toml.workspace = true 13directories.workspace = true