Changes between Version 110 and Version 111 of XMLRPC
- Timestamp:
- Nov 15, 2016, 8:40:46 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XMLRPC
v110 v111 159 159 * !MatchedBy can be: moviehash, imdbid, tag, fulltext (so you know from where results comes from) 160 160 * SubTSGroup - read explanation here https://forum.opensubtitles.org/viewtopic.php?f=8&t=15669 161 * when searching by '''imdbid''' it is possible to add '''tags''' parameter. It can contain comma delimited parameters. Valid parameter is for example 'AXXO,DVD', that means it will return all subtitles for AXXO release and DVD format. See [#Supportedtags supported tags] 161 162 * For user convenience when using fulltext search, implement [#QuickSuggest] 162 163 … … 166 167 array('query' => 'south park', 'season' => 1, 'episode' => 1, 'sublanguageid'=>'all'), 167 168 array('imdbid' => '1129442', 'sublanguageid' => 'eng'), 169 array('imdbid' => '1129442', 'season' => 1, 'episode' => 1, 'tags' => 'axxo,dvd') 168 170 array('query' => 'matrix', 'sublanguageid' => 'cze,slo'), 169 171 array('moviehash' => '18379ac9af039390', 'moviebytesize' => 366876694), … … 1366 1368 1367 1369 1370 = Supported tags = 1371 1372 Tags are extracted from subtitle filenames and movie filenames. 1373 1374 '''release group tags''' - can be any release group, such as AXXO, KILLERS, FUM etc. 1375 1376 '''movie format tags''': 1377 BluRay 1378 Cam 1379 DVB 1380 DVD 1381 HD-DVD 1382 HDTV 1383 PPV 1384 Telecine 1385 Telesync 1386 TV 1387 VHS 1388 VOD 1389 WEB-DL 1390 WEBRip 1391 Workprint 1392 1393 '''other movie tags''': 1394 3D 1395 Bonus 1396 CC 1397 Classic 1398 Complete 1399 DDC 1400 Extended 1401 Extended Cut 1402 FINAL 1403 Fansub 1404 Fastsub 1405 Fix 1406 Fixed 1407 HD 1408 HDLight 1409 HQ 1410 HR 1411 LD 1412 LiNE 1413 Limited 1414 MD 1415 NF 1416 NTSC 1417 Netflix 1418 None 1419 OV 1420 PAL 1421 Proper 1422 R5 1423 RC 1424 Real 1425 Remastered 1426 Remux 1427 Repack 1428 Rerip 1429 Retail 1430 SECAM 1431 Screener 1432 Trailer 1433 Uncut 1434 Unrated 1435 VO 1436 XXX 1437 mHD