Go to file
2021-04-13 06:25:30 +02:00
.github add new config for category-templates 2021-03-06 22:14:34 +01:00
jellyfin-plugin-anime@4bf9b435f0 update submodules 2020-05-27 12:00:09 +09:00
jellyfin-plugin-autoorganize@f1d830f035 update submodules 2020-05-27 12:00:09 +09:00
jellyfin-plugin-bookshelf@20f090f548 update submodules 2020-05-27 12:00:09 +09:00
jellyfin-plugin-emailnotifications@2a7b7c690c update the submodules again 2020-05-27 21:07:48 +09:00
jellyfin-plugin-fanart@5e5a89b5e7 update the submodules again 2020-05-27 21:07:48 +09:00
jellyfin-plugin-gotify@fcb8fcf89b update submodules 2020-05-27 12:00:09 +09:00
jellyfin-plugin-iptv@cefac2ac3a update the submodules again 2020-05-27 21:07:48 +09:00
jellyfin-plugin-isomounter@9232d4971b update the submodules again 2020-05-27 21:07:48 +09:00
jellyfin-plugin-kodisyncqueue@e590bc0d33 update the submodules again 2020-05-27 21:07:48 +09:00
jellyfin-plugin-ldapauth@dd324bd6bf update the submodules again 2020-05-27 21:07:48 +09:00
jellyfin-plugin-nextpvr@ffabd080a1 update the submodules again 2020-05-27 21:07:48 +09:00
jellyfin-plugin-opensubtitles@3f7cf2cbd9 update submodules 2020-05-27 12:00:09 +09:00
jellyfin-plugin-playbackreporting@6706f32bde update the submodules again 2020-05-27 21:07:48 +09:00
jellyfin-plugin-pushbullet@69a1f4e1cf update the submodules again 2020-05-27 21:07:48 +09:00
jellyfin-plugin-pushover@09862cbbef update the submodules again 2020-05-27 21:07:48 +09:00
jellyfin-plugin-reports@076e0cde0c update the submodules again 2020-05-27 21:07:48 +09:00
jellyfin-plugin-serverwmc@f5a5b5c960 update submodules 2020-05-27 12:00:09 +09:00
jellyfin-plugin-slack@5a63cbcebe update the submodules again 2020-05-27 21:07:48 +09:00
jellyfin-plugin-template@9e6ec93759 update submodules 2020-05-27 12:00:09 +09:00
jellyfin-plugin-tmdbboxsets@58396b60a1 update the submodules again 2020-05-27 21:07:48 +09:00
jellyfin-plugin-trakt@f8b9d914b1 update the submodules again 2020-05-27 21:07:48 +09:00
jellyfin-plugin-tvheadend@394acf5a25 update the submodules again 2020-05-27 21:07:48 +09:00
.gitignore Add scripts that help managing plugins and their repos 2021-03-28 23:46:52 +02:00
.gitmodules initial commit 2020-05-25 18:10:24 +09:00
build_all.sh Add scripts that help managing plugins and their repos 2021-03-28 23:46:52 +02:00
build_plugin.sh Add scripts that help managing plugins and their repos 2021-03-28 23:46:52 +02:00
README.md Add scripts that help managing plugins and their repos 2021-03-28 23:46:52 +02:00
show_drafts.sh show_drafts: only run hub once per submodule 2021-04-13 06:25:30 +02:00
show_issues.sh Add scripts that help managing plugins and their repos 2021-03-28 23:46:52 +02:00
show_pullrequests.sh Add scripts that help managing plugins and their repos 2021-03-28 23:46:52 +02:00
update_submodules.py Add scripts that help managing plugins and their repos 2021-03-28 23:46:52 +02:00

Plugin tools

Dependencies

  • hub
  • jprm (building)
  • dotnet (building)
  • git
  • bash
  • python3

Tools

  • build_all.sh Builds (and publishes) all plugins.
  • build_plugin.sh Builds (and publishes) a single plugin.
  • show_drafts.sh Lists draft releases prepared by release-drafter.
  • show_issues.sh Lists all open issues on the plugin repositories.
  • show_pullrequests.sh Lists all open pull-requests on the plugin repositories.
  • update_submodules.py Updates sub-modules, adds new plugins from the org, and removes archived/moved ones.