https://github.com/jcofer555/automover/raw/refs/heads/main/packages/jdupes-1.30.0-x86_64-2_slackdce.txz
https://github.com/jcofer555/automover/raw/refs/heads/main/packages/libjodycode-4.0.1-x86_64-2_slackdce.txz
https://github.com/jcofer555/automover/releases/download/2026.05.27.01/unraid-automover-2026.05.27.01-noarch-1.txz
4bc1d8d651937709f0c0c2094be4e62e1bd469a8cea8c659c1312e75fb9b812b
> "$USER_CFG"
fi
done < "$DEFAULT_CFG"
fi
# Rebuild ordered version (only known keys, drop extra lines)
{
for key in "${ordered_keys[@]}"; do
grep -E "^[[:space:]]*${key}[[:space:]]*=" "$USER_CFG"
done
} > "$TMP_CFG"
mv "$TMP_CFG" "$USER_CFG"
# === Check for Mover Tuning plugin ===
MOVER_TUNING="/boot/config/plugins/ca.mover.tuning.plg"
MOVER_TUNING_DIR="/usr/local/emhttp/plugins/ca.mover.tuning"
if [ -f "$MOVER_TUNING" ] || [ -d "$MOVER_TUNING_DIR" ]; then
echo -e "⚠️ Mover Tuning plugin appears to be installed. Having both can result in conflicts between Mover Tuning and Automover.\nConsider uninstalling one to avoid incompatibility issues"
fi
# Remove older txz packages (keep only the current one)
find /boot/config/plugins/automover/ -maxdepth 1 -type f -name "unraid-automover-*.txz" ! -name "unraid-automover-2026.05.27.01-noarch-1.txz" -delete
# Ensure helper scripts are executable
chmod -f +x /usr/local/emhttp/plugins/automover/helpers/* 2>/dev/null
echo ""
echo "----------------------------------------------------"
echo " automover has been installed."
echo " Version: 2026.05.27.01"
echo "----------------------------------------------------"
echo ""
echo "⚠️ If you were on version 2025.12.15.04 or earlier, reconfigure your schedule in Settings → Automover"
echo ""
echo ""
echo "⚠️ It's suggested to disable unraids built in mover schedule at settings > scheduler this requires unraid 7.2.1+"
echo ""
]]>