forked from daneren2005/Subsonic
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
* Rebrand app to DSub2000 to indicate the fork | ||
* Change setting defaults to improve compatibility and UI clarity | ||
* Added a random option to the songs part of the mainview | ||
* Add option to show a single rating button | ||
* Make tapping on cover art to open playlist configurable | ||
* When the user has made a selection, only the selected songs are downloaded | ||
* Migrate to vector drawables | ||
* Setting to add song suffix as details of list song item | ||
* Toggling the caching status from "permanently cached" to just "cached" (and back) does not require connectivity | ||
* Fix replaygain selection logic for track gain | ||
* Fix album sort with duplicate track numbers | ||
* Fix offline scrobbling for servers without lucene support | ||
* Make connections secure by default CVE-2018-1000664 | ||
* Port from orphaned cling to jupnp | ||
* Sync bastp to upstream/ vanilla-music for improved replaygain parsing | ||
* Replace subsonic.org demo server with navidrome.org demo server |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Connect to your Subsonic server and listen to your music wherever you go. Songs | ||
are cached for playback to save on your mobile bandwidth and to make them | ||
available when you have no connection at all. | ||
|
||
Subsonic is a cross-platform FOSS media server that's capable of indexing very | ||
large media collections. The server can transcode if necessary so that the app | ||
can play files that your device may not normally support. | ||
|
||
<h2>Features</h2> | ||
|
||
<ul> | ||
<li>Drag and drop songs to rearrange your playlist on the Now Playing tab</li> | ||
<li>Pause playback when other apps request audio focus (navigation, etc)</li> | ||
<li>Lockscreen controls</li> | ||
<li>Gapless Playback</li> | ||
<li>Highly customizable UI</li> | ||
<li>User defined Cache Size, Network Timeout, and Buffer Length</li> | ||
</ul> |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Android client for Subsonic servers. |