Jellyfin Discogs Plugin
Go to file
jellyfin-bot 06d2d2bf5d
Prepare for release v1.0.0 (#4)
Co-authored-by: Cody Robibero <cody@robibe.ro>
2024-05-11 13:24:01 -06:00
.github add unstable workflow 2024-03-25 16:50:34 -06:00
.vscode Initial plugin changes 2024-01-02 16:02:57 +01:00
Jellyfin.Plugin.Discogs 10.9 (#7) 2024-05-11 13:17:58 -06:00
.editorconfig Initial commit 2024-01-02 15:28:06 +01:00
.gitignore add unstable workflow 2024-03-25 16:50:34 -06:00
build.yaml Prepare for release v1.0.0 (#4) 2024-05-11 13:24:01 -06:00
Directory.Build.props Prepare for release v1.0.0 (#4) 2024-05-11 13:24:01 -06:00
Jellyfin.Plugin.Discogs.sln Somewhat working now 2024-01-02 19:52:08 +01:00
jellyfin.ruleset Initial commit 2024-01-02 15:28:06 +01:00
LICENSE Initial commit 2024-01-02 15:28:06 +01:00
README.md Add README based on musicbrainz plugin README 2024-01-27 22:55:39 +01:00

Jellyfin Discogs Plugin

Part of the Jellyfin Project

Plugin Banner

GitHub Workflow Status GPLv3 License Current Release

About

This plugin adds the metadata provider for Discogs

Installation

See the official documentation for install instructions.

Build

  1. To build this plugin you will need .Net 6.x.

  2. Build plugin with following command

dotnet publish --configuration Release --output bin
  1. Place the dll-file in the plugins/discogs folder (you might need to create the folders) of your JF install

Releasing

To release the plugin we recommend JPRM that will build and package the plugin. For additional context and for how to add the packaged plugin zip to a plugin manifest see the JPRM documentation for more info.

Contributing

We welcome all contributions and pull requests! If you have a larger feature in mind please open an issue so we can discuss the implementation before you start. In general refer to our contributing guidelines for further information.

Licence

This plugins code and packages are distributed under the GPLv3 License. See LICENSE for more information.