MCPcopy Index your code
hub / github.com/daneren2005/Subsonic

github.com/daneren2005/Subsonic @5.5.3

Chat with this repo
repository ↗ · DeepWiki ↗ · release 5.5.3 ↗ · + Follow
3,218 symbols 11,501 edges 240 files 180 documented · 6%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

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}

Extension points exported contracts — how you extend this code

MusicService (Interface)
@author Sindre Mehus [6 implementers]
app/src/main/java/github/daneren2005/dsub/service/MusicService.java
BubbleTextGetter (Interface)
(no doc) [8 implementers]
app/src/main/java/github/daneren2005/dsub/view/FastScroller.java
OnItemClickedListener (Interface)
(no doc) [18 implementers]
app/src/main/java/github/daneren2005/dsub/adapter/SectionAdapter.java
OnSongChangedListener (Interface)
(no doc) [4 implementers]
app/src/main/java/github/daneren2005/dsub/service/DownloadService.java
ProgressListener (Interface)
@author Sindre Mehus [2 implementers]
app/src/main/java/github/daneren2005/dsub/util/ProgressListener.java

Core symbols most depended-on inside this repo

add
called by 539
app/src/main/java/github/daneren2005/dsub/service/RemoteController.java
equals
called by 405
app/src/main/java/github/daneren2005/dsub/util/Util.java
size
called by 205
app/src/main/java/github/daneren2005/dsub/service/DownloadService.java
getPreferences
called by 169
app/src/main/java/github/daneren2005/dsub/util/Util.java
get
called by 167
app/src/main/java/github/daneren2005/dsub/service/parser/AbstractParser.java
getId
called by 165
app/src/main/java/github/daneren2005/dsub/domain/Share.java
setText
called by 133
app/src/main/java/github/daneren2005/dsub/domain/Lyrics.java
getBoolean
called by 116
app/src/main/java/github/daneren2005/dsub/service/parser/AbstractParser.java

Shape

Method 2,900
Class 304
Interface 11
Enum 3

Languages

Java100%

Modules by API surface

app/src/main/java/github/daneren2005/dsub/service/DownloadService.java175 symbols
app/src/main/java/github/daneren2005/dsub/service/CachedMusicService.java126 symbols
app/src/main/java/github/daneren2005/dsub/service/RESTMusicService.java103 symbols
app/src/main/java/github/daneren2005/dsub/util/Util.java102 symbols
app/src/main/java/github/daneren2005/dsub/fragments/SubsonicFragment.java100 symbols
app/src/main/java/github/daneren2005/dsub/domain/MusicDirectory.java96 symbols
app/src/main/java/github/daneren2005/dsub/service/OfflineMusicService.java81 symbols
app/src/main/java/github/daneren2005/dsub/service/MusicService.java75 symbols
app/src/main/java/github/daneren2005/dsub/activity/SubsonicActivity.java71 symbols
app/src/main/java/github/daneren2005/dsub/fragments/SelectDirectoryFragment.java63 symbols
app/src/main/java/github/daneren2005/dsub/fragments/NowPlayingFragment.java56 symbols
app/src/main/java/github/daneren2005/dsub/util/FileUtil.java55 symbols

For agents

$ claude mcp add Subsonic \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact