Go to file
Jan Christian Grünhage 87a80b4dd7
Added exception type to the crash log, which was previously unavailable.
The log in the crash handler now contains what kind of exception is being handled by the handler.
2017-01-01 19:37:12 +01:00
.idea Fixed version number 2016-12-31 12:58:45 +01:00
apk Update AppCompat 2015-11-14 00:35:21 +01:00
framework Added exception type to the crash log, which was previously unavailable. 2017-01-01 19:37:12 +01:00
gradle/wrapper Rewrote Settings, added automated export, changed package. 2016-12-30 01:03:30 +01:00
playmusicexporter Fixed missing translations 2016-12-31 13:08:44 +01:00
playmusiclib Fixed missing translations 2016-12-31 13:08:44 +01:00
.gitignore Added .gitignore 2016-05-24 18:08:47 +02:00
build.gradle Added Debug Menu 2016-12-30 13:20:41 +01:00
gradle.properties Initial commit 2015-01-23 18:26:34 +01:00
LICENSE.txt Update LICENSE.txt 2016-12-30 01:25:59 +01:00
PlayMusicExporter.iml Update AppCompat 2015-11-09 20:55:30 +01:00
PlayMusicExporterGit.iml Fixed artwork loading size 2015-08-09 21:08:01 +02:00
README.md Update README.md 2016-12-30 01:25:01 +01:00
settings.gradle Rename project 2015-01-25 22:05:27 +01:00

Play Music Exporter

This Android app exports your Play Music mp3 files directly to your sdcard using root permissions.

About

This AndroidStudio project allow you to access the database from Google's PlayMusic and also allows you to export the music files as mp3 to your sdcard. There is also a nice library you can simply use in your projects.

Requirements

This app and its library will require root access to your device! If your device is not rooted you can't use this app neither the lib.

This project uses the mp3agic library by Michael Patricios (mpatric).

Notice

I recently forked this repository and most of the work has been done by David Schulte. You can find his old/inactive repository here.

Copyright (c) 2016 Jan Christian Grünhage. See LICENSE.txt for details.
Copyright (c) 2015 David Schulte. See LICENSE.txt for details.