Metadata-Version: 1.1
Name: MovieSerieTorrent
Version: 0.1.1
Summary: Parser and Renamer for torrents files (Movies and series)
Home-page: https://github.com/JonathanPetit/Parser-Renamer
Author: Petit Jonathan
Author-email: petit.jonathan16@gmail.com
License: MIT
Description: # Parser-Renamer from torrent files V0.1.0
        > Extract informations from torrents files
        
        A python program to Parse and Rename torrents files. The parser extract a maximun informations from a torrent filename to finnaly get the title from movie or serie. The informations store in a dictonnary. The program use regex to get informations. In the futur these informations will recover to rename filename.
        
        ##Informations extracted from file
        
        For Movie and Serie:
        * Title
        * Year
        * Language
        * Extention file
        * Quality
        
        Additionals informations for Serie:
        * Season
        * Episode
        
        Optionals informations:
        * Sites download
        * Resolution
        * Audio
        * Uploader
        * Codec
        
        
        ##Issues
        
        * Renamer
        * Handler for terminal to set option
        * GUI
        
        ##Small inspiration
        
        For Parser program:
        * GitHub : [parse-torrent-name 0.1.0](https://github.com/divijbindlish/parse-torrent-name)
        * Library : [Download](https://pypi.python.org/pypi/parse-torrent-name/)
        
        ##Contact
        
        > Pull requests, commits or issues are welcome!
        
        * Mail: petit.jonathan16@gmail.com
        * GitHub
        
        ##License
        
        MIT © Jonathan Petit
        
Keywords: parser renamer formatting python torrents torrent files file movie serie
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Natural Language :: French
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
