playmusicexporter/README.md

23 lines
955 B
Markdown
Raw Normal View History

2015-01-23 18:57:39 +00:00
# Play Music Exporter
2015-01-27 12:24:38 +00:00
This Android app exports your Play Music mp3 files directly to your sdcard.
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
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
This project will be rewritten and the complete source will be a available soon.
2015-01-27 12:24:38 +00:00
The android package id is currently <em>"de.arcus.playmusicexporter2"</em>. This will be replaced by the old id <em>"de.arcus.playmusicexporter"</em> when the new code is done.
2015-01-27 12:33:24 +00:00
You can get the <em>old</em> working version [here](https://www.david-schulte.de/en/play-music-exporter-updater/)!
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
2015-01-27 12:24:38 +00:00
Copyright (c) 2015 David Schulte. See LICENSE.txt for details.