Get All the Libraries-Table
get_libraries_table(url = NULL, apikey = NULL, order_column = NULL, order_dir = "desc", start = 0, length = 25, search = NULL)
url | Server URL. |
---|---|
apikey | API key. |
order_column | Optional, "added_at", "title", "container", "bitrate", "video_codec", "video_resolution", "video_framerate", "audio_codec", "audio_channels", "file_size", "last_played", "play_count" |
order_dir | "desc" (default) or "asc" |
start | Row to start from, default 0 |
length | Number of items to return, default 25 |
search | A string to search for |
A tbl
with columns section_id
and section_name
# NOT RUN { get_libraries_table() # }