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
@@ -17,13 +17,16 @@ function findSuitableMaterialSymbol(summary = "") {
'time': 'scheduleb',
'installed': 'download',
'configuration reloaded': 'reset_wrench',
'unable': 'indeterminate_question_box',
'config': 'reset_wrench',
'update': 'update',
'ai response': 'neurology',
'control': 'settings',
'upsca': 'compare',
'music': 'music_note',
'install': 'deployed_code_update',
'startswith:file': 'folder_copy', // Declarative startsWith check
};
const lowerSummary = summary.toLowerCase();