jellyfin/OpenSubtitlesHandler
Erwin de Haan 9014e16037 Visual Studio Reformat: OpenSubtitlesHandler 2019-01-13 20:27:11 +01:00
..
Console remove trailing whitespace 2019-01-07 23:27:46 +00:00
Interfaces Visual Studio Reformat: OpenSubtitlesHandler 2019-01-13 20:27:11 +01:00
Languages check in open subtitles stub 2014-05-05 00:36:45 -04:00
MethodResponses Visual Studio Reformat: OpenSubtitlesHandler 2019-01-13 20:27:11 +01:00
Movies Visual Studio Reformat: OpenSubtitlesHandler 2019-01-13 20:27:11 +01:00
OtherTypes Remove unused code... 2016-03-27 23:11:27 +02:00
Properties Merge branch 'dev' into code-cleanup 2019-01-11 12:50:36 +01:00
SubtitleTypes Visual Studio Reformat: OpenSubtitlesHandler 2019-01-13 20:27:11 +01:00
XML-RPC Visual Studio Reformat: OpenSubtitlesHandler 2019-01-13 20:27:11 +01:00
Methods Implemeted.txt check in open subtitles stub 2014-05-05 00:36:45 -04:00
MovieHasher.cs switch to using 2016-10-27 17:38:10 -04:00
OpenSubtitles.cs Visual Studio Reformat: OpenSubtitlesHandler 2019-01-13 20:27:11 +01:00
OpenSubtitlesHandler.csproj Change libraries from netcoreapp to netstandard 2018-12-12 21:39:22 +01:00
Readme.txt check in open subtitles stub 2014-05-05 00:36:45 -04:00
Utilities.cs Visual Studio Reformat: OpenSubtitlesHandler 2019-01-13 20:27:11 +01:00

Readme.txt

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.