Skip to content

gkutiel/tvpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📺📺 TvPy 🥧🥧

Manage TV shows from the terminal.

demo

Installation

> pip install tvpy

Usage

> mkdir The.Peripheral 
> tvpy The.Peripheral 

Other commands

Download information from TMDB:

> mkdir The.Peripheral 
> tv-json The.Peripheral

Display information about a tv show:

> mkdir The.Peripheral 
> tv-info The.Peripheral

Download a tv show:

> mkdir The.Peripheral 
> tv-download The.Peripheral

Download subtitles for a tv show:

> mkdir The.Peripheral 
> tv-subs The.Peripheral

Rename files to match the pattern <title>.S<season>E<episode>.<ext>

> mkdir The.Peripheral 
> tv-rename The.Peripheral
⚠️ Danger
Remove unused files
> mkdir The.Peripheral 
> tv-clean The.Peripheral

Configuration

A small .tvpy.toml configuration file is located at your home directory. Its content looks like that:

lang = "English"
follow = []

lang determines the subtitle language. follow is a list of TV shows you are watching.

About

📺 Command line tv show manager.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages