Methods Implemeted.txt 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. List of available OpenSubtitles.org server XML-RPC methods.
  2. ==========================================================
  3. Legends:
  4. * OK: this method is fully implemented, tested and works fine.
  5. * TODO: this method is in the plan to be added.
  6. * NOT TESTED: this method added and expected to work fine but never tested.
  7. * NOT WORK (x): this method added but not work. x= Description of the error.
  8. --------------------------------------------
  9. Method name | Status
  10. -------------------------|------------------
  11. LogIn | OK
  12. LogOut | OK
  13. NoOperation | OK
  14. SearchSubtitles | OK
  15. DownloadSubtitles | OK
  16. SearchToMail | OK
  17. TryUploadSubtitles | OK
  18. UploadSubtitles | OK
  19. SearchMoviesOnIMDB | OK
  20. GetIMDBMovieDetails | OK
  21. InsertMovie | OK
  22. InsertMovieHash | OK
  23. ServerInfo | OK
  24. ReportWrongMovieHash | OK
  25. ReportWrongImdbMovie | OK
  26. SubtitlesVote | OK
  27. AddComment | OK
  28. AddRequest | OK
  29. GetComments | OK
  30. GetSubLanguages | OK
  31. DetectLanguage | OK
  32. GetAvailableTranslations | OK
  33. GetTranslation | NOT WORK (Returns status of error 410 'Other or unknown error')
  34. AutoUpdate | NOT WORK (Returns status: 'parse error. not well formed')
  35. CheckMovieHash | OK
  36. CheckMovieHash2 | OK
  37. CheckSubHash | OK
  38. --------------------------------------------