tvdb-ep-list

Crates.iotvdb-ep-list
lib.rstvdb-ep-list
version
sourcesrc
created_at2024-08-08 00:20:26.452358
updated_at2024-12-30 14:51:23.498619
descriptionA command-line application for generating TV episode file names
homepagehttps://github.com/bladepoint6969/tvdb-ep-list
repositoryhttps://github.com/bladepoint6969/tvdb-ep-list
max_upload_size
id1328920
Cargo.toml error:TOML parse error at line 24, column 1 | 24 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Ben Buckley (bladepoint6969)

documentation

README

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

Commit count: 124

cargo fmt