From 2da30903933263e6df38cedb161c7fe0699f6478 Mon Sep 17 00:00:00 2001 From: Rik Veenboer Date: Sun, 15 Jun 2014 12:14:07 +0100 Subject: [PATCH] added readme file --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..fed5b7f --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# Delete songs from Google Music that you deleted from iTunes + +Google Music Manager can automatically upload songs from your local iTunes library to Google Music. When you delete songs from you iTunes library, however, they remain to exist in you Google Music library. This script automates the tedious process of deleting songs from Google Music manually. + +## Installation +This script relies on [pyItunes][1] and [Unofficial-Google-Music-API][2]. Installation of these dependencies is easy using pip: +``` +pip install -r requirements.txt +``` + +Windows users can install pip as follows: +``` +wget https://raw.github.com/pypa/pip/master/contrib/get-pip.py +python get-pip.py +``` + +## Configuration +Generate an application specific password for your google account: https://security.google.com/settings/security/apppasswords + +Just alter the values in broken brackets and run the script: +``` +python delete.py +``` + + [1]: https://github.com/liamks/pyitunes + [2]: https://github.com/simon-weber/Unofficial-Google-Music-API \ No newline at end of file