Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Prowlarr plugin for Buildarr #2

Merged
merged 27 commits into from
Apr 7, 2023
Merged

Create Prowlarr plugin for Buildarr #2

merged 27 commits into from
Apr 7, 2023

Conversation

Callum027
Copy link
Member

@Callum027 Callum027 commented Apr 1, 2023

This MR adds the initial implementation of the Prowlarr plugin.

Here are some highlights:

  • Compatible with Prowlarr v1.0 onwards
  • Prints an easy-to-understand error message that recommends setting the API key in the configuration, if it could not be fetched due to authentication being enabled in the Prowlarr instance
  • Uses the semi-automatically generated prowlarr-py library for interfacing with the Prowlarr API
  • Update requests for most resources are based on the API schemas so the incoming JSON objects are in the format Prowlarr's web client typically produces
  • Generic indexer configuration object for managing an indexer of any type (necessary when there are over 500 unique types available, and even ones using the same implementation have unique fields among them)
  • Supports Buildarr instance links with the Sonarr plugin when connecting Sonarr applications to Prowlarr
  • At least one resource of every type has been tested to work properly (not all resources have been tested, but I'm much more confident they work properly)
  • Some improvements in the implementation of the plugin source that are planned to be done on the Sonarr plugin as well
  • Full documentation that will be integrated into the Buildarr website

@Callum027 Callum027 added the enhancement New feature or request label Apr 1, 2023
@Callum027 Callum027 added this to the v0.1.0 milestone Apr 1, 2023
@Callum027 Callum027 self-assigned this Apr 1, 2023
@Callum027 Callum027 linked an issue Apr 1, 2023 that may be closed by this pull request
@Callum027 Callum027 marked this pull request as ready for review April 7, 2023 11:33
@Callum027 Callum027 merged commit a51983c into main Apr 7, 2023
@Callum027 Callum027 deleted the 1-create-plugin branch April 7, 2023 22:55
@Callum027 Callum027 restored the 1-create-plugin branch April 7, 2023 22:55
@Callum027 Callum027 deleted the 1-create-plugin branch April 7, 2023 22:55
@Callum027 Callum027 mentioned this pull request Apr 7, 2023
14 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create initial plugin
1 participant