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.
Luke Pulverenti
a3b9d33248
|
8 years ago | |
---|---|---|
.. | ||
Console | 11 years ago | |
Interfaces | 8 years ago | |
Languages | 11 years ago | |
MethodResponses | 9 years ago | |
Movies | 9 years ago | |
OtherTypes | 9 years ago | |
Properties | 9 years ago | |
SubtitleTypes | 9 years ago | |
XML-RPC | 8 years ago | |
Methods Implemeted.txt | 11 years ago | |
MovieHasher.cs | 8 years ago | |
OpenSubtitles.cs | 10 years ago | |
OpenSubtitlesHandler.csproj | 8 years ago | |
OpenSubtitlesHandler.nuget.targets | 8 years ago | |
Readme.txt | 11 years ago | |
Utilities.cs | 8 years ago | |
project.json | 8 years ago |
Readme.txt
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.