A decentralized music tracking and discovery platform built on AT Protocol ๐ŸŽต rocksky.app
spotify atproto lastfm musicbrainz scrobbling listenbrainz
98
fork

Configure Feed

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

[connect] update README

+7 -6
+3 -4
crates/connect/Cargo.toml
··· 1 1 [package] 2 2 name = "connect" 3 3 version = "0.1.0" 4 - authors.workspace = true 5 - edition.workspace = true 6 - license.workspace = true 7 - repository.workspace = true 4 + authors = ["Tsiry Sandratraina <tsiry.sndr@rocksky.app>"] 5 + edition = "2024" 6 + license = "Apache-2.0" 8 7 9 8 [dependencies] 10 9 tungstenite = { version = "0.26.2", features = ["rustls"] }
+4 -2
crates/connect/README.md
··· 2 2 3 3 Remote playback control for any local player โ€” inspired by "Spotify Connect". 4 4 5 - Rocksky Connect lets you link your local music player to the Rocksky Web UI, enabling seamless remote playback control from anywhere. It's like Spotify Connect, but designed to work with any player that integrates with Rocksky. 5 + Rocksky Connect lets you link your local music player to the Rocksky Web UI https://rocksky.app, enabling seamless remote playback control from anywhere. It's like Spotify Connect, but designed to work with any player that integrates with Rocksky. 6 6 7 - ๐Ÿ› ๏ธ **Work in progress:** Rocksky Connect is still under active development โ€” features and compatibility may change frequently. 7 + ๐Ÿฒ **Work in progress:** Rocksky Connect is still under active development โ€” features and compatibility may change frequently. 8 + 9 + **Note:** Only [Kodi](https://kodi.tv) is currently working with Rocksky Connect. Other players will be supported in the future.