Vito

Results 45 issues of Vito

**Describe the bug** If liquidsoap is run in the container from the user root in interactive mode it requires `settings.init.allow_root := true`. **To Reproduce** 1. `docker run -it --rm --network...

**Describe the bug** Official liquidsoap container image can't execute the `ffmpeg.filter` because of an error: > 'aresample' filter not present, cannot convert formats. I've built it from opam, and everything...

**Describe the bug** The `` WARNING: "set" is deprecated and will be removed in future version. Please use `settings.path.to.key := value` `` message doesn't display when running liquidsoap in containers....

**Describe the bug** `playlist` could break the order of files if files are updated using non-atomic writes. - 1.mp3 - 2.mp3 - 3.mp3 - 4.mp3 Reload - **2.mp3** - **1.mp3**...

**Describe the bug** `output.file` will always start recording from `input.http`, even if `start=false`. **To Reproduce** ```rb input_http = input.http("http://http-live.sr.se/p3-mp3-128") enc = %mp3 output.file(enc, "http1", input_http, fallible=true, start=false) output.file(enc, "http2", input_http,...

## Summary If the output path doesn't exist, then shiv will fail with an error `FileNotFoundError: [Errno 2] No such file or directory`. ## Log ``` Traceback (most recent call...

## Summary There is a mismatch between the `NO_DISK_LOGGER` environment variable and its logical value. ## Actual behavior Currently, when `NO_DISK_LOGGER=true`, the disk logging feature remains enabled. When `NO_DISK_LOGGER=false`, the...

## Summary It would be great to be able to provide the complete YAML config using a single environment variable. I need this feature because Docker Compose doesn't support configs...

## Summary I think configuration manual lacks several key features ### 1. Default values for the configuration options It's not clear what the default value is for each option, and...

## Summary Some of the official Prometheus exporters support authentication using client certificates. I'd like to use self-signed certificates instead of basic authentication when collecting metrics from slskd. ## Additionally...