Metadata-Version: 1.1
Name: gmusic-rating-sync
Version: 1.1.2
Summary: Syncs your iTunes rating to Google Music. Supports the 5 start rating system
Home-page: https://github.com/Bilalh/gmusic-sync-ratings
Author: Bilal Syed Hussain
Author-email: bilalshussain@gmail.com
License: Apache License 2.0
Description: gmusic-sync-rating  [![Build Status](https://travis-ci.org/Bilalh/gmusic-sync-rating.svg?branch=master)](https://travis-ci.org/Bilalh/gmusic-sync-rating/master.svg?style=flat) ![PyPI Version](http://img.shields.io/pypi/v/gmusic-rating-sync.svg?style=flat)
        ==================
        
        `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`
        
Keywords: Google Music,Google Play,iTunes,ratings,music
Platform: UNKNOWN
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Utilities
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Multimedia :: Sound/Audio :: Editors
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
