diff --git a/servapps/Emby/cosmos-compose.json b/servapps/Emby/cosmos-compose.json index c8bd1671..12d1d6c3 100644 --- a/servapps/Emby/cosmos-compose.json +++ b/servapps/Emby/cosmos-compose.json @@ -12,6 +12,12 @@ "label": "What is the path to your series? (leave empty to not mount anything)", "initialValue": "{DefaultDataPath}/series", "type": "text" + }, + { + "name": "useHwTranscoding", + "label": "Do you want to use HW Transcoding? (assumes intel chip for VAAPI encoder)", + "initialValue": false, + "type": "checkbox" } ] }, @@ -33,6 +39,11 @@ "cosmos-auto-update": "true", "cosmos-icon": "https://azukaar.github.io/cosmos-servapps-official/servapps/Emby/icon.png" }, + {if Context.useHwTranscoding} + "devices": [ + "/dev/dri:/dev/dri" + ], + {/if}, "volumes": [ { "source": "{ServiceName}-config",