You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: music_assistant/strings.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -864,6 +864,10 @@
864
864
"audio_error": "An error occurred while processing audio.",
865
865
"queue_empty": "The queue is empty.",
866
866
"unsupported_feature": "This feature is not supported.",
867
+
"unsupported_system": "This is not supported on this system.",
868
+
"unsupported_system_cpu_cores": "This system does not meet the minimal requirements for {0}: at least {1} CPU cores are required ({2} detected).",
869
+
"unsupported_system_memory": "This system does not meet the minimal requirements for {0}: at least {1}GB of RAM is required ({2}GB detected).",
870
+
"unsupported_system_avx2": "On-device audio analysis requires a CPU with AVX2 support (Intel Haswell / AMD Zen or newer). This CPU does not support AVX2. If you are running in a virtual machine (e.g. Proxmox), changing the CPU type to 'host' may expose AVX2 to the guest.",
867
871
"player_unavailable": "The player is not available.",
868
872
"player_command_failed": "The command to the player failed.",
869
873
"invalid_command": "Invalid or unsupported command.",
Copy file name to clipboardExpand all lines: music_assistant/translations/en.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -279,6 +279,10 @@
279
279
"common.errors.setup_required": "Music Assistant is not set up yet.",
280
280
"common.errors.unplayable_media": "This media item cannot be played.",
281
281
"common.errors.unsupported_feature": "This feature is not supported.",
282
+
"common.errors.unsupported_system": "This is not supported on this system.",
283
+
"common.errors.unsupported_system_avx2": "On-device audio analysis requires a CPU with AVX2 support (Intel Haswell / AMD Zen or newer). This CPU does not support AVX2. If you are running in a virtual machine (e.g. Proxmox), changing the CPU type to 'host' may expose AVX2 to the guest.",
284
+
"common.errors.unsupported_system_cpu_cores": "This system does not meet the minimal requirements for {0}: at least {1} CPU cores are required ({2} detected).",
285
+
"common.errors.unsupported_system_memory": "This system does not meet the minimal requirements for {0}: at least {1}GB of RAM is required ({2}GB detected).",
0 commit comments