mptv/config.json.example
2024-04-19 14:52:32 +03:00

29 lines
No EOL
462 B
Text

{
"frame": {
"width": 1366,
"height": 1024,
"fullscreen": false,
"fontName": "Arial",
"fontSize": 64
},
"db": {
"url": "jdbc:sqlite:mptv.db",
"user": "",
"password": ""
},
"sources": [
{
"type": "m3u",
"url": "https://example.com/list.m3u",
"cookies": null,
"singleCategory": null
},
{
"type": "m3u-local",
"path": "test.m3u8",
"singleCategory": "test"
}
]
}