knackebrot / jellyfin-plugin-enigma2

Creative Commons Zero v1.0 Universal
25 stars 8 forks source link

Add easy way to install and update plugin #19

Closed 4n4n4s closed 1 year ago

4n4n4s commented 1 year ago

Added a manifest.json which allows you to easily install the plugin on your jellyfin server.

When updating the plugin you can add a new release by filling out the "versions" block in the manifest.json like

{
    "checksum": "97bbf70d09c6a0565d92c5735feed33d",
    "changelog": "Jellyfin 10.8 compatibility",
    "targetAbi": "10.8.0.0",
    "sourceUrl": "https://github.com/knackebrot/jellyfin-plugin-enigma2/releases/download/5.0.0.0/Jellyfin.Plugin.Enigma2.zip",
    "timestamp": "2022-06-29 00:00:00",
    "version": "5.0.0.0"
  }

Checksum is a MD5 hash of the zip file

4n4n4s commented 1 year ago

@knackebrot did you have time to check this already? In case there are already some changes that you did that are worth a new release it would be great if you could create one. thx 👍

knackebrot commented 1 year ago

@4n4n4s Thanks for the PR, but it's already here: https://github.com/knackebrot/jellyfin-repo/