jellyfin/OpenSubtitlesHandler
2019-01-20 06:33:33 +01:00
..
Console ReSharper conform to 'var' settings 2019-01-13 21:37:13 +01:00
Interfaces Find+Sed BOM removal *.cs: MediaBrowser.Providers-SocketHttpListener 2019-01-13 21:03:10 +01:00
Languages Find+Sed BOM removal *.cs: MediaBrowser.Providers-SocketHttpListener 2019-01-13 21:03:10 +01:00
MethodResponses Find+Sed BOM removal *.cs: MediaBrowser.Providers-SocketHttpListener 2019-01-13 21:03:10 +01:00
Movies Find+Sed BOM removal *.cs: MediaBrowser.Providers-SocketHttpListener 2019-01-13 21:03:10 +01:00
OtherTypes Find+Sed BOM removal *.cs: MediaBrowser.Providers-SocketHttpListener 2019-01-13 21:03:10 +01:00
Properties Revert Jellyfin.Versioning, Update all versions and user agents. 2019-01-20 01:12:44 +01:00
SubtitleTypes Find+Sed BOM removal *.cs: MediaBrowser.Providers-SocketHttpListener 2019-01-13 21:03:10 +01:00
XML-RPC Reformat JustAMan review pt3 changes 2019-01-18 16:48:01 +01:00
Methods Implemeted.txt Find+Sed BOM removal *.xml,*.csproj,*,json,*.sln,*.txt 2019-01-13 21:10:15 +01:00
MovieHasher.cs ReSharper conform to 'var' settings 2019-01-13 21:37:13 +01:00
OpenSubtitles.cs Reformat JustAMan review pt3 changes 2019-01-18 16:48:01 +01:00
OpenSubtitlesHandler.csproj Fixed csproj and xml identation. 2019-01-19 15:01:16 +01:00
Readme.txt Find+Sed BOM removal *.xml,*.csproj,*,json,*.sln,*.txt 2019-01-13 21:10:15 +01:00
Utilities.cs Fix missing imports after rebase 2019-01-20 06:33:33 +01: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.