Skip to content

Latest commit

 

History

History
29 lines (14 loc) · 956 Bytes

README.md

File metadata and controls

29 lines (14 loc) · 956 Bytes

Subtitle Edit Plugins

You can write your own plugins for Subtitle Edit in any .NET language.

What can be done with plugins

At the moment plugins can be made in these menus: File, Tools, Sync, Translate, Spell check.

A new subtitle format can also be added via a plugin.

If you want to extend Subtitle Edit somewhere else, please open an issue.

Compiling

Please compile the plugins for the "Any CPU" platform.

Framework version: If possible compile with .NET 4.0 (can be used with 4+).

Requirements

Use Nikse.SubtitleEdit.PluginLogic as Entry point namespace, take a look here.

The DLL filename must be <classname>.dll - e.g. SyncViaOtherSubtitle.dll.

Build Status

Build .NET Framework Project