feat: external player support

close #388
This commit is contained in:
edde746
2026-02-11 14:59:52 +01:00
parent 45e72e0ad9
commit 03907db6c4
36 changed files with 1465 additions and 2 deletions
+17
View File
@@ -758,5 +758,22 @@
"hdr": "HDR",
"audioOutput": "Uscita audio",
"performanceOverlay": "Overlay prestazioni"
},
"externalPlayer": {
"title": "Lettore esterno",
"useExternalPlayer": "Usa lettore esterno",
"useExternalPlayerDescription": "Apri i video in un'app esterna invece del lettore integrato",
"selectPlayer": "Seleziona lettore",
"systemDefault": "Predefinito di sistema",
"addCustomPlayer": "Aggiungi lettore personalizzato",
"playerName": "Nome lettore",
"playerCommand": "Comando",
"playerPackage": "Nome pacchetto",
"playerUrlScheme": "Schema URL",
"customPlayer": "Lettore personalizzato",
"off": "Disattivato",
"launchFailed": "Impossibile aprire il lettore esterno",
"appNotInstalled": "${name} non è installato",
"playInExternalPlayer": "Riproduci in lettore esterno"
}
}