get_recently_added: Get Recently Added Media Items

View source: R/get_recently_added.R

get_recently_addedR Documentation

Get Recently Added Media Items

Description

Get Recently Added Media Items

Usage

get_recently_added(
  url = NULL,
  apikey = NULL,
  count = 10,
  section_id = NULL,
  start = NULL
)

Arguments

url

Server URL.

apikey

API key.

count

The number of items to return, default is 10.

section_id

Optional. The id of the Plex library section, e.g. '1“

start

Optional. The item number to start at, e.g. 0

Value

A tbl with count rows and 18 columns.

Source

https://github.com/Tautulli/Tautulli/blob/master/API.md#get_recently_added

Examples

## Not run: 
get_recently_added(section_id = 1)

## End(Not run)

jemus42/tauturri documentation built on Feb. 7, 2024, 2 a.m.