9988729aab
Adds art.mode "host" (now the default): emit each cover's local file PATH and let the host serve the bytes via its art proxy, instead of inlining a data URL. The reconcile payload carries no image data, so a large Playnite library no longer exceeds the host's request-body limit. "dataurl" (inline, small libraries) and "off" remain. Requires a host with the provider-art proxy (punktfunk main: feat/library-local-art). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
25 lines
369 B
JSON
25 lines
369 B
JSON
{
|
|
"filter": {
|
|
"installedOnly": true,
|
|
"includeHidden": false,
|
|
"sources": [],
|
|
"excludeSources": ["Xbox"]
|
|
},
|
|
"art": {
|
|
"mode": "host",
|
|
"maxBytes": 1500000,
|
|
"includeBackground": false
|
|
},
|
|
"sync": {
|
|
"pollMinutes": 5,
|
|
"watch": true,
|
|
"debounceMs": 1500
|
|
},
|
|
"ui": {
|
|
"standalone": false,
|
|
"port": 47994,
|
|
"bind": "127.0.0.1"
|
|
},
|
|
"playniteDir": ""
|
|
}
|