{ "$schema": "https://raw.githubusercontent.com/Containerpak/cpak/v2/schema/manifest-v2.json", "manifest_version": "2.0", "name": "Kodi", "description": "Play and organize movies, music, television and photos.", "version": "21.3", "image": "ghcr.io/containerpak/kodi:main", "binaries": [ "/usr/bin/kodi" ], "desktop_entries": [ "/usr/share/applications/tv.kodi.Kodi.desktop" ], "dependencies": [], "addons": [], "idle_time": 0, "override": { "socketX11": true, "socketWayland": true, "socketPulseAudio": true, "socketSessionBus": true, "socketSystemBus": false, "socketSshAgent": false, "socketCups": false, "socketGpgAgent": false, "socketAtSpiBus": true, "socketBluetooth": false, "deviceDri": true, "deviceKvm": false, "deviceShm": true, "deviceAlsa": false, "deviceVideo": true, "deviceFuse": false, "deviceTun": false, "deviceUsb": false, "deviceInput": true, "deviceTTY": false, "deviceAll": false, "notification": true, "openURI": true, "hostApplications": false, "hostActions": [], "filesystem": [ { "path": "xdg-documents", "access": "read-write" }, { "path": "xdg-download", "access": "read-write" }, { "path": "xdg-music", "access": "read-write" }, { "path": "xdg-pictures", "access": "read-write" }, { "path": "xdg-videos", "access": "read-write" } ], "env": [], "network": true, "process": false, "userNamespaces": false, "memoryMaxMB": 0, "cpuQuota": 0, "pidsMax": 0, "asRoot": false, "allowedHostCommands": [] } }