Skip to content

daneren2005/Subsonic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

12f55b2 · Dec 4, 2020
Nov 23, 2018
Dec 4, 2020
Nov 18, 2018
Sep 22, 2020
Jun 9, 2015
Sep 7, 2015
Aug 24, 2018
Jul 30, 2015
Apr 22, 2017
Apr 18, 2017
Nov 18, 2018
Jul 27, 2013
Mar 16, 2016
Sep 22, 2016
Apr 26, 2015
Apr 26, 2015
Mar 8, 2017
Nov 18, 2018
Jul 27, 2013

Repository files navigation

Basic Instructions

Grab dependent libraries

git submodule init
git submodule update

Go to ServerProxy and build project files

android update project --path ./

Add both projects and all .jar's in the libs folder

SDK Project Dependencies

Under sdk -> extras:
android -> support -> v7 -> appcompat
android -> support -> v7 -> mediarouter
google -> google_play_services -> libproject -> google-play-services_lib

SDK Library Dependencies

android -> support -> v4 -> android-support-v4.jar
android -> support -> v7 -> appcompat -> libs android-support-v7-appcompat.jar
android -> support -> v7 -> mediarouter -> libs -> android-support-v7-mediarouter.jar
google -> google_play_services -> libproject -> google-play-services_lib -> lib -> google-play-services.jar

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}