Bilalh / gmusic-sync-rating

Syncs your iTunes rating to Google Music. Supports the 5 start rating system

Home Page:https://github.com/Bilalh/gmusic-sync-rating

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gmusic-sync-rating Build Status PyPI Version

gmusic-sync-rating is a command line tool to sync iTunes rating to google music. It supports the 5 star rating scale.

##Installation

gmusic-sync-rating can be installed from PyPI using pip:

$ pip install gmusic-sync-rating

##Usage

usage: gmusic-sync-ratings [-h] [--password PASSWORD] [--itunes-xml FILE]
                         [--only-rated]
                         username

positional arguments:
  username             Google music Username

optional arguments:
  -h, --help           show this help message and exit
  --password PASSWORD  Google music Password
  --itunes-xml FILE    iTunes xml file
  --only-rated         Only sync non empty ratings

--password

If --password is not specified then gmusic-sync-rating will prompt you to enter it

$ gmusic-sync-rating 'myemail@example.com'
Enter your google music password
Password:

###--only-rated

Only upload non empty rating.

###--itunes-xml FILE

If you keep your iTunes library in an non standard location (i.e not ~/Music/iTunes/), you have specify the full path to iTunes Music Library.xml` in your iTunes folder.

License

gmusic-sync-rating is licensed under the Apache 2.0 License

About

Syncs your iTunes rating to Google Music. Supports the 5 start rating system

https://github.com/Bilalh/gmusic-sync-rating


Languages

Language:Python 100.0%