iSubMusicStreamer icon indicating copy to clipboard operation
iSubMusicStreamer copied to clipboard

Current App Store version of iSub Music Streamer

Results 87 iSubMusicStreamer issues
Sort by recently updated
recently updated
newest added

This could potentially already exist or perhaps could be a good improvement, but the ability to cache entire music folders or the entire library would be super useful for those...

It is clear that this the best Subsonic API compatible app for iOS. My wife loves it for her collection of more esoteric songs that are not conventionally findable on...

Latest version of iSUB running on iPhone 7. Latest Subsonic. SS log spits out "INFO LoginFailureLogger Login failed for [admin] from [192.168.5...]" I have deleted and reinstalled the app and...

Even after you tap the Jukebox button to turn on Jukebox mode, the title still says Jukebox Mode OFF. The fix is simple. In HomeViewController.swift change the `setTitle(title:)` function body...

This PR tackles a number of issue connected with the auto scrolling label: * There were some circumstances where the auto scrolling label would keep scrolling even though it was...

This PR fixes a few call-super howlers (i.e. places where we are supposed to call `super` but are failing to do so), along with a couple of places I noticed...

This PR fixes what I regard as iSub's primary shortcoming: in a list of tracks, the track names (i.e. the song titles) are so curtailed as to be useless, especially...

This PR fixes all compile-time warnings (except for one that's inside GCDWebServer, nothing we can do about that) and several run-time warnings that manifest themselves at launch time. In _BassGaplessPlayer.m_...

This PR replaces the LibBASS library contents with up-to-date versions of the libraries, freshly download from https://www.un4seen.com. Instead of static _.a_ files, these libraries are now _.xcFramework_ folders. Among other...

This PR fixes a bug where the navigation bar above the current playlist was transparent and so was hard to see. (Perhaps the bug only manifests itself when you're building...