jellyfin/OpenSubtitlesHandler/Methods Implemeted.txt

40 lines
1.5 KiB
Plaintext
Raw Normal View History

List of available OpenSubtitles.org server XML-RPC methods.
2014-05-05 06:36:45 +02:00
==========================================================
Legends:
* OK: this method is fully implemented, tested and works fine.
* TODO: this method is in the plan to be added.
2019-01-13 20:45:51 +01:00
* NOT TESTED: this method added and expected to work fine but never tested.
2014-05-05 06:36:45 +02:00
* NOT WORK (x): this method added but not work. x= Description of the error.
--------------------------------------------
Method name | Status
-------------------------|------------------
LogIn | OK
LogOut | OK
NoOperation | OK
SearchSubtitles | OK
DownloadSubtitles | OK
SearchToMail | OK
TryUploadSubtitles | OK
UploadSubtitles | OK
SearchMoviesOnIMDB | OK
GetIMDBMovieDetails | OK
InsertMovie | OK
InsertMovieHash | OK
ServerInfo | OK
ReportWrongMovieHash | OK
ReportWrongImdbMovie | OK
SubtitlesVote | OK
AddComment | OK
AddRequest | OK
GetComments | OK
GetSubLanguages | OK
DetectLanguage | OK
GetAvailableTranslations | OK
GetTranslation | NOT WORK (Returns status of error 410 'Other or unknown error')
AutoUpdate | NOT WORK (Returns status: 'parse error. not well formed')
CheckMovieHash | OK
CheckMovieHash2 | OK
CheckSubHash | OK
2019-01-13 20:45:51 +01:00
--------------------------------------------