Romain Beauxis

Results 100 issues of Romain Beauxis

It needs to adjust the PTS the same way we're doing for the copy encoder.

We should be able to mux tracks from requests the way we are muxing tracks from sources. See: https://github.com/savonet/liquidsoap/discussions/3258

This is another pretty old part of the code. We should support things like `zip` files for playlists. A related, pressing issue, is that currently, the playlist resolver loads the...

This is a first stab at a proper module import/export. Syntax: Export `"module.liq"` ```liquidsoap let export foo = "123" def export bla() = print("bla") end ``` Import: ```liquidsoap let import...

### Discussed in https://github.com/savonet/liquidsoap/discussions/2912 Originally posted by **oskarburman** February 20, 2023 Hi, would it be possible to get a deb package for Raspbian bulleye armhf version 2.1.3?

This will probably be hard to reproduce in isolation but we've had reports of segfaults associated with GC operations in liquidsoap. See: https://github.com/savonet/liquidsoap/issues/3574

This is very useful to disable coloring e.g. when logging to a non-ANSI environment.

Hi, It is nice to be able to trigger programatically a given key/shortcut. Here's a patch to allow it, with proper tests. Please consider for inclusion :-)