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

app tvdb-ep-list

A command-line application for generating TV episode file names

11 releases

new 0.4.11 Nov 14, 2024
0.4.10 Nov 14, 2024
0.4.8 Oct 18, 2024
0.4.6 Sep 23, 2024
0.4.4 Aug 21, 2024

#22 in Multimedia

Download history 127/week @ 2024-08-05 288/week @ 2024-08-12 165/week @ 2024-08-19 3/week @ 2024-08-26 131/week @ 2024-09-02 15/week @ 2024-09-16 174/week @ 2024-09-23 126/week @ 2024-09-30 48/week @ 2024-10-07 125/week @ 2024-10-14 15/week @ 2024-10-21 107/week @ 2024-10-28 41/week @ 2024-11-04 217/week @ 2024-11-11

393 downloads per month

MIT/Apache

23KB
344 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
~249K SLoC