Skip to content

Commit

Permalink
Add applications
Browse files Browse the repository at this point in the history
Added Sonarr, Radarr, Prowlarr and Bazarr in response to an github issue
  • Loading branch information
Yuuh15 committed Jan 26, 2024
1 parent 51e3523 commit e5fba2b
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions config/applications.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e5fba2b

Please sign in to comment.