gitextract_ym0oggb9/ ├── .github/ │ └── workflows/ │ └── main.yml ├── .gitignore ├── Jellyfin.Plugin.Intros/ │ ├── Configuration/ │ │ ├── PluginConfiguration.cs │ │ └── config.html │ ├── IntroManager.cs │ ├── IntroProvider.cs │ ├── Jellyfin.Plugin.Intros.csproj │ ├── Plugin.cs │ └── VimeoConfig.cs ├── Jellyfin.Plugin.Intros.sln ├── LICENSE ├── README.md ├── build.yaml └── manifest.json