Skip to content

stroeb/jellyfin-plugin-autoorganize

 
 

Repository files navigation

Jellyfin AutoOrganize Plugin

Part of the Jellyfin Project

Jellyfin AutoOrganize plugin is a plugin built with .NET

Build Process

  1. Clone or download this repository

  2. Ensure you have .NET Core SDK setup and installed

  3. Build plugin with following command.

dotnet publish --configuration Release --output bin
  1. Place the resulting .dll file in a folder called plugins/ under the program data directory or inside the portable install directory

Packages

No packages published

Languages

  • C# 69.2%
  • JavaScript 21.2%
  • HTML 9.6%