Re: [Savonet-users] Replay_gain in logs

2019-02-01 Thread Damian
Hi Gilles, Thanks for that. I managed to find it before you posted which is good because you confirmed that I’ve got the right program. So, I should now have all I need to make normalisation work with an mp3 stream. I guess I just need to wait for the next bug fix release to see the replay

Re: [Savonet-users] [savonet/liquidsoap] Install LiquidSoap 1.3.5 via source on centos 7 (#689)

2019-02-01 Thread Romain Beauxis
I think the problem here is that the user is trying to install as `root`. I would recommend installing under a different user or switching to `opam`. Feel free to follow-up on the mailing list and good luck! -- You are receiving this because you are subscribed to this thread. Reply to this

Re: [Savonet-users] [savonet/liquidsoap] Install LiquidSoap 1.3.5 via source on centos 7 (#689)

2019-02-01 Thread Romain Beauxis
Closed #689. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/savonet/liquidsoap/issues/689#event-2113300594___ Savonet-users mailing list

Re: [Savonet-users] [savonet/liquidsoap] Dynamic schedules without downtime. (#698)

2019-02-01 Thread Romain Beauxis
Liquidsoap to liquidsoap is a solution. Otherwise, the recommended path is to write your own scheduler and use `request.dynamic` to plug it into liquidsoap. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Dynamic schedules without downtime. (#698)

2019-02-01 Thread Romain Beauxis
Closed #698. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/savonet/liquidsoap/issues/698#event-2113294249___ Savonet-users mailing list Savonet-users@lists.sourceforge.net

Re: [Savonet-users] [savonet/liquidsoap] Transition between Sources not working propertly (#695)

2019-02-01 Thread Romain Beauxis
@dhannyz currently `smart_crossfade` will _not_ work with live sources as it needs to pre-buffer data for the transition. This is a feature that I want to add to the next release. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on

Re: [Savonet-users] [savonet/liquidsoap] ON_METADATA not called when live show is broadcast. (#624)

2019-02-01 Thread Romain Beauxis
Do you guys have logs to share? On log level `4`, we should be able to see what metadata a passed to `smart_crossfade` and also what transition gets selected. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] 1.4.0-alpha1

2019-02-01 Thread Romain Beauxis
Hi all, As I was announcing earlier, we are moving to a release process with bugfixes only release on the last number (i.e. 1.3.x) and release with breaking changes and new features for the other numbers. Next release with breaking changes should be 1.4.0. Hopefully, this should give us some time

Re: [Savonet-users] [savonet/liquidsoap] Can't use any protocols. Probably process handler issue (#691)

2019-02-01 Thread Romain Beauxis
This was fixed with merge of #703 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/savonet/liquidsoap/issues/691#issuecomment-459858072___ Savonet-users mailing

[Savonet-users] [savonet/liquidsoap] 1.4.0-alpha1

2019-02-01 Thread Romain Beauxis
This is a pre-release for testing purposes! Changelog at the time: New: - Added `(to_){string,float,int,bool}_getter` operators to handle getters in script side. - Made `p` parameter in `smooth_add` a `float` getter (#601) - Added `source.time` to get a source's clock time. - Added support

Re: [Savonet-users] [savonet/liquidsoap] Can't use any protocols. Probably process handler issue (#691)

2019-02-01 Thread Romain Beauxis
Closed #691. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/savonet/liquidsoap/issues/691#event-2113177919___ Savonet-users mailing list

Re: [Savonet-users] [savonet/liquidsoap] Fix for #691 (#703)

2019-02-01 Thread Romain Beauxis
Merged #703 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/savonet/liquidsoap/pull/703#event-2113166629___ Savonet-users mailing list

Re: [Savonet-users] [savonet/liquidsoap] Fix for #691 (#703)

2019-02-01 Thread Romain Beauxis
@toots pushed 2 commits. cfe0c4cba8d5574f6735e2fa4e62311b51946e90 Merge branch 'master' into workaround-691 77c62c066fd22c20b86733b3b76eea19312eda65 Add changelog entry. -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [Savonet-users] Replay_gain in logs

2019-02-01 Thread Gilou
Le 01/02/2019 à 00:35, Damian a écrit : > Hi, > > So I assumed that replay_gain was somehow built in to liquidsoap. I run > my stream on a Debian9 VPS. Up until recently. I was using mp3gain on my > Mac locally to normalise the mp3s before uploading them to the server.  > > As far as I can see