Skip to content

Releases: benkaiser/stretto-mobile-next

Add auto-download functionality

17 Nov 02:14
Compare
Choose a tag to compare

New function added to the settings screen allowing you to turn on auto-downloading (for offline) of tracks when you play them.

Improved player screen, add to library from search results, search from player screen

17 Nov 01:43
Compare
Choose a tag to compare

New features and improved UI of player screen.

Now you can:

  • click on the artist or album on the player screen to search that text
  • add a search result song to your library
  • offline downloading is improved to not accidentally cache an empty track

Brought ytdl functionality down to app

05 Sep 00:45
Compare
Choose a tag to compare

To improve streaming capabilities, reduce risk of being blocked by youtube, etc, I've moved the code that works out the target youtube stream url down to the app.

The benefits here are that you can seek through a stream now, and hopefully downloading songs offline will be more reliable.

0.2.2 Removed search dependency on server

18 Aug 23:26
Compare
Choose a tag to compare

Due to issues trying to get working api keys, this release uses the local device itself to fetch the itunes search results and then queries youtube itself to get the matching videos (lazily to avoid throttling).

0.2.0 Offline songs

28 Jul 00:10
Compare
Choose a tag to compare
v0.2.0

Update to 2.0

0.1.0 Initial Relase

27 Jan 23:48
Compare
Choose a tag to compare

This initial version allows for displaying your synced playlists, caching them for the next app open.

Be aware it does not include song caching so expect every single play to be loaded over network. This is a high priority to be fixed in a later version.