VGMdb provider for Jellyfin
Go to file
2024-03-25 16:50:34 -06:00
.github add unstable workflow 2024-03-25 16:50:34 -06:00
Jellyfin.Plugin.Vgmdb Fix double slash in API URL's causing the plugin to never work (#20) 2023-12-21 14:36:57 -07:00
.gitignore add unstable workflow 2024-03-25 16:50:34 -06:00
build.yaml Bump version to 3 (#21) 2023-12-21 14:43:42 -07:00
Directory.Build.props Bump version to 3 (#21) 2023-12-21 14:43:42 -07:00
Jellyfin.Plugin.Vgmdb.sln Clean up folder structure, remove warnings 2022-03-19 09:58:20 -06:00
jellyfin.ruleset Clean up folder structure, remove warnings 2022-03-19 09:58:20 -06:00
LICENSE Add GPL3 license 2020-11-17 22:20:25 +01:00
README.md Add README 2019-12-20 21:58:02 +01:00

Jellyfin VGMdb

Plugins that adds support for VGMdb to music libraries. Can provide both images and metadata for artists and albums.

Building

This plugin uses dotnet core and is developed in Visual Studio Code and JetBrains Rider. To build the plugin DLL run dotnet publish. A file called Jellyfin.Plugin.Vgmdb.dll will be created in the bin\Debug\netcoreapp2.1 folder.1