#filename #episode #tv #tvdb #naming #name #file

app tvdb-ep-list

A command-line application for generating TV episode file names

16 releases

new 0.4.16 Jan 13, 2025
0.4.15 Dec 30, 2024
0.4.14 Nov 26, 2024
0.4.8 Oct 18, 2024
0.4.4 Aug 21, 2024

#22 in Multimedia

Download history 139/week @ 2024-09-18 49/week @ 2024-09-25 141/week @ 2024-10-02 26/week @ 2024-10-09 130/week @ 2024-10-16 9/week @ 2024-10-23 131/week @ 2024-10-30 16/week @ 2024-11-06 225/week @ 2024-11-13 270/week @ 2024-11-20 188/week @ 2024-11-27 42/week @ 2024-12-04 23/week @ 2024-12-11 109/week @ 2024-12-25 23/week @ 2025-01-01

161 downloads per month

MIT/Apache

23KB
348 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
~245K SLoC