get_libraries_table: Get All the Libraries-Table

Description Usage Arguments Value Examples

Description

Get All the Libraries-Table

Usage

1
2
get_libraries_table(url = NULL, apikey = NULL, order_column = NULL,
  order_dir = "desc", start = 0, length = 25, search = NULL)

Arguments

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

Value

A tbl with columns section_id and section_name

Examples

1
2
3
4
## Not run: 
get_libraries_table()

## End(Not run)

tauturri documentation built on May 2, 2019, 1:07 p.m.