Metadata-Version: 1.0
Name: cinephile
Version: 1.0.1
Summary: Python CLI tool to scan movie directory         recursively, normalize the filename and retrieve useful         information from imdb.
Home-page: https://github.com/navinsylvester/cinephile
Author: Navin Sylvester
Author-email: navinsylvester@gmail.com
License: MIT License
Download-URL: https://github.com/navinsylvester/cinephile/tarball/master
Description: cinephile
        =========
        
        Python CLI tool to scan movie directory recursively, normalize the filename and retrieve useful information from imdb. Cinephile can also be used to fetch subtitle file for a particular movie in preferred language. See instructions below on how to use the tool.
        
        Features
        ========
        
        * Filename normalization
        * Yaml config for customization
        * Filter based on imdb rating alone or along with genre
        * Ignore duplicate movie names
        * Download subtitles for a movie file in preferred language
        
        Installation
        ============
        
        Please read INSTALL
        
        Configuration
        =============
        
        After installation the config file .cinephile.yaml can be found under user's home directory.
        
        Usage
        =====
        
        To get IMDB info
        
        |  ``cinephile movie -s movie_dir -r imdb_rating [-g genre]``
        
        To download subtitles
        
        |  ``cinephile subtitle -f movie_file -l language``
        
        Example
        =======
        
        |  ``cinephile movie -s /media/disk/movies -r 7``
        |  ``cinephile movie -s /media/disk/movies -r 7 -g action``
        |  ``cinephile subtitle -f ~/Movies/The\ Croods\ \(2013\)/The.Croods.2013.720p.BluRay.x264.YIFY.mp4 -l en``
        
        
        
        
        History
        -------
        
        1.0.1 (2014-03-04)
        ~~~~~~~~~~~~~~~~~~
        
        * First release on pypi.
        
        1.0 (2014-02-17)
        ~~~~~~~~~~~~~~~~~~
        
        * First release on github.
        
        Roadmap
        -------
        
        Since the project is in early stages no clear roadmap has been set but your 
        suggestions are welcome.
        
Keywords: IMDB Movies Rating List
Platform: any
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Environment :: Console
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Utilities
