jellyfin-plugin-opensubtitles/OpenSubtitlesHandler
2021-03-14 08:18:34 -06:00
..
Console Move the OpenSubtitleHandlers project out of the plugins project folder 2019-04-24 15:10:52 +02:00
Interfaces Move the OpenSubtitleHandlers project out of the plugins project folder 2019-04-24 15:10:52 +02:00
Languages Move the OpenSubtitleHandlers project out of the plugins project folder 2019-04-24 15:10:52 +02:00
MethodResponses Move the OpenSubtitleHandlers project out of the plugins project folder 2019-04-24 15:10:52 +02:00
Movies Move the OpenSubtitleHandlers project out of the plugins project folder 2019-04-24 15:10:52 +02:00
OtherTypes Move the OpenSubtitleHandlers project out of the plugins project folder 2019-04-24 15:10:52 +02:00
SubtitleTypes Move the OpenSubtitleHandlers project out of the plugins project folder 2019-04-24 15:10:52 +02:00
XML-RPC Move the OpenSubtitleHandlers project out of the plugins project folder 2019-04-24 15:10:52 +02:00
Methods Implemeted.txt Move the OpenSubtitleHandlers project out of the plugins project folder 2019-04-24 15:10:52 +02:00
MovieHasher.cs Cleanup code 2020-11-28 17:17:04 -06:00
OpenSubtitles.cs Preventing too many requests being sent. 2019-10-03 11:13:43 -05:00
OpenSubtitlesHandler.csproj Add analyzers 2021-03-14 08:18:34 -06:00
Readme.txt Move the OpenSubtitleHandlers project out of the plugins project folder 2019-04-24 15:10:52 +02:00
Utilities.cs Apply suggestions from code review 2020-11-28 18:26:20 -06:00

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

OpenSubtitlesHandler
====================
This project is for OpenSubtitles.org integration. The point is to allow user to access OpenSubtitles.org database directly
within ASM without the need to open internet browser.
The plan: Implement the "OSDb protocol" http://trac.opensubtitles.org/projects/opensubtitles/wiki/OSDb

Copyright:
=========
This library ann all its content are written by Ala Ibrahim Hadid.
Copyright © Ala Ibrahim Hadid 2013
mailto:ahdsoftwares@hotmail.com

Resources:
==========
* GetHash.dll: this dll is used to compute hash for movie.
  For more information please visit http://trac.opensubtitles.org/projects/opensubtitles/wiki/HashSourceCodes#C2

XML_RPC:
========
This class is created to generate XML-RPC requests as XML String. All you need is to call XML_RPC.Generate() method.