Skip to content

2.0.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@austinried austinried released this 28 Apr 07:31
· 31 commits to main since this release

This is the first alpha release for the version 2 re-write in Flutter! As such, it is not feature complete or bug free, so please only download this version if you are interested in helping with testing, contributing, or just giving feedback. It is not ready for wide release, and will not be published to Google Play or F-droid.

That said, if you choose to help out, thank you! These are some things to know going into this first alpha:

What's new (probably incomplete)

  • Offline support (download albums and playlists)
  • "Radio play" all songs in library
  • All songs tab in Library view
  • Browse and radio play by genre
  • Lot of things now save your last-used setting between app closes (now playing queue, list sort/filters, last viewed tab)
  • Playing large playlists or songs from all songs in the library should be very fast now

Notes

  • The app is currently using a different ID than the last release (com.subtracks2 instead of com.subtracks) so that it can be installed side-by-side with the existing version, and this will be changed before the final release
  • After you add your server in Settings (now called Sources), you need to sync it before you'll see anything interesting. Tap on the music note at the bottom and pull down to refresh and perform the sync
  • Currently only token auth (no plain-text password) is supported
  • Offline downloads default to using the subsonic API's "download" endpoint only for now, which means it downloads original quality files from the server. Use with care if you have big files!
  • Offline mode isn't doing much yet other than filtering lists by downloaded/not downloaded
  • I have not tested yet with servers other than Subsonic and Navidrome, so feedback from other servers is very appreciated
  • Many other things have not been re-implemented yet or are not yet fully implemented