getVideoInfo
Returns details for a video.
Categories:
http://your-server/rest/getVideoInfo
Since 1.14.0
Returns details for a video, including information about available audio tracks, subtitles (captions) and conversions.
Parameters
Parameter | Req. | OpenS. | Default | Comment |
---|---|---|---|---|
id |
Yes | The video ID. |
Example
http://your-server/rest/getVideoInfo.view?id=123&u=demo&p=demo&v=1.13.0&c=AwesomeClientName&f=json
Result
A subsonic-response
element with a nested videoInfo
element on success.
// TODO
// TODO
Field | Type | Req. | OpenS. | Details |
---|---|---|---|---|
videoInfo |
videoInfo |
Yes | The song |
Last modified March 31, 2023: Remove "Reference" level (0e00cdd)