Metadata-Version: 1.1
Name: witsub
Version: 1.2.1
Summary: A command line tool to download movies subtitles
Home-page: https://github.com/nicolargo/witsub
Author: Nicolas Hennion
Author-email: nicolas@nicolargo.com
License: LGPL
Description: [![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/nicolargo/witsub/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
        
        Witsub
        ======
        
        Where Is The (fuck...) Subtitle
        
        A simple command line software to automaticaly download video subtitle.
        It use the [OpenSubtitles.org](http://www.opensubtitles.org/) database and its wonderfull API.
        
        ## How it work ?
        
        Before...
        
        	videos
        	├── A wonderfull movies.avi
        	├── A top serie
        	│   ├── A top serie - S1E01.avi
        	│   └── A top serie - S1E02.avi
        	└── Not a video file.txt
        
        Let's go...
        
        	witsub -f ./videos
        
        After...
        
        	videos
        	├── A wonderfull movies.avi
        	├── A wonderfull movies.srt
        	├── A top serie
        	│   ├── A top serie - S1E01.avi
        	│   ├── A top serie - S1E01.srt
        	│   ├── A top serie - S1E02.avi
        	│   └── A top serie - S1E02.srt
        	└── Not a video file.txt
        
        Keep it simple...
        
        ## How to install
        
        The simple way to install Witsub is to use the PyPI package index:
        
        	pip install witsub
        
        or to upgrade to the latest version
        
        	pip install --upgrade witsub
        
        ## How to use it ?
        
        It can work with file (video file) or path (recursive to video files).
        
            -f <path>: Path can be video file or folder
        
        Options:
        
            -v: Display version and exit
            -V: Switch on debug mode (verbose)
            -l <lang>: Set the subtitle language search (default is 'eng' for English)
                       Use the ISO 639-2 standard (example 'fre' for French)
            -w: Force download and overwrite of existing subtitle
        
Keywords: cli video subtitle
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Utilities
