Metadata-Version: 1.1
Name: ktuvitDownloader
Version: 0.0.1.4
Summary: This package will allow you to auto-download subtitles from ktuvit.com website.
Home-page: https://github.com/aviadlevy/ktuvitDownloader/
Author: Aviad Levy
Author-email: aviadlevy1@gmail.com
License: LGPLv3
Description: ktuvitDownloader
        ================
        
        
        Auto-Download fron Ktuvit.com
        -----------------------------
        
        .. image:: http://img.shields.io/pypi/v/guessit.svg
            :target: https://pypi.python.org/pypi/guessit
            :alt: Latest Version
        
        
        .. image:: http://img.shields.io/badge/license-LGPLv3-blue.svg
            :target: https://pypi.python.org/pypi/guessit
            :alt: LGPLv3 License
        
        
        This package will allow you to auto-download subtitles from ktuvit.com website.
        
        This is an Alpha version. use with caution.
        
        Install
        -------
        
        Install with `pip <http://www.pip-installer.org/>`_::
        
            $ pip install ktuvitDownloader
        
        Upgrade
        -------
        
        Upgrade with `pip <http://www.pip-installer.org/>`_::
        
            $ pip install ktuvitDownloader --upgrade
        
        Run
        ---
        
        Just run cmd (WinKey + R, then type *cmd* and Enter) then::
        
            $ ktuvitDownloader
          
        
        Usage
        -----
        
        Just run cmd (WinKey + R, then type *cmd* and Enter) then::
        
            $ ktuvitDownloader -h
        
        The "flow" is:
        
        - scan *"base"* directory, and **clean** any files smaller than 750KB, or videos smaller than 30MB.
        - search all video files on ktuvit.com and try to find best subtitle.
        - if we found a match, download and move the video+subtitle to the *"dest"* directory.
        
        TODO List:
        ----------
        - Imporve cleaning of the "dest" directory. Add argument to choose whether you want to clean or not.
        - Improve logging system
        - Improve subtitle detection
        - Create caching system
        - Some case that subtitle text is jibrish
        - Improve REASME.rst (this file)
        
        :Author:
            Aviad Levy
        
        :Version: 0.0.1.3
        
        :License: `LGPLv3 license <http://www.gnu.org/licenses/lgpl.html>`_
        
        
        ChangeLog
        =========
        
        0.0.1.4 (2016-08-24)
        --------------------
        
        - Added moving progress bar
        - Change moving to copy-delete. see `Issue #1 <https://github.com/aviadlevy/ktuvitDownloader/issues/1>`_
        - Now logger is rotating (on 1MB)
        
        0.0.1.2-3 (2016-08-23)
        ----------------------
        
        - Small bug fix causing the program to crash
        
        
        0.0.1 (2016-08-21)
        ------------------
        
        - Initial release
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: End Users/Desktop
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Multimedia
