Servarr/Wiki

Add Redirects (*Arr_Supported)

Closed this issue · 1 comments

From legacy wiki; we need links for the following pages. (ideally this would be redirects)

We should probably just have a supported page as disambagation and the # can be the link for the user.

  • Radarr Supported slack

  • Radarr Supported stevenlu2import

  • Radarr Supported stevenluimport

  • Radarr Supported synologyindexer

  • Radarr Supported telegram

  • Radarr Supported tmdbcollectionimport

  • Radarr Supported tmdblistimport

  • Radarr Supported tmdbpersonimport

  • Radarr Supported tmdbpopularimport

  • Radarr Supported tmdbuserimport

  • Radarr Supported torrentblackhole

  • Radarr Supported torrentdownloadstation

  • Radarr Supported trakt

  • Radarr Supported traktlistimport

  • Radarr Supported traktpopularimport

  • Radarr Supported traktuserimport

  • Radarr Supported transmission

  • Radarr Supported twitter

  • Radarr Supported usenetblackhole

  • Radarr Supported usenetdownloadstation

  • Radarr Supported utorrent

  • Radarr Supported vuze

  • Radarr Supported webhook

  • Radarr Supported xbmc

  • Radarr Supported DownloadClients

  • Radarr Supported Indexers

  • Radarr Supported NetImports

  • Radarr Supported Notifications

  • Radarr Supported boxcar

  • Radarr Supported couchpotatoimport

  • Radarr Supported customscript

  • Radarr Supported deluge

  • Radarr Supported discord

  • Radarr Supported discordnotifier

  • Radarr Supported email

  • Radarr Supported gotify

  • Radarr Supported hadouken

  • Radarr Supported imdblistimport

  • Radarr Supported join

  • Radarr Supported mediabrowser

  • Radarr Supported nzbget

  • Radarr Supported nzbvortex

  • Radarr Supported plexserver

  • Radarr Supported pneumatic

  • Radarr Supported prowl

  • Radarr Supported pushover

  • Radarr Supported qbittorrent

  • Radarr Supported radarrimport

  • Radarr Supported radarrlistimport

  • Radarr Supported rssimport

  • Radarr Supported rtorrent

  • Radarr Supported sabnzbd

  • Radarr Supported sendgrid


  • Sonarr Supported DownloadClients
  • Sonarr Supported Indexers
  • Sonarr Supported Notifications

  • Need Readarr Supported Links

  • Need Lidarr Supported Links

  • Need Prowlarr Supported Links

AB#1260

supported added;

GHI for sonarr's bad links opened

pages need work/contents

b28b8d1
26f0a8e
b6c0267
e1f3778
596f3ae

Regex to Parse the schema pages and return the supported-XXXXX returns XXXXXX
(?:"infoLink": )"(?<link>.+\/supported-(?<title>.+))" list/replace as \n- $2{#$2}

edit: regex for once link formatting matches prowlarr e.g. (/supported/#blah)
(?:"infoLink": )"(?<link>.+\/supported#(?<title>.+))"