{
	"version": "2.0",
	"title": "Emby",
	"name": "emby",
	"icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Emby/icon.png",
	"tagline": "TAKE YOUR MEDIA ANYWHERE WITH EMBY",
	"overview": "Bringing all of your home videos, music, and photos together into one place has never been easier. Your personal Emby Server automatically converts and streams your media on-the-fly to play on any device.",
	"thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Emby/thumbnail.png",
	"screenshots": [
		"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Emby/screenshot-1.png",
		"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Emby/screenshot-2.png",
		"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Emby/screenshot-3.png"
	],
	"category": [
		"Media"
	],
	"developer": {
		"name": "linuxserver",
		"website": "https://emby.media/",
		"donate_text": "",
		"donate_link": ""
	},
	"adaptor": {
		"name": "CasaOS Team",
		"website": "https://www.casaos.io",
		"donate_text": "",
		"donate_link": ""
	},
	"support": "https://discord.gg/knqAbbBbeX",
	"website": "https://www.casaos.io",
	"container": {
		"image": "linuxserver/emby:4.7.13",
		"shell": "sh",
		"privileged": false,
		"network_model": "bridge",
		"web_ui": {
			"http": "8096",
			"path": "/"
		},
		"health_check": "",
		"envs": [
			{
				"key": "PUID",
				"value": "1000",
				"description": "",
				"configurable": "no"
			},
			{
				"key": "PGID",
				"value": "1000",
				"description": "",
				"configurable": "no"
			},
			{
				"key": "TZ",
				"value": "$TZ",
				"description": "",
				"configurable": "no"
			}
		],
		"ports": [
			{
				"container": "8096",
				"host": "8096",
				"type": "tcp",
				"allocation": "automatic",
				"configurable": "no",
				"description": ""
			},
			{
				"container": "8920",
				"host": "8920",
				"type": "tcp",
				"allocation": "automatic",
				"configurable": "no",
				"description": ""
			}
		],
		"volumes": [
			{
				"container": "/config",
				"host": "/DATA/AppData/$AppID/config",
				"mode": "rw",
				"allocation": "automatic",
				"configurable": "no",
				"description": ""
			},
			{
				"container": "/data/tvshows",
				"host": "/DATA/Media/TV Shows",
				"mode": "rw",
				"allocation": "automatic",
				"configurable": "no",
				"description": ""
			},
			{
				"container": "/data/movies",
				"host": "/DATA/Media/Movies",
				"mode": "rw",
				"allocation": "automatic",
				"configurable": "no",
				"description": ""
			}
		],
		"devices": [
			{
				"container": "/dev/dri",
				"host": "/dev/dri",
				"allocation": "optional",
				"configurable": "no",
				"description": ""
			},
			{
				"container": "/dev/vchiq",
				"host": "/dev/vchiq",
				"allocation": "optional",
				"configurable": "no",
				"description": ""
			},
			{
				"container": "/dev/video10",
				"host": "/dev/video10",
				"allocation": "optional",
				"configurable": "no",
				"description": ""
			},
			{
				"container": "/dev/video11",
				"host": "/dev/video11",
				"allocation": "optional",
				"configurable": "no",
				"description": ""
			},
			{
				"container": "/dev/video12",
				"host": "/dev/video12",
				"allocation": "optional",
				"configurable": "no",
				"description": ""
			}
		],
		"constraints": {
			"min_memory": 64,
			"min_storage": 128
		},
		"restart_policy": "unless-stopped",
		"sysctls": [],
		"cap_add": [],
		"labels": [],
		"host_name": "",
		"cmd": []
	},
	"abilities": {
		"notification": false,
		"widgets": false,
		"authentication": false,
		"search": false,
		"upnp": false
	},
	"tips": {
		"before_install": []
	},
	"changelog": {
		"latest_updates": "",
		"url": ""
	},
	"latest_update_date": ""
}