Metadata-Version: 1.1
Name: subseek
Version: 2.3
Summary: Search subtitles for all your movies and series with a single command line script
Home-page: https://github.com/fedemotta/subseek
Author: Federico Nicolas Motta
Author-email: fedemotta@gmail.com
License: MIT
Download-URL: https://github.com/fedemotta/subseek/tarball/v2.3
Description: Subseek
        =======
        
        Search subtitles for all your movies and series with a single command
        line script
        
        |PyPI version|
        
        Description
        -----------
        
        Subseek is a Python script which list all your local movies and series
        and search subtitles for them. The web search is done using different
        subtitle providers (currently Subdivx only) and different search engine
        providers (Google and DuckDuckGo). It uses the file and path name with
        an algorithm which made several changes to the searched text to find the
        best match. You can search, in example, subtitles for all the seasons of
        a complete TV show, a couple of movies and the last episode of your
        favorite TV show in a single command line script.
        
        Installation
        ------------
        
        ::
        
            pip install subseek
        
        Usage
        -----
        
        ::
        
            python -m subseek -p (path) [option]
        
            Options and arguments:
            ----------------------
            -p path      : String. Required. Root path to start the process; 
                           also --path=path. 
                           Example: python console.py -p /home/username/Downloads/
            -v           : Verbose mode; also --debug
            -f           : Force rewrite existing subtitles files; also --force
            -u           : Generate the name using the path folder pieces; 
                           also --use_pieces
            -d deep      : Integer. Deep search. Default is 0 (means get first match), 
                           1 (or more) is the quantity of pages to iterate (maximum 
                           allowed value is 1); also --deep=deep
            -m min_match : Float. Minimum match (%) to take into consideration. 
                           Default is 0 (means any); also --min_match
            -n           : Allow series detection in number format only (ie. Flash 101);
                           also --number_format
            -h           : Display help; also --help
        
        Requirements
        ------------
        
        -  `python 2.7 <https://wiki.python.org/moin/BeginnersGuide/Download>`__
        -  `pip <https://pip.pypa.io/en/latest/installing/>`__
        -  `rarfile-2.7 <https://pypi.python.org/pypi/rarfile/>`__
        -  rarfile depends on unrar command-line utility to do the actual
           decompression of rar files. Install `rarosx-4.2.0 on
           OSX <http://www.rarlab.com/rar/rarosx-4.2.0.tar.gz>`__,
           `unrarsrc-5.3.3 on
           LINUX <http://www.rarlab.com/rar/unrarsrc-5.3.3.tar.gz>`__ or `winrar
           unrar on WINDOWS <https://www.winrar.es/descargas/unrar>`__
        
        .. |PyPI version| image:: https://badge.fury.io/py/subseek.svg
           :target: http://badge.fury.io/py/subseek
        
Keywords: subtitles movies series batch script
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
