playmusicexporter/README.md

24 lines
1 KiB
Markdown
Raw Normal View History

2015-01-23 18:57:39 +00:00
# Play Music Exporter
2015-01-27 13:05:12 +00:00
This Android app exports your Play Music mp3 files directly to your sdcard using root permissions.
2015-01-23 18:57:39 +00:00
2015-01-27 12:24:38 +00:00
## 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
2015-01-27 13:05:12 +00:00
**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.**
2015-01-27 12:24:38 +00:00
This project uses the [mp3agic library](https://github.com/mpatric/mp3agic) by [Michael Patricios (mpatric)](https://github.com/mpatric).
### Notice
2015-01-23 18:57:39 +00:00
2016-12-30 00:24:41 +00:00
I recently forked this repository and most of the work has been done by [David Schulte](https://www.david-schulte.de/).
You can find his old/inactive repository [here](https://github.com/Arcus92/PlayMusicExporter).
2015-01-23 18:57:39 +00:00
2015-01-27 12:24:38 +00:00
### Copyright
2015-01-23 18:57:39 +00:00
2016-12-30 00:25:01 +00:00
Copyright (c) 2016 Jan Christian Grünhage. See LICENSE.txt for details.
2015-01-27 12:24:38 +00:00
Copyright (c) 2015 David Schulte. See LICENSE.txt for details.