Extensions
Learn about the extension system
Extensions can add more options for features in Seanime.
They can be written in Go
, Typescript
or JavaScript
and are loaded at runtime.
Currently, you can create extensions for the following features:
- Anime torrent providers
- Manga sources
- Online streaming sources
To find out how to create an extension, check the documentation.
Find extensions
To find extensions check the community page.
Installing extensions
Shared extensions
- Go to the extensions page, click
Add an extension
and paste the URL of the extension manifest file. - Click
Check
, thenInstall
to install the extension. The extension file will be downloaded and loaded into Seanime.
Manual installation
To install an extension manually, you need to place the extension's manifest file in the extensions
directory in your Seanime data directory.
Updating extensions
- Click
Check for updates
on the extensions page to check for updates for all installed extensions.
Click multiple times to ensure all update checks were correctly performed.
- Extensions with updates will have an
Update available
tag next to them. - Click the
cog
button, thenCheck for updates
to fetch the extension's update, then clickUpdate
to install it.
If you notice "obsolete" or "incompatible" extensions, it means the extension is not compatible with the version of Seanime you're running. You can try to update the extension or contact the extension author for more information.