Go to file
2017-03-28 14:28:07 +02:00
.idea This does not need to be under version control 2017-01-30 20:57:06 +01:00
framework Updated libs, since F-Droid now seems to support these newer versions. 2017-03-19 15:04:39 +01:00
gradle/wrapper Added countly for crash reporting/analytics. Updated library versions. 2017-03-28 14:28:07 +02:00
playmusicexporter Added countly for crash reporting/analytics. Updated library versions. 2017-03-28 14:28:07 +02:00
playmusiclib Merge pull request #16 from jcgruenhage/update-libs 2017-03-11 11:15:04 +01:00
.gitignore Add .idea/misc.xml to .gitignore 2017-01-30 21:01:02 +01:00
build.gradle Added countly for crash reporting/analytics. Updated library versions. 2017-03-28 14:28:07 +02:00
gradle.properties Finished AppIntro 2017-01-18 23:40:51 +01:00
LICENSE.txt Update LICENSE.txt 2016-12-30 01:25:59 +01:00
README.md Added F-Droid Badge 2017-03-19 14:49:47 +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 or a documents provider using root permissions. You can also setup automatic export, that exports all currently cached not yet exported music.

Get it on F-Droid

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 or a documents provider. There is also a nice library you can simply use in your projects.

Requirements

This app and the included library will require root access to your device! If your device is not rooted you can neither use this app nor the library.

This app uses API Level 21, which has been introduced by Android Lollipop. If you use KitKat or lower, this app will not work.

Credits

This is a fork off David Schulte's original project. Most of the work has been done by him, me and the other collaborators just have improved his work in some minor ways, like making the app more usable and configurable. The exporting itself, the hard part, has been done by him.

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

Contributing

If you want to contribute to this project, fork off of develop, implement what you want to implement, and submit a pull request back into develop. After testing it, if enough of the collaborators like it, we will merge it. You might want to discuss your ideas with us first though:

Discuss Ideas

If you have any questions, the easiest way to get help is asking in the #playmusicexporter IRC channel on freenode. You can join that on webchat.freenode.net, or preferably, if you are not really an IRC guy anyway, try the corresponding matrix room #playmusicexporter:jcg.re. They are bridged together, so everything that happens in one of the rooms gets automatically transfered to the other one too.

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