A third-party plugin for the Jellyfin Project
This plugin adds a metadata provider for AllMusic.
It aims to provide the following metadata:
- Artists
- Biography
- Birth/formation date
- Death/disbandment date
- Genres
- Images
- Albums
- Album artist
- Album name
- Release date
- Genres
- Critics rating
- Label
- Images
Add the MrTimscampi's Plugin Emporium repository to your Jellyfin server.
-
To build this plugin you will need .Net 5.x.
-
Build plugin with following command
dotnet publish --configuration Release --output bin
- Place the dll-file in the
plugins/allmusic
folder (you might need to create the folders) of your JF installation
To release the plugin it is recommend to use JPRM. It 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.
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.
This plugins code and packages are distributed under the GPLv3 License. See LICENSE for more information.