apps: add Spindle (iOS) - #430
Open
zak-raindog wants to merge 2 commits into
Open
Conversation
A jog-wheel music player for iPhone. Local-first, with a Subsonic remote library added in 1.3 — built and tested against Navidrome. Closed source, on the App Store, so it meets the availability requirement. Validated with `npm run validate:app spindle`.
Strix Security ReviewNo security issues found. Updated for Reviewed by Strix |
The first push used the app icon, which the submission docs explicitly forbid
("Must not be a logo or icon"). Replaced with the Now Playing screen at
552x1200, matching the sizing other iOS entries use.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Spindle, an iPhone client for Subsonic-compatible servers.
It's a jog-wheel music player built local-first — your own files on the phone — and 1.3 adds a remote library so a Navidrome server sits alongside them. It streams the original file (
format=raw) so hi-res arrives intact, with separate quality caps for Wi-Fi and cellular so streaming doesn't quietly cost a gigabyte an hour. Albums can be pinned for offline.Built and tested against Navidrome — three instances, including
demo.navidrome.org. It uses only standard Subsonic endpoints (ping,getAlbumList2,getAlbum,getArtists,getArtist,getGenres,search3,getCoverArt,stream) with salted-token auth, so other Subsonic servers should work, but Navidrome is the one I've actually verified. Declared asapi: Subsonicrather than OpenSubsonic: it reads the OpenSubsonicsamplingRate/bitDepthfields when a server provides them, but never negotiates extensions and requires nothing beyond plain Subsonic.Not yet supported, so as not to overstate it: server-side playlists, starred/favourites sync, and scrobbling via the server. Remote browsing covers albums, artists, genres and search.
Closed source, publicly available on the App Store, so it meets the availability requirement. Images are WebP within the size limits, and
npm run validate:app spindlepasses.