With Sublight plugin you can add support for different subtitle databases.
Sublight currently includes Sublight.Plugins.SubtitleProvider.BuiltIn.dll plugin which adds
support for following databases:
- OpenSubtitles.org,
- Podnapisi.NET,
- DivxFinland.org,
- subdivx.com and
- divx-titlovi.com.
If you are .NET developer you can create your own plugin. You will need to:
- create new assembly which has reference to
Sublight.Plugins.SubtitleProvider.dll,
- implement
Sublight.Plugins.SubtitleProvider.ISubtitleProvider interface,
- copy your plugin to {Sublight folder}\Plugins
Here are some links with examples: