Search for Media Items

search_server(url = NULL, apikey = NULL, query, limit = 10)

Arguments

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 10

Source

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

Value

A list with each type of media

Note

I would have named the function search, but you know, base::search.

Examples

# NOT RUN {
search_server(query = "game of Thrones", limit = 1)
# }