plex app (forgor the rederer , comming in a bit :) )

This commit is contained in:
2026-03-23 16:10:10 +02:00
parent 7af2a8a7e0
commit 5eade91c02
8 changed files with 665 additions and 24 deletions

View File

@@ -0,0 +1,19 @@
{
"version": 1,
"defaultServerId": "plex-home",
"servers": [
{
"id": "plex-home",
"type": "plex",
"name": "Plex (Home)",
"baseUrl": "http://192.168.1.10:32400",
"token": ""
},
{
"id": "dlna-nas",
"type": "dlna",
"name": "DLNA (NAS)",
"note": "Placeholder: DLNA browsing not implemented yet"
}
]
}