initial commit of musicRecognition

This commit is contained in:
vaguesyntax
2025-10-26 02:46:39 +03:00
parent 5dd0fe2761
commit 60f055f07d
8 changed files with 150 additions and 2 deletions
@@ -54,6 +54,17 @@ ContentPage {
Config.options.resources.updateInterval = value;
}
}
ConfigSpinBox {
icon: "timer_off"
text: Translation.tr("Music recognition timeout (s)")
value: Config.options.resources.musicRecognitionTimeout
from: 2
to: 100
stepSize: 2
onValueChanged: {
Config.options.resources.musicRecognitionTimeout = value;
}
}
}
ContentSection {