An Xposed Framework Module for that redirected where Google Play Music saved and read files.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nichole Mattera fcfafa620c Update README.md 9 years ago
.settings Initial Commit 10 years ago
assets Initial Commit 10 years ago
libs Version 1.7.1 10 years ago
res Added message for Kit Kat. Attempting to fix incompatibility issue. Artwork is downloading and loading. Music is downloading, UI shows the song downloaded, but playback is not working. 9 years ago
src/com/lepidusdevelopment/music2sd Music a bit closer. Looks as if it's about to start playing, but then stops. Most likely missing something and will have to look through GPM Source Code some more. 9 years ago
.gitignore Initial Commit 10 years ago
AndroidManifest.xml Music a bit closer. Looks as if it's about to start playing, but then stops. Most likely missing something and will have to look through GPM Source Code some more. 9 years ago
LICENSE Update LICENSE 9 years ago
README.md Update README.md 9 years ago
XposedBridgeApi.jar Initial Commit 10 years ago
project.properties Added message for Kit Kat. Attempting to fix incompatibility issue. Artwork is downloading and loading. Music is downloading, UI shows the song downloaded, but playback is not working. 9 years ago

README.md

#Music2SD

An Xposed Framework Module for Google Play Music.

This module is completely broken as of the latest versions of Google Play Music. I'm currently attempting to fix, however Google has made it extremely difficult. :(

##License

Music2SD is published under BSD 2-Clause License

Copyright (c) 2014 Lepidus Development, LLC. All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

Redistributions in binary form must reproduce the above copyright notice, this
list of conditions and the following disclaimer in the documentation and/or
other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.