Get Plays by Hour of Day

get_plays_by_hourofday(url = NULL, apikey = NULL, time_range = 30,
  y_axis = "plays", user_id = NULL)

Arguments

url

Server URL.

apikey

API key.

time_range

The number of days of data to return, default is 30.

y_axis

"plays" (default) or "duration"

user_id

The user id to filter the data

Source

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

Value

A tbl with columns hour, Movies, TV, Music

See also

Examples

# NOT RUN {
get_plays_by_hourofday()
# }