From e5fba2b4ebe8df138aed396e55f3fcee62224cbc Mon Sep 17 00:00:00 2001 From: Yuri Gabriel <97139700+Yuuh15@users.noreply.github.com> Date: Fri, 26 Jan 2024 15:50:18 -0300 Subject: [PATCH] Add applications Added Sonarr, Radarr, Prowlarr and Bazarr in response to an github issue --- config/applications.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/config/applications.json b/config/applications.json index 3c3a4f25..fd7deb40 100755 --- a/config/applications.json +++ b/config/applications.json @@ -1538,6 +1538,42 @@ "link": "https://www.plex.tv/your-media/", "description": "Plex Media Server is a media server software that allows you to organize and stream your media library. It supports various media formats and offers a wide range of features." }, + "WPFInstallsonarr": { + "winget": "TeamSonarr.Sonarr", + "choco": "sonarr", + "category": "Multimedia Tools", + "panel": "3", + "content": "Sonarr", + "description": "Sonarr is a software-based Personal Video Recorder (PVR) for Usenet and BitTorrent users.", + "link": "https://sonarr.tv/" + }, + "WPFInstallradarr": { + "winget": "TeamRadarr.Radarr", + "choco": "radarr", + "category": "Multimedia Tools", + "panel": "3", + "content": "Radarr", + "description": "Radarr is a free and open-source movie collection manager for Usenet and BitTorrent users.", + "link": "https://radarr.video/" + }, + "WPFInstallprowlarr": { + "winget": "TeamProwlarr.Prowlarr", + "choco": "prowlarr", + "category": "Multimedia Tools", + "panel": "3", + "content": "Prowlarr", + "description": "Prowlarr is an indexer manager/proxy built on the *arr.net/reactjs base stack to integrate with various PVR apps.", + "link": "https://prowlarr.com/" + }, + "WPFInstallbazarr": { + "winget": "Morpheus.Bazarr", + "choco": "", + "category": "Multimedia Tools", + "panel": "3", + "content": "Bazarr", + "description": "Bazarr is a companion application to Sonarr and Radarr that manages and downloads subtitles based on your requirements.", + "link": "https://www.bazarr.media/" + }, "WPFInstalladvancedip": { "winget": "Famatech.AdvancedIPScanner", "choco": "advanced-ip-scanner",