medicure treat#
medicure treat [OPTIONS] COMMAND [ARGS]...
Options
- --install-completion <install_completion>#
Install completion for the specified shell.
([bash|zsh|fish|powershell|pwsh])
- --show-completion <show_completion>#
Show completion for the specified shell, to copy it or customize the installation.
([bash|zsh|fish|powershell|pwsh])
media#
Fixes video source, audio source, file name and language for all tracks.
medicure treat media [OPTIONS] IMDB_ID FILE_SEARCH_PATTERNS
VIDEO_LANGUAGE_CODE VIDEO_SOURCE VIDEO_RELEASE_FORMAT
DUBBING_SUPPLIERS [SEASON_NUMBER]
Arguments
- IMDB_ID#
IMDb id
(TEXT) [required]
- FILE_SEARCH_PATTERNS#
List of patterns for finding files, you can pass a json-like string for this argument.
(TEXT_LIST) [required]
- VIDEO_LANGUAGE_CODE#
3-letter language code for video track See https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes for available langauge codes.
(TEXT) [required]
- VIDEO_SOURCE#
Source of the video file; name of encoder or the website which video is downloaded from
(TEXT) [required]
- VIDEO_RELEASE_FORMAT#
Format of the video file eg: Blu-ray, WEBRip, etc. See https://en.wikipedia.org/wiki/Pirated_movie_release_types for available formats.
(TEXT) [required]
- DUBBING_SUPPLIERS#
List of possible dubbing suppliers, for each member of this list have you can pass a json-like string containing either list of value lists or list of dicts of keyword arguments. See the the available attributes in
medicure.DubbingSupplier(DATA_LIST) [required]
- SEASON_NUMBER#
If
IMDB_IDis a TV show, season number should be given.(INTEGER)
subtitle#
Fixes subtitle source, file name and language.
medicure treat subtitle [OPTIONS] IMDB_ID FILE_SEARCH_PATTERNS LANGUAGE_CODE
[SOURCE] [RELEASE_FORMAT] [SEASON_NUMBER]
Options
- -i, --include-full-information#
If set to set the subtitle will be converted to mks format inorder to save all subtitle information. If set to set,
SOURCEandRELEASE_FORMATshould also be given.
Arguments
- IMDB_ID#
IMDb id
(TEXT) [required]
- FILE_SEARCH_PATTERNS#
List of patterns for finding files, you can pass a json-like string for this argument.
(TEXT_LIST) [required]
- LANGUAGE_CODE#
3-letter language code for subtitle See https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes for available langauge codes.
(TEXT) [required]
- SOURCE#
Source of the subtitle file: name of author or the website which subtitle is downloaded from. This should be given only when
--include-full-informationflag is set.(TEXT)
- RELEASE_FORMAT#
Format of the video that the subtitle is sync with eg: Blu-ray, WEBRip, etc. See https://en.wikipedia.org/wiki/Pirated_movie_release_types for available formats. This should be given only when
--include-full-informationflag is set.(TEXT)
- SEASON_NUMBER#
If
IMDB_IDis a TV show season number should be given.(INTEGER)