web-to-plex icon indicating copy to clipboard operation
web-to-plex copied to clipboard

Feature: Add Custom Manager Support

Open Ephellon opened this issue 4 years ago • 1 comments

Things to add

  • [x] 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 https://github.com/SpaceK33z/web-to-plex/issues/14#issuecomment-590653259

Ephellon avatar Mar 03 '20 00:03 Ephellon

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

Ephellon avatar May 09 '20 23:05 Ephellon