- Updated `IMediaSourceCatalog` to support user-added media sources, allowing dynamic editing and management of sources. - Removed the `UrlListSource` class as its functionality is now integrated into the new catalog structure. - Enhanced `CollectOptions` to default `RequireProxy` to true, ensuring stricter handling of proxy requirements. - Improved error handling in `ParseError` to include a `Subject` field for better context on failures. - Adjusted dependency injection to reflect changes in media source management, removing old source registrations. - Introduced background proxy checks to ensure a more robust proxy pool management during collection processes. These changes streamline the media collection process and improve the overall user experience by providing clearer error reporting and more flexible source management.
13 lines
389 B
YAML
13 lines
389 B
YAML
services:
|
|
imgtest:
|
|
build: .
|
|
image: avparser-imgtest
|
|
container_name: avparser-imgtest
|
|
restart: unless-stopped
|
|
ports:
|
|
# host:container — change the host port to suit; the reverse proxy points at it.
|
|
- "8080:8080"
|
|
environment:
|
|
# Raise this (0..1) to make a fraction of valid ids answer 404, emulating a sparse site.
|
|
- ImgTest__MissRate=0.0
|