- Add 'remux' preset (-c copy) for lossless stream-copy output - DVD remux uses FLAC audio (pcm_dvd can't stream-copy into MKV) - PRESET_<name>=<ffmpeg args> config keys add user-defined presets - Settings panel: dynamic custom preset rows with add/remove; presets persist to settings overlay and appear in encode dropdown on save - GET /api/settings returns existing PRESET_* keys; POST allowlist accepts PRESET_[A-Z0-9_]+ pattern alongside existing SETTINGS_KEYS
14 lines
280 B
JSON
14 lines
280 B
JSON
{
|
|
"name": "discarr",
|
|
"version": "0.2.0",
|
|
"description": "Disc scanning and HEVC encoding queue for Sonarr/Radarr",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"license": "GPL-3.0",
|
|
"dependencies": {}
|
|
}
|