Metadata-Version: 2.1
Name: tvpy
Version: 0.0.11
Summary: 📺 TvPy
Home-page: https://github.com/gkutiel/tvpy/tree/master
Author: Gilad Kutiel
Author-email: gilad.kutiel@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: 1337x (>=1.2.3,<2.0.0)
Requires-Dist: Pillow (>=9.2.0,<10.0.0)
Requires-Dist: beautifulsoup4 (>=4.11.1,<5.0.0)
Requires-Dist: fire (>=0.4.0,<0.5.0)
Requires-Dist: fs.smbfs (>=1.0.5,<2.0.0)
Requires-Dist: libtorrent (>=2.0.7,<3.0.0)
Requires-Dist: parse-torrent-title (>=2.4,<3.0)
Requires-Dist: pyright (>=1.1.273,<2.0.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: rich (>=12.5.1,<13.0.0)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Requires-Dist: tqdm (>=4.64.0,<5.0.0)
Requires-Dist: websockets (>=10.3,<11.0)
Project-URL: Documentation, https://github.com/gkutiel/tvpy/tree/master
Project-URL: Repository, https://github.com/gkutiel/tvpy/tree/master
Description-Content-Type: text/markdown

# 📺 TvPy 
Command line tv show manager.

[![asciicast](https://asciinema.org/a/hQeLoj8lYcGtJvErlTWifdmfo.svg)](https://asciinema.org/a/hQeLoj8lYcGtJvErlTWifdmfo)

## Installation
```shell
> pip install tvpy
```

<!-- ## Get an API Key
You need to get an API key from [TMDB](https://www.themoviedb.org/settings/api) and save it as `key.txt` in your working directory. -->

## Usage
```shell
> mkdir Carnival.Row 
> tvpy Carnival.Row 
```

## Other commands

Download information from TMDB:
```shell
> mkdir Carnival.Row 
> tv-json Carnival.Row
```

Display information about a tv show:
```shell
> mkdir Carnival.Row 
> tv-info Carnival.Row
```

Download a tv show:
```shell
> mkdir Carnival.Row 
> tv-down Carnival.Row
```

Download (Hebrew) subtitles for a tv show:
```shell
> mkdir Carnival.Row 
> tv-subs Carnival.Row
```

Rename files to match the pattern `<title>.S<season>E<episode>.<ext>`
```shell
> mkdir Carnival.Row 
> tv-renm Carnival.Row
```

| :exclamation:  Danger   |
|-------------------------|

Remove unused files
```shell
> mkdir Carnival.Row 
> tv-klyn Carnival.Row
```



