title | description | published | date | tags | editor | dateCreated |
---|---|---|---|---|---|---|
README |
true |
2021-11-24 19:21:45 UTC |
markdown |
2021-05-16 16:59:34 UTC |
Welcome to the consolidated wiki for Lidarr, Prowlarr, Radarr, Readarr, and Sonarr. Collectively they are commonly referred to as "*Arr" or "*Arrs". They are designed to automagically grab, sort, organize, and monitor your Music, Movie, E-Book, or TV Show collections for Lidarr, Radarr, Readarr, and Sonarr; and to manage your indexers and keep them in sync with the aforementioned apps for Prowlarr.
This the git backup of WikiArr, the consolidated Wiki for Sonarr, Radarr, Lidarr, and Readarr.
Feel free to contribute directly on the wiki or via Github Pull Requests.
Please ensure to markdown is formatted properly.
- Install Markdownlint
npm install -g markdownlint-cli
- Run the linting to attempt to fix issues.
markdownlint -f '**/*.md' -c .markdownlint.jsonc
- Note any errors and correct them. This command should be ran from your local repo.