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

Feature: Add Custom Manager Support #166

Open
1 of 2 tasks
Ephellon opened this issue Mar 3, 2020 · 1 comment
Open
1 of 2 tasks

Feature: Add Custom Manager Support #166

Ephellon opened this issue Mar 3, 2020 · 1 comment
Assignees
Labels
beta this is in testing (BETA) and requires beta-testers (active feedback) discussion open ended forum to keep some issues down enhancement this item makes the project better in some way help-wanted outside assistance is recommended for this item in-progress this item is being worked on wiki requests that can be added to the Wiki for future users

Comments

@Ephellon
Copy link
Collaborator

Ephellon commented Mar 3, 2020

Things to add

  • The "Import Rules" function
  • The "Manager Rules Notation" functionality

Example — SiCKRAGE.json

{
    "SiCKRAGE": {
        "type": "show",
        "api-url": {
            "GET": "{url}home/",
            "add": { "POST": "{api-url}addShows/newShow?apikey={api}&search_string={name}" },
            "find": { "GET": "{api-url}displayShow?apikey={api}&show={tvdb}" },
            "view": { "OPEN": "{:add}" }
        }
    }
}

Originally posted by @Ephellon in #14 (comment)

@Ephellon Ephellon self-assigned this Mar 3, 2020
@Ephellon Ephellon added beta this is in testing (BETA) and requires beta-testers (active feedback) discussion open ended forum to keep some issues down enhancement this item makes the project better in some way help-wanted outside assistance is recommended for this item in-progress this item is being worked on wiki requests that can be added to the Wiki for future users labels Mar 3, 2020
@Ephellon
Copy link
Collaborator Author

Ephellon commented May 9, 2020

Why do I do this to myself? Will add to Wiki after v4.2 goes live →

Adding a custom manager (Experimental Feature — v4.2)

Step 1: Go to "Custom Managers" under "Manager Settings"
image

Step 2: Select "+ Add Custom Manager"
image


Adding SiCKRAGE

Step 1: Add SiCKRAGE
image

Step 2: Edit/verify the Connection Settings
image

Step 3: Edit/verify the Syntaxes
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beta this is in testing (BETA) and requires beta-testers (active feedback) discussion open ended forum to keep some issues down enhancement this item makes the project better in some way help-wanted outside assistance is recommended for this item in-progress this item is being worked on wiki requests that can be added to the Wiki for future users
Projects
None yet
Development

No branches or pull requests

1 participant