Changes between Version 11 and Version 12 of XMLRPC
- Timestamp:
- Sep 10, 2008, 8:14:09 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XMLRPC
v11 v12 549 549 id is idmovie in opensubtitles.org movie database for inserted movie. You can use it later for uploading subtitles. 550 550 551 == !SubtitlesVote == 552 '''array !SubtitlesVote( $token, array('idsubtitle' => $idsubtitle, 'score' => $score) )''' 553 554 Allows logged users vote for subtitles. Score must be from interval 1 to 10. If user will vote more than 1 time for same subtitles, next votes will be not counted. 555 556 Example output: 557 {{{ 558 [status] => 200 OK 559 [data] => Array 560 ( 561 [SubRating] => 8.0 562 [SubSumVotes] => 1 563 [IDSubtitle] => 3331501 564 ) 565 566 [seconds] => 0.075 567 }}} 568 569 '''Fields explanation:''' 570 SubRating is average subrating for given subtitles. SubSumVotes is how much times was voted for subtitles. 571 551 572 552 573 == !AutoUpdate ==