https://github.com/luser/sync-itunes-playlists-google-play
Sync iTunes playlists to Google Play Music
https://github.com/luser/sync-itunes-playlists-google-play
Last synced: 4 days ago
JSON representation
Sync iTunes playlists to Google Play Music
- Host: GitHub
- URL: https://github.com/luser/sync-itunes-playlists-google-play
- Owner: luser
- License: other
- Created: 2015-06-12T11:38:39.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-12T11:53:05.000Z (about 11 years ago)
- Last Synced: 2025-06-10T02:39:33.615Z (about 1 year ago)
- Language: Python
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This repository contains a Python script that can one-way sync playlists
from an iTunes library to Google Play Music. The Google Music Uploader
claims to do this but it does a terrible job in practice.
Usage
=====
1) Create a virtualenv and install requirements:
```
virtualenv venv
. venv/bin/activate
pip install -r requirements.txt
```
2) Run sync.py, passing it the path to your iTunes library and Music Manager database, and optionally the names of playlists to sync:
```
python sync.py "/path/to/iTunes Music Library.xml" "/path/to/ServerDatabase.db" [playlists]
```
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/