Added stream selection by hostname, improved config structure.
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user