knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

radarrr

CRAN status Lifecycle: experimental R-CMD-check

The goal of radarrr is to get movies out of Radarr. The API is documented here.

At this point, the package only provides one function: get_movies, which returns a tibble of all the movies Radarr knows about. Nothing less, nothing more, because that's the only thing I'm really interested in with the Radarr API.

Installation

remotes::install_github("jemus42/radarrr")

To use it, it's easiest to supply your API credentials via ~/.Renviron, like so:

# radarr
radarr_url=http://radarr.mydomain.tld
radarr_apikey=thisisanalphanumericstring


jemus42/radarrr documentation built on July 22, 2021, 9:42 a.m.