forked from joaomatossilva/OSDB.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
125 lines (92 loc) · 2.74 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
_______ _______ ______ ______ _ _______ _________
( ___ )( ____ \( __ \ ( ___ \ ( ( /|( ____ \\__ __/
| ( ) || ( \/| ( \ )| ( ) ) | \ ( || ( \/ ) (
| | | || (_____ | | ) || (__/ / | \ | || (__ | |
| | | |(_____ )| | | || __ ( | (\ \) || __) | |
| | | | ) || | ) || ( \ \ | | \ || ( | |
| (___) |/\____) || (__/ )| )___) )_ | ) \ || (____/\ | |
(_______)\_______)(______/ |/ \___/(_)|/ )_)(_______/ )_(
TOC
1. Introduction
2. Building/Installing
3. OSDB Coverage Status
4. RoadMap
5. Version History
1. Introduction
-----------------------
OSDB.net is a .Net library to wrap the OSDB (Open Subtitles Database) protocol
described here: http://trac.opensubtitles.org/projects/opensubtitles/wiki/OSDb
2. 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/kappy/OSDB.net.git and you can open the OSDB.sln
file in Visual Studio 2010.
3. OSDB Coverage Status
------------------------
- Fully Supported Methods:
ServerInfo
LogOut
SearchSubtitles
CheckSubHash
CheckMovieHash
GetSubLanguages
SearchMoviesOnIMDB
GetIMDBMovieDetails
NoOperation
GetComments
DetectLanguage (seems buggy)
ReportWrongMovieHash
- Half Supported Methods:
LogIn ( missing user, only anonymous supported )
- Not yet Supported:
SearchToMail
InsertMovieHash
TryUploadSubtitles
UploadSubtitles
DownloadSubtitles ( download is done directly by http)
InsertMovie
SubtitlesVote
AddComment
AddRequest
- Will not be implemented (this method are program specific 'subdownloader' or 'oscar'):
GetAvailableTranslations
GetTranslation
AutoUpdate
4. RoadMap
------------------------
v1.0 - Fisrt Realease
tentative release date: N/A
For this version the library should be very well tested and should have a coverage
of the OSDB protocol of 100%
----
v0.6
tentative release date: N/A
Refactoring of internal aplication. This version should the the final official release
----
v0.5
tentative release date: N/A
Added upload and new movies insert coverage
----
v0.4
tentative release date: 2011-10-30
This version should include logged users only available methods
5. Version History
-----------------------
v0.3 - 2011-10-04
Increased OSDB coverage on methods:
-NoOperation
-GetComments
-DetectLanguage (seems buggy)
-ReportWrongMovieHash
v0.2 - 2011-09-29
Increased OSDB coverage on methods:
-CheckSubHash
-CheckMovieHash
-GetSubLanguages
-SearchMoviesOnImdb
-GetIMDBMovieDetails
v0.1 - 2011-09-27
First relase.
OSDB Coverage only limited to anonymous login and search subtitles from hash