Metadata-Version: 1.0
Name: subtitlematcher
Version: 0.0.4
Summary: Matching videos and subtitles file names
Home-page: http://github.com/itsjef/subtitlematcher.git
Author: Duc Anh Tran
Author-email: td.anh0812@gmail.com
License: MIT
Description: Subtitlematcher
        ===============
        
        Matching videos and subtitles file names
        
        Useful when you have a TV series folder with, like, 50 episodes. You don't want to waste your time renaming each subtitle with its corresponding episode one-by-one.
        
        Installation
        ============
        ::
        
            $ sudo pip install subtitlematcher
        
        Usage
        =====
        
        -  Go to your directory, where you have your movies and subtitles
           waiting
        -  Run the following command in your terminal:::
        
            $ subtitlematcher
        
        or
        
        -  Open your terminal
        -  Run the command and specify the path to your desired directory:::
        
            $ subtitlematcher /path/to/directory
        
        Changelog
        =========
        
            - ***0.0.2***: Fixed a bug happens when there are less subtitle files than videos
        
        Compatibility
        =============
        
        - Python 2 & 3
        - Linux / OSX / Windows
        
        The MIT License
        ===============
        
            Copyright (c) 2015 Bhrigu Srivastava http://bhrigu123.github.io
        
            Permission is hereby granted, free of charge, to any person
            obtaining a copy of this software and associated documentation files
            (the "Software"), to deal in the Software without restriction,
            including without limitation the rights to use, copy, modify, merge,
            publish, distribute, sublicense, and/or sell copies of the Software,
            and to permit persons to whom the Software is furnished to do so,
            subject to the following conditions:
        
            The above copyright notice and this permission notice shall be
            included in all copies or substantial portions of the Software.
        
            THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
            EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
            MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
            NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
            BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
            ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
            CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
            SOFTWARE. The above copyright notice and this permission notice
            shall be included in all copies or substantial portions of the
            Software.
        
Platform: UNKNOWN
