From 2c6207df3cbed3f2508def9c070c903276681fbb Mon Sep 17 00:00:00 2001
From: SimonFair <39065407+SimonFair@users.noreply.github.com>
Date: Fri, 4 Sep 2026 10:41:50 +0100
Subject: [PATCH 1/2] fix(dynamix): read mover progress from share.cfg
---
emhttp/plugins/dynamix/MoverSettings.page | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/emhttp/plugins/dynamix/MoverSettings.page b/emhttp/plugins/dynamix/MoverSettings.page
index a589f164d..05ceecc9d 100644
--- a/emhttp/plugins/dynamix/MoverSettings.page
+++ b/emhttp/plugins/dynamix/MoverSettings.page
@@ -17,6 +17,8 @@ Tag="calendar-check-o"
$mode = ['Disabled','Hourly','Daily','Weekly','Monthly'];
$days = ['Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday'];
+$share_cfg = (array)@parse_ini_file('/boot/config/share.cfg');
+$shareMoverProgress = ($share_cfg['shareMoverProgress'] ?? '') === 'enabled' ? 'enabled' : 'disabled';
$setup = true;
$buttontext = _('Move now');
if (!$pool_devices) {
@@ -136,9 +138,8 @@ _(Mover logging)_:
_(Mover Progress)_:
:
:mover_progress_help:
From aec86da9fba4b7a8be459c3c29e0ec265126fb02 Mon Sep 17 00:00:00 2001
From: SimonFair <39065407+SimonFair@users.noreply.github.com>
Date: Fri, 4 Sep 2026 11:44:03 +0100
Subject: [PATCH 2/2] fix(dynamix): align mover progress values
Use the emhttpd yes/no contract for the Mover Progress options while retaining the existing Enabled and Disabled labels.\n\nRelated to https://linear.app/lime-technology/issue/OS-866/740-beta2-mover-progress-uses-enableddisabled-instead-of-emhttpd-yesno
---
emhttp/plugins/dynamix/MoverSettings.page | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/emhttp/plugins/dynamix/MoverSettings.page b/emhttp/plugins/dynamix/MoverSettings.page
index 05ceecc9d..47ae51f7f 100644
--- a/emhttp/plugins/dynamix/MoverSettings.page
+++ b/emhttp/plugins/dynamix/MoverSettings.page
@@ -17,8 +17,6 @@ Tag="calendar-check-o"
$mode = ['Disabled','Hourly','Daily','Weekly','Monthly'];
$days = ['Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday'];
-$share_cfg = (array)@parse_ini_file('/boot/config/share.cfg');
-$shareMoverProgress = ($share_cfg['shareMoverProgress'] ?? '') === 'enabled' ? 'enabled' : 'disabled';
$setup = true;
$buttontext = _('Move now');
if (!$pool_devices) {
@@ -138,8 +136,9 @@ _(Mover logging)_:
_(Mover Progress)_:
:
:mover_progress_help: