Changes between Version 5 and Version 6 of XmlRpcIntro
- Timestamp:
- Sep 28, 2008, 1:39:54 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XmlRpcIntro
v5 v6 114 114 115 115 == Checking == 116 * [wiki:XmlRpcCheckMovieHash CheckMovieHash] - 117 * [wiki:XmlRpcCheckSubHash CheckSubHash] - 116 * [wiki:XmlRpcCheckMovieHash CheckMovieHash] - check if video files are already stored in the database 117 '''struct !CheckMovieHash(string $token, array($moviehash, $moviehash, ...) $hashes)''' 118 * [wiki:XmlRpcCheckSubHash CheckSubHash] - check if given subtitle files are already stored in the database 119 '''struct !CheckSubHash(string $token, array($subhash, $subhash, ...) $hashes)''' 118 120 119 121