Go to file
2022-01-16 22:33:08 +01:00
.github remove obsolete npm packageRule 2022-01-16 22:33:08 +01:00
jellyfin-plugin-anidb@cc8b7dd393 Updated plugin submodules 2021-09-30 20:04:06 +02:00
jellyfin-plugin-anilist@2c78b46fa8 More analyze 2021-11-06 11:45:58 -06:00
jellyfin-plugin-anisearch@d88c2f1a67 More analyze 2021-11-06 11:45:58 -06:00
jellyfin-plugin-artwork@205b2061e3 More analyze 2021-11-06 11:45:58 -06:00
jellyfin-plugin-autoorganize@73cc10464f Updated plugin submodules 2021-07-11 14:03:04 +02:00
jellyfin-plugin-bookshelf@79a51dda5e Support 10.8 2021-11-06 14:02:37 -06:00
jellyfin-plugin-coverartarchive@a608ecca21 More analyze 2021-11-06 11:45:58 -06:00
jellyfin-plugin-fanart@fb89532f48 More analyze 2021-11-06 11:45:58 -06:00
jellyfin-plugin-kitsu@d68cab6a80 More analyze 2021-11-06 11:45:58 -06:00
jellyfin-plugin-kodisyncqueue@8226b82fbb More analyze 2021-11-06 11:45:58 -06:00
jellyfin-plugin-ldapauth@df1dcb3248 More analyze 2021-11-06 11:45:58 -06:00
jellyfin-plugin-musicbrainz@6c0b723999 Updated plugin submodules 2021-07-11 14:03:04 +02:00
jellyfin-plugin-nextpvr@5f0eff71c8 Updated plugin submodules 2021-09-06 19:31:09 +02:00
jellyfin-plugin-omdb@01f4d734d6 Updated plugin submodules 2021-09-06 19:31:09 +02:00
jellyfin-plugin-opds@1a4a430285 More analyze 2021-11-06 11:45:58 -06:00
jellyfin-plugin-opensubtitles@80d0574f93 More analyze 2021-11-06 11:45:58 -06:00
jellyfin-plugin-playbackreporting@581a86ade0 10.8 support 2021-11-06 14:14:21 -06:00
jellyfin-plugin-reports@709a3c3ae2 Updated plugin submodules 2021-07-11 14:03:04 +02:00
jellyfin-plugin-template@61fe677f69 Updated plugin submodules 2021-04-13 08:44:00 +02:00
jellyfin-plugin-tmdb@d311b35efb Updated plugin submodules 2021-07-11 14:03:04 +02:00
jellyfin-plugin-tmdbboxsets@d1b213ad29 More analyze 2021-11-06 11:45:58 -06:00
jellyfin-plugin-trakt@f952dc6c7d More analyze 2021-11-06 11:45:58 -06:00
jellyfin-plugin-tvdb@9dc882af0b More analyze 2021-11-06 11:45:58 -06:00
jellyfin-plugin-tvheadend@da7932f6fb More analyze 2021-11-06 11:45:58 -06:00
jellyfin-plugin-tvmaze@ca1c23fd2e More analyze 2021-11-06 11:45:58 -06:00
jellyfin-plugin-webhook@1284f415af More analyze 2021-11-06 11:45:58 -06: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 Updated plugin submodules 2021-09-30 20:04:06 +02: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.