From 2ffa2973defaf1a9333a9638087110873319f3da Mon Sep 17 00:00:00 2001 From: David Schulte Date: Tue, 27 Jan 2015 13:24:38 +0100 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e7b0dc3..814a424 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,22 @@ # Play Music Exporter -This Android app exports your Play Music mp3 files directly to your sdcard. Even AllAccess music! +This Android app exports your Play Music mp3 files directly to your sdcard. -## Notice +## 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 This project will be rewritten and the complete source will be a available soon. -The android package id is currently "de.arcus.playmusicexporter2". This will be replaced by the old id "de.arcus.playmusicexporter" when the new code is done. +The android package id is currently "de.arcus.playmusicexporter2". This will be replaced by the old id "de.arcus.playmusicexporter" when the new code is done. -You can get the current working version here: https://www.david-schulte.de/en/play-music-exporter-updater/ +You can get the old working version here: https://www.david-schulte.de/en/play-music-exporter-updater/ -## Copyright +### Copyright -Copyright (c) 2015 David Schulte. See LICENSE.txt for details. \ No newline at end of file +Copyright (c) 2015 David Schulte. See LICENSE.txt for details.