You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jellyfin/OpenSubtitlesHandler
Erwin de Haan 65bd052f3e
ReSharper conform to 'var' settings
5 years ago
..
Console ReSharper conform to 'var' settings 5 years ago
Interfaces Find+Sed BOM removal *.cs: MediaBrowser.Providers-SocketHttpListener 5 years ago
Languages Find+Sed BOM removal *.cs: MediaBrowser.Providers-SocketHttpListener 5 years ago
MethodResponses Find+Sed BOM removal *.cs: MediaBrowser.Providers-SocketHttpListener 5 years ago
Movies Find+Sed BOM removal *.cs: MediaBrowser.Providers-SocketHttpListener 5 years ago
OtherTypes Find+Sed BOM removal *.cs: MediaBrowser.Providers-SocketHttpListener 5 years ago
Properties Merge branch 'dev' into code-cleanup 5 years ago
SubtitleTypes Find+Sed BOM removal *.cs: MediaBrowser.Providers-SocketHttpListener 5 years ago
XML-RPC ReSharper conform to 'var' settings 5 years ago
Methods Implemeted.txt Find+Sed BOM removal *.xml,*.csproj,*,json,*.sln,*.txt 5 years ago
MovieHasher.cs ReSharper conform to 'var' settings 5 years ago
OpenSubtitles.cs ReSharper conform to 'var' settings 5 years ago
OpenSubtitlesHandler.csproj Find+Sed BOM removal *.xml,*.csproj,*,json,*.sln,*.txt 5 years ago
Readme.txt Find+Sed BOM removal *.xml,*.csproj,*,json,*.sln,*.txt 5 years ago
Utilities.cs ReSharper conform to 'var' settings 5 years ago

Readme.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

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.