OSDB.net icon indicating copy to clipboard operation
OSDB.net copied to clipboard

OSDB implementation for .Net (OpenSubtitles.org)


( ___ )( ____ ( __ \ ( ___ \ ( ( /|( ____ \__ / | ( ) || ( /| ( \ )| ( ) ) | \ ( || ( / ) (
| | | || (
___ | | ) || (/ / | \ | || ( | |
| | | |(_____ )| | | || __ ( | (\ ) || ) | |
| | | | ) || | ) || ( \ \ | | \ || ( | |
| (
) |/_) || (/ )| )) ) | ) \ || (/\ | |
(
)_)(/ |/ _/()|/ ))(_____/ )(

TOC

  1. Introduction

  2. Building/Installing

  3. OSDB Coverage Status

  4. Introduction


OSDB.net is a .Net library to wrap the OSDB (Open Subtitles Database) protocol described here: https://forum.opensubtitles.org/viewtopic.php?f=8&t=16453&sid=f821df068da21f743a0e89a36827e8a1

  1. Building/Installing

The fastest and cleaner way to install this library is using the NuGet tool: PM> Install-Package OSDBnet

If you want to compile it from source, first download/fork/clone directly from the repository git://github.com/joaomatossilva/OSDB.net.git and you can open the OSDBnet.sln file in Visual Studio.

  1. OSDB Coverage Status

Only the REST api is supported. For the legacy xmlrpc version see the 0.4.0 version (https://www.nuget.org/packages/OSDBnet/0.4.0)