mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-27 09:09:29 +01:00
48 lines
2.2 KiB
Markdown
48 lines
2.2 KiB
Markdown
<img src="assets/header.png" alt="subtracks logo" width="500"/>
|
|
|
|
#
|
|
Subtracks is an Android open source music streaming app for [Subsonic-API-compatible](http://www.subsonic.org/pages/api.jsp) servers ([Subsonic](http://www.subsonic.org/pages/index.jsp), [Navidrome](https://www.navidrome.org/), [Airsonic](https://airsonic.github.io/), and more). It's designed to give you clean and convenient access to your music in the style of modern media players.
|
|
|
|
# Screenshots
|
|
<p float="left">
|
|
<img src="metadata/en-US/images/phoneScreenshots/01_home.png" alt="home" width="200"/>
|
|
<img src="metadata/en-US/images/phoneScreenshots/02_now-playing.png" alt="now playing" width="200"/>
|
|
<img src="metadata/en-US/images/phoneScreenshots/03_library-albums.png" alt="library albums" width="200"/>
|
|
<img src="metadata/en-US/images/phoneScreenshots/04_album.png" alt="album view" width="200"/>
|
|
</p>
|
|
|
|
# Download
|
|
<p float="left">
|
|
<a href="https://play.google.com/store/apps/details?id=com.subtracks"><img src="assets/google-play-badge.png" width="250"/></a>
|
|
<a href="https://f-droid.org/en/packages/com.subtracks/"><img src="assets/f-droid-badge.png" width="250"></a>
|
|
<a href="https://github.com/austinried/subtracks/releases/latest"><img src="assets/github-badge.png" width="250"/></a>
|
|
</p>
|
|
|
|
> :warning: Note: each download source above is signed with a different key, so you cannot switch between them without first uninstalling and then re-installing the app.
|
|
|
|
# Features
|
|
- Album and artist art display by default (full-res in detail/now playing views)
|
|
- Gapless playback
|
|
- Mulitple server support
|
|
- Filterable/sortable album and artist library views
|
|
- Search artists, albums, and songs
|
|
- Scrobble support
|
|
- Max bitrate and buffer size settings
|
|
- Loop and shuffle playback options
|
|
- Long-press for context menu shortcuts
|
|
|
|
# Coming Soon™
|
|
- Offline support
|
|
- Customizable home screen categories
|
|
- Browse by folder support (currently only browses by tags)
|
|
- Multiple music folder awareness
|
|
- By year/by genre albums filter
|
|
- Playlist mangement (add/remove/sort/edit)
|
|
- Queue management (add/remove/sort)
|
|
- Multi-select actions
|
|
- Performance & animation improvements
|
|
- More shuffle play modes
|
|
|
|
# Building
|
|
See [Building from source](BUILDING.md).
|