jesseward / jellyfin-plugin-lastfm

LastFM plugin for the Jellyfin media system. Fork of the Emby Last.FM plug-in
178 stars 11 forks source link

Plugin repository for jellyfin-plugin-lastfm #22

Closed jesseward closed 4 years ago

jesseward commented 4 years ago

Evaluate the possibility of creating a 3rd party plugin repo for jellyfin-plugin-lastfm

See: https://jellyfin.org/posts/plugin-updates/

Protektor-Desura commented 4 years ago

I did this for my plugin. It only takes about 10-20 minutes to setup and can even be run from here on GitHub. If you have questions let me know.

jesseward commented 4 years ago

hey @Protektor-Desura , thanks. I have read through the documentation and have created some automation around the creation of the manifest file (https://github.com/jesseward/jellyfin-utilities/tree/master/manifest-generator) and publishing builds (commit still pending to this repo.).

I still need to test the repo integration with Jellyfin itself ;-) though once verified, I will commit the github-action workflow to publish builds and update the manifest

jesseward commented 4 years ago

Work for plugin repo has been completed.

Repo name: LastFM Stable Repo URL: https://jellyfin.jesseward.com/manifest.json

Details of the automation for the flow can be found in commit:https://github.com/jesseward/jellyfin-plugin-lastfm/commit/868102a036378908d4c28bd2033e1f4452d46b64

KristupasSavickas commented 4 years ago

Thanks for all the work!