Go to file
2024-05-12 08:00:21 +00:00
.github update workflows for dotnet8 2024-05-11 12:50:00 -06:00
jellyfin-plugin-anidb@dd298960b7 chore(deps): update jellyfin-plugin-anidb digest to dd29896 2024-05-11 22:16:02 +00:00
jellyfin-plugin-anilist@728c5d7223 chore(deps): update jellyfin-plugin-anilist digest to 728c5d7 2024-05-11 22:16:27 +00:00
jellyfin-plugin-anisearch@6bf7167575 chore(deps): update jellyfin-plugin-anisearch digest to 6bf7167 2024-05-12 02:09:11 +00:00
jellyfin-plugin-artwork@7f7635d047 chore(deps): update jellyfin-plugin-artwork digest to 7f7635d 2024-05-12 02:09:36 +00:00
jellyfin-plugin-bookshelf@ee331c1385 chore(deps): update jellyfin-plugin-bookshelf digest to ee331c1 2024-05-12 04:11:20 +00:00
jellyfin-plugin-coverartarchive@41e1724ed6 chore(deps): update jellyfin-plugin-coverartarchive digest to 41e1724 2024-05-12 04:11:44 +00:00
jellyfin-plugin-discogs@06d2d2bf5d chore(deps): update jellyfin-plugin-discogs digest to 06d2d2b 2024-05-12 08:00:21 +00:00
jellyfin-plugin-dlna@ec1faf9028 update submodules 2024-03-25 16:51:46 -06:00
jellyfin-plugin-fanart@e411e5cef8 update submodules 2024-03-25 16:51:46 -06:00
jellyfin-plugin-imvdb@2a7dfe78c0 update submodules 2024-03-25 16:51:46 -06:00
jellyfin-plugin-intros@f9f00f678b chore(deps): update jellyfin-plugin-intros digest to f9f00f6 2024-03-26 17:58:41 +00:00
jellyfin-plugin-kitsu@62b6877626 update submodules 2024-03-25 16:51:46 -06:00
jellyfin-plugin-kodisyncqueue@c6e41cdce9 update submodules 2024-03-25 16:51:46 -06:00
jellyfin-plugin-ldapauth@d6844b37b3 update submodules 2024-03-25 16:51:46 -06:00
jellyfin-plugin-nextpvr@4e170ab567 update submodules 2024-03-25 16:51:46 -06:00
jellyfin-plugin-opds@5e0857170e update submodules 2024-03-25 16:51:46 -06:00
jellyfin-plugin-opensubtitles@24d30df23e update submodules 2024-03-25 16:51:46 -06:00
jellyfin-plugin-playbackreporting@16db34a148 update submodules 2024-03-25 16:51:46 -06:00
jellyfin-plugin-reports@e9dfdc7c3b update submodules 2024-03-25 16:51:46 -06:00
jellyfin-plugin-sessioncleaner@075397f303 update submodules 2024-03-25 16:51:46 -06:00
jellyfin-plugin-simkl@76e4944f9b update submodules 2024-03-25 16:51:46 -06:00
jellyfin-plugin-subtitleextract@e268ddc272 update submodules 2024-03-25 16:51:46 -06:00
jellyfin-plugin-template@5f4229e0fd chore(deps): update jellyfin-plugin-template digest to 5f4229e (#248) 2024-03-29 13:23:43 -06:00
jellyfin-plugin-tmdbboxsets@dcc99788d9 update submodules 2024-03-25 16:51:46 -06:00
jellyfin-plugin-trakt@215a4d8295 update submodules 2024-03-25 16:51:46 -06:00
jellyfin-plugin-tvdb@7e0224638b update submodules 2024-03-25 16:51:46 -06:00
jellyfin-plugin-tvheadend@f710417b78 update submodules 2024-03-25 16:51:46 -06:00
jellyfin-plugin-tvmaze@ba0bc5f1e0 update submodules 2024-03-25 16:51:46 -06:00
jellyfin-plugin-vgmdb@d6345305e9 update submodules 2024-03-25 16:51:46 -06:00
jellyfin-plugin-webhook@96d9f3418c chore(deps): update jellyfin-plugin-webhook digest to 96d9f34 2024-05-11 18:50:40 +00:00
.editorconfig remove obsolete npm packageRule 2022-01-16 22:33:08 +01:00
.gitignore Add scripts that help managing plugins and their repos 2021-03-28 23:46:52 +02:00
.gitmodules actually update 2024-03-09 08:21:56 -07: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 editorconfig 2021-04-13 06:37:23 +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 Make sure to stage updated plugins 2021-04-13 08:46:54 +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.