From ed4446e48e9af28d8faf4445b41cefe60c23f5b5 Mon Sep 17 00:00:00 2001 From: David Schulte Date: Tue, 27 Jan 2015 14:05:12 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea917a6..eae8100 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Play Music Exporter -This Android app exports your Play Music mp3 files directly to your sdcard. +This Android app exports your Play Music mp3 files directly to your sdcard using root permissions. ## About @@ -8,11 +8,13 @@ This AndroidStudio project allow you to access the database from Google's PlayMu ### 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](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 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. You can get the old working version [here](https://www.david-schulte.de/en/play-music-exporter-updater/)!