Parser and Renamer for torrents files (Movies and series)
Project description
> Extract informations from torrents files
*This library is in progress.*
It’s a python library to extract infos from a torrent filename. The parser extract a maximun infos to finnaly get the movie or serie title. The infomations store in a tuple with 2 dictonaries The program use regex to get infos. In the futur the program allow to choose options to rename files. And several other features coming soon. Later the library will be transformed in a Program
Install
*Auto* ``` pip install MovieSerieTorrent ````
*Manual*
Clone repo and run setup.py in good directory. git clone https://github.com/JonathanPetit/MovieSerieTorrent cd ../MovieSerieTorrent python setup.py install
*Verify*
Verify that you have install fuzzywuzzy correctly –> GitHub
Usage
Import:
from MovieSerieTorrent import *
Paser:
Extract infos from filename and return a tuple with 2 dictionary.
Parser().parse('[ www.CpasBien.io ] Enrages.2015.FRENCH.BDRip.XViD-FUNKKY.avi')
#({'title': 'Enrages',
# 'year': '2015',
# 'languages': 'FRENCH',
# 'quality': 'BDRip',
# 'extension': 'avi'
# 'type': 'movie'},
# {'group': 'FUNKKY',
# 'sites': 'www.CpasBien.io',
# 'codec': 'XViD'})
First element from tuple : * Title * Year (Movie) * Language * Extention file * Quality * Season (Serie) * Episode (Serie)
Second element: * Sites download * Resolution * Audio * Uploader * Codec
Renamer:
Rename file with infos extract from Parser.
Renamer().preview('[ www.CpasBien.io ] Enrages.2015.FRENCH.BDRip.XViD-FUNKKY.avi')
#Enrages (2015)-FRENCH-.avi
Preview filename, but but does not rename
path = '/Users/Jonh/Movies/'
Renamer().renaming(path, '[ www.CpasBien.io ] Enrages.2015.FRENCH.BDRip.XViD-FUNKKY.avi')
#Enrages (2015)-FRENCH-.avi
Renamer().renaming(path, '[ www.CpasBien.pw ] Blindspot.S01E03.FASTSUB.VOSTFR.HDTV.XviD-ZT.avi')
#BlindspotS01E03-VOSTFR-.avi
Rename file in directory.
Formatting:
Use Parser to create a table with files.
path = '/Users/Jonh/Movies/'
Formatting().formattting(path)
Library used.
Issues
Handler for terminal to set option
Continue GUI (tkinter)
Option choose path
Imdb search for movie and serie to rename better.
Unit tests
Contact
Pull requests, commits or issues are welcome!
GitHub
License
MIT © Jonathan Petit
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file MovieSerieTorrent-1.0.15.tar.gz
.
File metadata
- Download URL: MovieSerieTorrent-1.0.15.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 12ba995c8ec58d100230808999555fd749b3f43c760eb364a42a624dba7b006a |
|
MD5 | 83d5ec2bdf2836e8b2b27509fda852a8 |
|
BLAKE2b-256 | 09a33df7b18ad0f567c9262ff3a08ebfb778761c396ad8f2798c645ef092836d |