Skip to content

nunombispo/Python_TvShowsTorrenter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python TV Shows Torrenter

This script will scan a media library folder containing TvShows and parse the filenames into series and the seasons/episodes.

At the moment it will parse a folder, parse the filenames and generate a list of TvShows and the last episode

After that it will search and download a torrent from EZTV, the search is done using an API so no parsing involved.

It uses EZTV API with search for an imdb id, the parsing of files will scan for an IMDB file that contains the id, for example: American.Horror.Story.S01E01.Pilot.HDTV.XviD-FQM.VTV.imdb.1844624

Run

  1. Install dependencies:
python -m pip install -r requirements.txt
python -m playwright install chromium
  1. Edit settings.json (repo root) with your media library path and download folder.

  2. Run:

python torrenter.py

Or as a module:

python -m tvshows_torrenter

Future Development

  • Add a menu to interact with the script

About

This script will scan a media library folder containing TvShows and parse the series and the seasons/episodes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages