Skip to content

This is a repository with several sample plugins for Shoko

Notifications You must be signed in to change notification settings

ShokoAnime/SamplePlugins

Repository files navigation

Sample Plugins For Shoko

Honestly, the name is pretty self-explanatory. Shoko has a plugin system, and these are here to help you get started and show off some useful tricks.

Prerequisites

Getting Started

  1. Clone the repository. Forking and cloning with GitHub
  2. Open the solution (SamplePlugins.sln) or folder with your IDE of choice. They each have their own methods for doing this.
  3. Pick a project that sounds like what you might want. Each example has different feature implementations and levels of complexity.
  4. Write some code! This may sound scary, but you'll find that it's infinitely easier to build a filename with code than it is with a custom script implementation like we had before. The best part about code is that it's really easy to ask for help. Use Google! You'll probably end up on StackOverflow, and that's a good thing.
    1. Ideally, we'll get some testing tools made, but for now, throw it in Shoko and see what it does. Shoko won't do any irreversible damage and has all of the info that Plugins can access, so it's easy to fix a mistake.
  5. Build the plugin. Some IDEs have a convenient button, but you can also just use dotnet build -c Release in the project's directory. The resulting DLL will be in bin/Release/netstandard2.0/. Grab the one that has the same name as the project (ignore Shoko.Plugins.Abstractions.dll) and put it in Shoko's plugins folder (plugins folder inside Shoko's installation directory).
  6. Start Shoko. The logs will say at the beginning of startup if the plugin was loaded successfully.
  7. Fail and try again from step 4...Welcome to programming.....

About

This is a repository with several sample plugins for Shoko

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages