Description Usage Arguments Value Source See Also Examples
Get Plays by Date
1 2 | get_plays_by_date(url = NULL, apikey = NULL, time_range = 30,
y_axis = "plays", user_id = NULL)
|
url |
Server URL. |
apikey |
API key. |
time_range |
The number of days of data to return, default is |
y_axis |
|
user_id |
The user id to filter the data |
A tbl
with columns date
, Movies
, TV
, Music
https://github.com/Tautulli/Tautulli/blob/master/API.md#get_plays_by_date
Other Playback History: get_plays_by_dayofweek
,
get_plays_by_hourofday
,
get_plays_by_source_resolution
,
get_plays_by_stream_resolution
,
get_plays_by_stream_type
,
get_plays_per_month
1 2 3 4 | ## Not run:
get_plays_by_date(y_axis = "duration")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.