VGMdb provider for Jellyfin
Go to file
2024-05-11 13:31:46 -06:00
.github add unstable workflow 2024-03-25 16:50:34 -06:00
Jellyfin.Plugin.Vgmdb 10.9 (#23) 2024-05-11 13:26:41 -06:00
.gitignore add unstable workflow 2024-03-25 16:50:34 -06:00
build.yaml Prepare for release v4 (#24) 2024-05-11 13:31:46 -06:00
Directory.Build.props Prepare for release v4 (#24) 2024-05-11 13:31:46 -06: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