Skip to contents

Upload posters from MediUX YAML file

Usage

upload_poster(file, section = "all")

Arguments

file

The `.yaml` file containing the MediUX poster definitions.

section

Which section of the file you want to update. By default, all sections are processed. Accepts `"movies"`, `"shows"`, or `"all"`.

Value

Prints a message for each poster indicating whether it was successfully uploaded.

Examples

if (FALSE) { # \dontrun{
upload_poster("test.yaml")
} # }