SpaceK33z / web-to-plex

🚠 Adds a button on various movie & TV show sites to open it in Plex.
Other
122 stars 18 forks source link

Feature: Add Custom Manager Support #166

Open Ephellon opened 4 years ago

Ephellon commented 4 years ago

Things to add

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 commented 4 years ago

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