From c8ed59b148ce2e98dc5cfc3603f5576a3d234102 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 24 Nov 2025 18:23:21 +0100 Subject: [PATCH] huntarr: disable on website during install issues (#9403) --- frontend/public/json/huntarr.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/public/json/huntarr.json b/frontend/public/json/huntarr.json index 41a421f77..b61096375 100644 --- a/frontend/public/json/huntarr.json +++ b/frontend/public/json/huntarr.json @@ -14,6 +14,8 @@ "website": "https://github.com/plexguide/Huntarr.io", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/huntarr.webp", "description": "Huntarr is a tool that automates the search for missing or low-quality media content in your collection. It works seamlessly with applications like Sonarr, Radarr, Lidarr, Readarr, and Whisparr, enhancing their functionality with continuous background scans to identify and update missed or outdated content. Through a user-friendly web interface accessible on port 9705, Huntarr provides real-time statistics, log views, and extensive configuration options. The software is especially useful for users who want to keep their media library up to date by automatically searching for missing episodes or higher-quality versions. Huntarr is well-suited for self-hosted environments and can easily run in LXC containers or Docker setups.", + "disable": true, + "disable_description": "This script has been temporarily disabled due to ongoing installation failures caused by incompatible Python and build dependencies. PyYAML 6.0 fails to build on Debian 13 and under Python 3.12/3.13, making Huntarr currently non-installable in a reliable way. This issue originates upstream and is under investigation. The script will be re-enabled once a stable solution is available. For details, see: https://github.com/community-scripts/ProxmoxVE/issues/9196 or https://github.com/plexguide/Huntarr.io/issues/747", "install_methods": [ { "type": "default",