SYNO.VideoStation2.AcrossLibrary
<p><strong>简要描述:</strong> </p>
<ul>
<li>视频库</li>
</ul>
<p><strong>API:</strong> </p>
<ul>
<li><code>SYNO.VideoStation2.AcrossLibrary</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">policy</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>top_rating</td>
</tr>
<tr>
<td style="text-align: left;">limit</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>20 (一页数量)</td>
</tr>
<tr>
<td style="text-align: left;">additional</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>["summary","poster_mtime","backdrop_mtime","file"]</td>
</tr>
<tr>
<td style="text-align: left;">methos</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>list_movie</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"data": {
"movie": [
{
"additional": {
"backdrop_mtime": "2019-10-05 18:08:15.049295",
"file": [
{
"audio_bitrate": 125312,
"audio_codec": "aac_lc",
"channel": 2,
"container_type": "mp4",
"display_x": 1920,
"display_y": 1080,
"duration": "0:23:00",
"ff_video_profile": 100,
"filesize": 663596816,
"frame_bitrate": 3846078,
"frame_rate_den": 1001,
"frame_rate_num": 24000,
"frequency": 48000,
"id": 1,
"path": "/volume1/video/功夫熊猫之师傅的秘密.Secrets.of.the.Masters.2011.BDrip.1080P-172HD.mp4",
"position": 0,
"resolutionx": 1920,
"resolutiony": 1080,
"rotation": 0,
"sharepath": "/video/功夫熊猫之师傅的秘密.Secrets.of.the.Masters.2011.BDrip.1080P-172HD.mp4",
"video_bitrate": 3717037,
"video_codec": "h264",
"video_level": 41,
"video_profile": 3,
"watched_ratio": 0
}
],
"poster_mtime": "2019-10-05 18:08:11.930309",
"summary": "Po and the Furious Five uncover the legend of three of kung fu's greatest heroes: Master Thundering Rhino, Master Storming Ox, and Master Croc.",
"watched_ratio": 0
},
"certificate": "NR",
"create_time": 1570298889,
"id": 2,
"last_watched": 1570310621,
"library_id": 0,
"mapper_id": 3,
"original_available": "2011-12-12",
"rating": 64,
"sort_title": "Kung Fu Panda: Secrets of the Masters",
"tagline": "An All-New Awesome Adventure!",
"title": "Kung Fu Panda: Secrets of the Masters"
},
{
"additional": {
"file": [
{
"audio_bitrate": 45292,
"audio_codec": "aac_lc",
"channel": 1,
"container_type": "mp4",
"display_x": 368,
"display_y": 368,
"duration": "0:00:15",
"ff_video_profile": 100,
"filesize": 888798,
"frame_bitrate": 459801,
"frame_rate_den": 1,
"frame_rate_num": 25,
"frequency": 44100,
"id": 2,
"path": "/volume1/video/WeChatSight12898.mp4",
"position": 0,
"resolutionx": 368,
"resolutiony": 368,
"rotation": 0,
"sharepath": "/video/WeChatSight12898.mp4",
"video_bitrate": 409850,
"video_codec": "h264",
"video_level": 21,
"video_profile": 3,
"watched_ratio": 0
}
],
"watched_ratio": 0
},
"certificate": "",
"create_time": 1570310737,
"id": 3,
"last_watched": 0,
"library_id": 0,
"mapper_id": 5,
"original_available": "0",
"rating": -1,
"sort_title": "WeChatSight12898",
"tagline": "",
"title": "WeChatSight12898"
}
]
},
"success": true
}
</code></pre>