Fixes reading multiline data from file tags

Swiched fluent-ffmpeg to node-ffprobe.
Fluent's ffprobe can't handle multiline tag data due to it's parsing process.
node-ffprobe supports getting probe data using json format which keeps line changes.
This commit is contained in:
ISO-B 2022-01-07 15:15:53 +02:00
parent cfba1c8ec5
commit dc05c38430
2 changed files with 19 additions and 21 deletions

View file

@ -41,6 +41,7 @@
"jsonwebtoken": "^8.5.1",
"libgen": "^2.1.0",
"njodb": "^0.4.27",
"node-ffprobe": "^3.0.0",
"node-cron": "^3.0.0",
"node-stream-zip": "^1.15.0",
"podcast": "^1.3.0",
@ -52,4 +53,4 @@
"xml2js": "^0.4.23"
},
"devDependencies": {}
}
}