Search for Media Items
search_server(url = NULL, apikey = NULL, query, limit = 10)
| url | Server URL. |
|---|---|
| apikey | API key. |
| query | The query string to search for |
| limit | The maximum number of items to return per media type, default is |
https://github.com/Tautulli/Tautulli/blob/master/API.md#search
A list with each type of media
I would have named the function search, but you know, base::search.
# NOT RUN { search_server(query = "game of Thrones", limit = 1) # }