The data displayed on the Tautulli home.
get_home_stats(url = NULL, apikey = NULL, grouping = 0, time_range = 30, stats_type = 0, stats_count = 5)
url | Server URL. |
---|---|
apikey | API key. |
grouping | 0 or 1 |
time_range | The time range to calculate statistics, default is |
stats_type |
|
stats_count | The number of top items to list, default is |
https://github.com/Tautulli/Tautulli/blob/master/API.md#get_home_stats
A list
of length 10, with tbl
s for each category of stats.
# NOT RUN { get_home_stats() # }