gitextract_gk3ow7nq/ ├── .editorconfig ├── .github/ │ ├── renovate.json │ └── workflows/ │ ├── build.yaml │ ├── changelog.yaml │ ├── command-dispatch.yaml │ ├── command-rebase.yaml │ ├── publish.yaml │ ├── scan-codeql.yaml │ ├── sync-labels.yaml │ └── test.yaml ├── .gitignore ├── .vscode/ │ ├── extensions.json │ ├── launch.json │ ├── settings.json │ └── tasks.json ├── Directory.Build.props ├── Jellyfin.Plugin.Template/ │ ├── Configuration/ │ │ ├── PluginConfiguration.cs │ │ └── configPage.html │ ├── Jellyfin.Plugin.Template.csproj │ └── Plugin.cs ├── Jellyfin.Plugin.Template.sln ├── LICENSE ├── README.md ├── build.yaml └── jellyfin.ruleset