Added stream selection by hostname, improved config structure.

This commit is contained in:
DebaucheryLibrarian
2026-02-08 03:51:41 +01:00
parent 5bbfbc90a8
commit 85a5f13ec1
2 changed files with 15 additions and 8 deletions

View File

@@ -416,11 +416,14 @@ module.exports = {
trailerQuality: [540, 720, 960, 480, 1080, 360, 320, 1440, 1600, 1920, 2160, 270, 240, 180],
limit: 25, // max number of photos per release
attempts: 2,
fetchStreams: true,
streamConcurrency: 2, // max number of video streams (m3u8 etc.) to fetch and process at once
streamExcludeHostnames: [], // resource hogs
flushOrphaned: true,
flushWindow: 1000,
streams: {
enabled: true, // fetch streams
concurrency: 2,
excludeHostnames: [],
selectIndex: {},
},
},
titleSlugLength: 50,
};