Show HN: Rocksky – Music scrobbling and discovery on the AT Protocol
31–40 of 47 posts
Re: Show HN: Rocksky – Music scrobbling and discovery on the AT Protocol
#32Tonight I'll be adding support for this in an app (Poppy.fm) that already supports both Last.fm and ListenBrainz. Apologies if I missed this, but am I understanding correctly that users must get a Rocksky API key? (In other words, there's no OAuth support for native iOS users who'll expect a "Sign in with Bluesky"-type flow?)
OAuth is possible, but the tricky part is not really the auth flow, it's the client-side ATProto write logic. To scrobble properly, the client needs to keep enough historical scrobble state to avoid duplicates, and Rocksky doesn't only publish a scrobble record. It may also need to publish related records like artist, album, and track metadata. So I'd like to make the integration easier, but it needs a bit more than…
Re: Show HN: Rocksky – Music scrobbling and discovery on the AT Protocol
#33Hopefully Plex (PlexAmp specifically) will support this at some point.
I’m running MultiScrobbler to scrobble from multiple sources (Spotify/PlexAmp) to multiple sinks (Last.fm/ListenBrainz/Maloja). Looks like they already support writing to Rocksky! https://github.com/FoxxMD/multi-scrobbler
Re: Show HN: Rocksky – Music scrobbling and discovery on the AT Protocol
#34So it's unreliable by design? There's no way I'd switch from Last.fm or ListenBrainz to something that will /dev/null my scrobbles at its discretion.
Re: Show HN: Rocksky – Music scrobbling and discovery on the AT Protocol
#35> Rocksky will also try to normalize songs metadata. If it cannot find a matching track, it will skip the scrobble. So it's unreliable by design? There's no way I'd switch from Last.fm or ListenBrainz to something that will /dev/null my scrobbles at its discretion.
Re: Show HN: Rocksky – Music scrobbling and discovery on the AT Protocol
#36I really hate the word scrobble. I'm pretty tolerant of weird language as long as it can be understood, but this can't. Everybody who uses the word seems to think it's a normal word that everybody already knows or can figure out from context (so they never define it), but "scrobble your music" could mean a million things.
Re: Show HN: Rocksky – Music scrobbling and discovery on the AT Protocol
#37Earlier quoted context omitted.
Thanks. From the FAQ, https://docs.rocksky.app/faq-918661m0 > What is Rocksky? > Rocksky is a decentralized, open-source music tracking and discovery platform built on the AT Protocol. It works like Last.fm but publishes your listening history directly to your Bluesky account. - Can we start a trend where we tell people what the thing is and what it does without making them dig around to find it? I don't use Bluesky…
Instead of a line by line command copypaste, they really could have used a single post where users can just copy the commands and paste the set to terminal.
However, what I don't understand is why there isn't just a single Dockerfile that does it all. `docker build` is step 4 or something.
Re: Show HN: Rocksky – Music scrobbling and discovery on the AT Protocol
#38Yes, I've become paranoid in my old age.
Re: Show HN: Rocksky – Music scrobbling and discovery on the AT Protocol
#39Re: Show HN: Rocksky – Music scrobbling and discovery on the AT Protocol
#40Congratulations, the real power of last.fm is its recommendation model. What are you using for yours? is there any AI involved. I think if your recommendation engine is as good as last.fm then there is a good chance it will become big. But overall nice work and I wish you good luck, this is cool!