#name #tvdb #listing #series

app tvdb-ep-list

A command-line application for generating TV episode file names

21 releases

new 0.4.22 Apr 21, 2025
0.4.21 Mar 17, 2025
0.4.19 Feb 28, 2025
0.4.15 Dec 30, 2024
0.4.14 Nov 26, 2024

#353 in Images

Download history 23/week @ 2025-01-01 94/week @ 2025-01-08 28/week @ 2025-01-15 4/week @ 2025-02-05 112/week @ 2025-02-12 149/week @ 2025-02-19 153/week @ 2025-02-26 158/week @ 2025-03-05 110/week @ 2025-03-12 27/week @ 2025-03-19 68/week @ 2025-04-16

72 downloads per month

MIT/Apache

24KB
349 lines

TVDB Episode Listings

Latest Version License

tvdb-ep-list is a command line application to generate Plex-compatible episode names for use in naming files

Usage

Print an episode listing for the specified series

Usage: tvdb-ep-list [OPTIONS]

Options:
  -o, --ordering <ORDERING>  The Episode ordering to use [default: aired] [possible values: aired, dvd]
  -n, --name <NAME>          Name of a series to search for
  -i, --id <ID>              Series ID
  -l, --lang <LANG>          Language code for API Results [default: en]
  -k, --key <KEY>            Update configured API key
  -h, --help                 Print help
  -V, --version              Print version

The first time you run the application, enter your legacy API key with the -k option. This will store the key in a configuration file for future use (the file is located at $HOME/.config/tvdb-ep-list/tvdb-ep-list.toml on Linux and %APPDATA%\tvdb-ep-list\tvdb-ep-list.toml on Windows).

License

Dependencies

~7–19MB
~246K SLoC