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