paroj / DSub2000

Android client for Subsonic servers. This is a fork of the original DSub project.
GNU General Public License v3.0
16 stars 1 forks source link

DSub2000

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.

Features

Updating Icons

Media Icons are double standard size. On https://romannurik.github.io/AndroidAssetStudio/icons-actionbar.html you can manually change this via the following js commands:

PARAM_RESOURCES.iconSize = {w: 64, h: 64}
PARAM_RESOURCES['targetRect-clipart'] = { x: 12, y: 12, w: 40, h: 40 }
form.fields_[0].params_.maxFinalSize = {w: 512, h: 512}