2013-03-24 21:44:27 +00:00
|
|
|
Category:Multimedia
|
|
|
|
License:GPLv3
|
|
|
|
Web Site:
|
|
|
|
Source Code:https://github.com/daneren2005/Subsonic
|
|
|
|
Issue Tracker:https://github.com/daneren2005/Subsonic/issues
|
2013-04-09 21:38:55 +00:00
|
|
|
Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=5GUMY7ZLZRNXS&lc=US&item_name=DSub¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
|
2013-03-24 21:44:27 +00:00
|
|
|
|
2013-06-15 10:13:09 +00:00
|
|
|
Auto Name:DSub
|
2013-03-24 21:44:27 +00:00
|
|
|
Summary:Play music across the network
|
|
|
|
Description:
|
2013-04-09 21:38:55 +00:00
|
|
|
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
|
2013-03-24 21:44:27 +00:00
|
|
|
them available when you have no connection at all.
|
2013-03-25 12:29:18 +00:00
|
|
|
|
2013-03-24 21:44:27 +00:00
|
|
|
* Lockscreen controls (ICS+)
|
|
|
|
* Gapless Playback (JB+)
|
|
|
|
* Notification prev/pause/next buttons
|
|
|
|
* Quick add/remove songs to playlist
|
|
|
|
* Pause playback when other apps request audio focus (navigation, etc)
|
|
|
|
* Option to gather logs and send them via email for newer versions of Android which don't allow 3rd party apps to gather another apps' logs any more
|
|
|
|
* Drag and drop songs to rearrange your playlist on the Now Playing tab
|
|
|
|
* User defined Cache Size, Network Timeout, and Buffer Length
|
2013-03-25 12:29:18 +00:00
|
|
|
|
2013-04-09 21:38:55 +00:00
|
|
|
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
|
2013-03-25 12:29:18 +00:00
|
|
|
the app can play files that your device may not normally support.
|
|
|
|
|
|
|
|
The app is set up to access a demo server on the internet for trying it out.
|
2013-04-09 21:38:55 +00:00
|
|
|
In order to use this app with your own Subsonic server beyond a trial period,
|
|
|
|
a key must be obtained by making a donation. (A key isn't required to use the
|
|
|
|
[https://github.com/Mach5/supersonic Supersonic] variant.)
|
2013-03-24 21:44:27 +00:00
|
|
|
.
|
|
|
|
|
|
|
|
Repo Type:git
|
|
|
|
Repo:https://github.com/daneren2005/Subsonic.git
|
|
|
|
|
|
|
|
Build Version:3.8.1,39,3.8.1,subdir=subsonic-android,init=\
|
|
|
|
git clone https://github.com/bauerca/drag-sort-listview dslv && cd dslv && \
|
|
|
|
git checkout 0.6.1,srclibs=ActionBarSherlock@4.2.0,update=.;dslv/library,\
|
|
|
|
prebuild=mv libs/android-support-v4.jar dslv/library/libs/ && \
|
|
|
|
sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
2013-04-09 21:43:19 +00:00
|
|
|
sed -i 's@\(android.library.reference.2=\).*@\1dslv/library@' project.properties && \
|
2013-03-24 21:44:27 +00:00
|
|
|
cd ../ && mv subsonic-android sa && rm -rf subsonic-* repo && mv sa subsonic-android
|
2013-04-07 20:37:22 +00:00
|
|
|
Build Version:3.8.2,40,3.8.2,subdir=subsonic-android,init=\
|
|
|
|
git clone https://github.com/bauerca/drag-sort-listview dslv && cd dslv && \
|
|
|
|
git checkout 0.6.1,srclibs=ActionBarSherlock@4.2.0,update=.;dslv/library,\
|
|
|
|
prebuild=mv libs/android-support-v4.jar dslv/library/libs/ && \
|
|
|
|
sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
2013-04-09 21:43:19 +00:00
|
|
|
sed -i 's@\(android.library.reference.2=\).*@\1dslv/library@' project.properties && \
|
2013-04-07 20:37:22 +00:00
|
|
|
cd ../ && mv subsonic-android sa && rm -rf subsonic-* repo && mv sa subsonic-android
|
2013-05-03 12:03:27 +00:00
|
|
|
Build Version:3.8.5,43,ca8b3539,subdir=subsonic-android,\
|
|
|
|
srclibs=ActionBarSherlock@90939dc3;DragSort@d39db07a2,prebuild=\
|
|
|
|
mv libs/*v4.jar $$DragSort$$/libs/ && \
|
|
|
|
sed -i 's@\(reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
|
|
|
sed -i 's@\(reference.2=\).*@\1$$DragSort$$@' project.properties && \
|
|
|
|
cd ../ && mv subsonic-android sa && rm -rf subsonic-* repo && mv sa subsonic-android
|
2013-07-02 12:10:43 +00:00
|
|
|
Build Version:4.0.5,54,4.0.5,subdir=subsonic-android,\
|
|
|
|
srclibs=ActionBarSherlock@c0d437c;DragSort@d39db07,prebuild=\
|
2013-07-02 17:37:23 +00:00
|
|
|
cp libs/*v4.jar $$DragSort$$/libs/ && mv libs/*v4.jar $$ActionBarSherlock$$/libs/ && \
|
2013-07-02 12:10:43 +00:00
|
|
|
sed -i 's@\(reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
|
|
|
sed -i 's@\(reference.2=\).*@\1$$DragSort$$@' project.properties && \
|
|
|
|
cd ../ && mv subsonic-android sa && rm -rf subsonic-* repo && mv sa subsonic-android
|
2013-03-24 21:44:27 +00:00
|
|
|
|
|
|
|
Auto Update Mode:None
|
2013-03-31 14:16:24 +00:00
|
|
|
Update Check Mode:Tags
|
2013-07-03 11:37:43 +00:00
|
|
|
Current Version:4.0.7
|
|
|
|
Current Version Code:56
|
2013-03-24 21:44:27 +00:00
|
|
|
|