Type: Package Package: tauturri Title: Get Data Out of 'Tautulli' (Formerly 'PlexPy') Version: 0.3.1 Authors@R: person("Lukas Burk", , , "github@quantenbrot.de", role = c("aut", "cre")) Description: 'Tautulli' () is a monitoring application for 'Plex' Media Servers () which collects a lot of data about media items and server usage such as play counts. This package interacts with the 'Tautulli' API of any specified server to get said data into R. The 'Tautulli' API documentation is available at . License: MIT + file LICENSE URL: https://github.com/jemus42/tauturri, https://jemus42.github.io/tauturri/ BugReports: https://github.com/jemus42/tauturri/issues Depends: R (>= 3.2) Imports: httr, magrittr, plyr, purrr, tibble Suggests: covr, dplyr, testthat, tidyr Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.1 Config/pak/sysreqs: libssl-dev Repository: https://jemus42.r-universe.dev Date/Publication: 2024-02-01 08:24:41 UTC RemoteUrl: https://github.com/jemus42/tauturri RemoteRef: HEAD RemoteSha: d540980a1fa7f12b386ad667c6fae4a9010329e4 NeedsCompilation: no Packaged: 2026-06-07 09:59:33 UTC; root Author: Lukas Burk [aut, cre] Maintainer: Lukas Burk