Skip to content

SubtitleEdit/plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.