Re: [Savonet-users] Debian/Ubuntu test packages

2019-07-11 Thread Damian
This is great! Thank you. > On 12 Jul 2019, at 8:05 am, Romain Beauxis wrote: > > Hey there! > > We just recently added some debian and ubuntu package builds of liquidsoap! > > We generate those packages automatically as part of our CI workflow. Theys > are available for quick testing of

Re: [Savonet-users] [savonet/liquidsoap] scrobbler lastfm (#772)

2019-05-11 Thread Damian
Glad to help > On 12 May 2019, at 12:11 am, cheleentano wrote: > > Thank you very much, everything works > > — > You are receiving this because you commented. > Reply to this email directly, view it on GitHub > , or >

Re: [Savonet-users] Replay_gain in logs

2019-04-10 Thread Damian
to connect to telnet to do a request.trace > On 22 Feb 2019, at 2:46 am, Romain Beauxis wrote: > > Hey Damian, > > Your script looks good to me. Support for aacgain was only added in 1.3.6 I > believe. > > The step to diagnose your issue would be: > - Run manually

Re: [Savonet-users] [savonet/liquidsoap] Fixing the replaygain madness (#749)

2019-04-09 Thread Damian
Why would I need ffmpeg instead of mp3gain? The extract-replaygain script seems to specifically require either mp3gain or replaygain for it to work. I can’t see any reference to ffmpeg if (($file =~ /\.mp3$/i) || (test_mime() =~ /audio\/mpeg/)) { if (`which mp3gain`) { my $out =

Re: [Savonet-users] Replay_gain in logs

2019-04-08 Thread Damian
Can anyone from the liquidsoap community tell me where to get the binary which is necessary for replaygain to work on mp3 files in Liquidsoap (using extract replaygain)? > On 26 Mar 2019, at 21:02, Damian wrote: > > Hi, > > I took a step away from this for while but need

Re: [Savonet-users] [savonet/liquidsoap] Fixing the replaygain madness (#749)

2019-04-08 Thread Damian
Hi, can i clarify, does this script provide the necessary binaries for the extract replaygain script that comes with liquidsoap? Also, will it provide me with what I need to apply gain to mp3 files? > On 9 Apr 2019, at 04:13, Yamakaky wrote: > > @toots how would you implement the amp factor

Re: [Savonet-users] [savonet/liquidsoap] Fixing the replaygain madness (#749)

2019-04-08 Thread Damian
Is there any documentation that clearly outlines which binaries to install and from where? Obviously, the reason why it’s not working for me is because I haven’t set this up correctly. > On 8 Apr 2019, at 5:52 pm, Yamakaky wrote: > > This script works if the corresponding binaries are

Re: [Savonet-users] [savonet/liquidsoap] Fixing the replaygain madness (#749)

2019-04-08 Thread Damian
but then again, I’m still learning about LS. I hope that someone can get me on the right track to get replaygain to work on my system. Damian > On 8 Apr 2019, at 09:22, Romain Beauxis wrote: > > Hi, > > The leading space should not matter: > > # Scanf.sscanf &quo

Re: [Savonet-users] Replay_gain in logs

2019-03-26 Thread Damian
installed is not compatible with liquidsoap. Should I use a different normalising tool instead? If so , which one? > On 22 Feb 2019, at 2:46 am, Romain Beauxis wrote: > > Hey Damian, > > Your script looks good to me. Support for aacgain was only added in 1.3.6 I > beli

Re: [Savonet-users] Replay_gain in logs

2019-02-20 Thread Damian
Can anyone help? I know replaygain should work in version 1.3.6 but I am stuck trying to test this or get it to work on my setup On 17.02.2019 14:41, Damian wrote: > Hi, > > I realise there’s a lot going on so I’m sorry for still asking > about this. > I’ve followed Gilles advic

Re: [Savonet-users] Replay_gain in logs

2019-02-14 Thread Damian
> Le 09/02/2019 à 09:42, Damian a écrit : >> >> >>> On 3 Feb 2019, at 12:13 am, Romain Beauxis >> <mailto:romain.beau...@gmail.com>> wrote: >>> >>> Hi Damian, >>> >>> You should still see logs of this form if it wor

Re: [Savonet-users] Replay_gain in logs

2019-02-14 Thread Damian
info would help a lot Regards Damian > On 10 Feb 2019, at 21:27, Damian wrote: > I’ve located it. It was in the place you said...but I’m not sure how to run > it on a file. > > I’m guessing that in the liq directory, would I just just run the command > extract-replay

Re: [Savonet-users] Replay_gain in logs

2019-02-10 Thread Damian
Hi > try to run extract-replaygain from the opam liq dir on a file. > > You can find it this way: > liquidsoap --conf-descr-key protocol.replay_gain.path > > (probably in > ~/.opam/default/lib/liquidsoap/lib/liquidsoap/1.3.6/extract-replaygain I’ve located it. It was in the place you

Re: [Savonet-users] Replay_gain in logs

2019-02-09 Thread Damian
> On 3 Feb 2019, at 12:13 am, Romain Beauxis wrote: > > Hi Damian, > > You should still see logs of this form if it works: > Overriding amplification: 0.367705. > > Romain Hi again, In this recent thread https://sourceforge.net/p/savonet/mailman/m

Re: [Savonet-users] Replay_gain in logs

2019-02-01 Thread Damian
gain resolver at work in the logs an then I will know if it’s really working or not. Cheers guys Damian > On 2 Feb 2019, at 1:31 am, Gilou wrote: > > Le 01/02/2019 à 00:35, Damian a écrit : >> Hi, >> >> So I assumed that replay_gain was somehow built in to liq

Re: [Savonet-users] Replay_gain in logs

2019-01-31 Thread Damian
don't have a program available > for your file format then replaygain will fail to add its metadata. > > Romain > >> Le jeu. 31 janv. 2019 à 05:43, Damian a écrit : >> Thanks gentlemen for the quick reply. >> >> Romain, I’ve shifted enable_replaygain_metadata ()to the

Re: [Savonet-users] Replay_gain in logs

2019-01-31 Thread Damian
where ever you want though it's usually a good practice to put it on > top. > > If you increase the log level to 4 you should see the replay gain metadata > resolver in action if it's properly enabled/installed: > set("log.level",4) > > Romain > > Le mer. 30 j

[Savonet-users] Replay_gain in logs

2019-01-30 Thread Damian
Hi, I am running liquidsoap 1.3.6 and I have followed the instructions for applying replay_gain in the docs here https://www.liquidsoap.info/doc-1.3.3/replay_gain.html I believe that I have added the code for replay_gain correctly in my short script below, but volume is uneven across tracks in

Re: [Savonet-users] [savonet/liquidsoap] Liquidsoap 1.3.6

2019-01-26 Thread Damian
Gilles, of course, you were right. I had some problems with my initial install of opam 2 which wasn’t updating ocaml to the latest version , but I finally got ocaml 4.07 and now I have liquidsoap 1.3.6. Cheers for the guidance Damian > On 26 Jan 2019, at 1:45 am, Gilles Pietri wrote: >

Re: [Savonet-users] [savonet/liquidsoap] Liquidsoap 1.3.6

2019-01-23 Thread Damian
Hi Romain, About the latest version I can get on Debian 9 via opam is 1.3.3. Would this be right? I assume that to get 1.3.6 I need to do something beyond the regular install method. > On 24 Jan 2019, at 02:29, Romain Beauxis wrote: > > Hey! > > I just published liquidsoap 1.3.6, about a

Re: [Savonet-users] Lastfm.submit / audioscrobbler

2018-12-16 Thread Damian
Never mind. I found the solution. I was missing something in the predefined > On 16 Dec 2018, at 5:01 pm, Damian wrote: > > Hi can anyone one point me to any documentation for scrobbling to last.fm > <http://last.fm/>? Or even better, share any working code from there scripts

[Savonet-users] Lastfm.submit / audioscrobbler

2018-12-15 Thread Damian
Hi can anyone one point me to any documentation for scrobbling to last.fm ? Or even better, share any working code from there scripts? The line of code below that I was using in my .liq script stopped working after I upgraded from version 1.1.1 to 1.3.3 s =

Re: [Savonet-users] Paid support / help with liquidsoap script

2018-10-31 Thread Damian
and we can discuss the fee. Kind regards Damian > On 31 Oct 2018, at 22:36, Gilou wrote: > >> Le 31/10/2018 à 13:05, Damian a écrit : >> Hi, >> >> I am willing to pay for some support with my liquidsoap script. I am having >> some difficulty ironing out

[Savonet-users] Paid support / help with liquidsoap script

2018-10-31 Thread Damian
. The two problems I have relate to an issue with playlist rotation when coupled with a switch based transition. The other issue concerns reload_mode 'watch' not working properly. Please let me know if you think you can help and I can provide further details. Regards Damian

Re: [Savonet-users] Reload_mode=watch

2018-10-13 Thread Damian
Fri, Oct 12, 2018 at 09:32:58AM +1000, Damian wrote: >> So I’ve played with this a little more and still can’t get >> reload_mode=‘watch’ to work. Is there any way I can see errors related to >> this in the log file? >> >>> On 10 Oct 2018, at 08:35, Damian wro

Re: [Savonet-users] Reload_mode=watch

2018-10-11 Thread Damian
So I’ve played with this a little more and still can’t get reload_mode=‘watch’ to work. Is there any way I can see errors related to this in the log file? > On 10 Oct 2018, at 08:35, Damian wrote: > > Perhaps we are using slightly different systems. I never delete or remove a >

Re: [Savonet-users] Reload_mode=watch

2018-10-09 Thread Damian
have described in your case. > On 10 Oct 2018, at 01:52, Jeff Hyche wrote: > >> On Tue, Oct 09, 2018 at 04:45:18PM +1000, Damian wrote: >> Hi thanks for the reply. When you say ‘Liquidsoap closes the playlist’ do >> you mean it stops? >> >> In my case

Re: [Savonet-users] Reload_mode=watch

2018-10-09 Thread Damian
put to the file. > > cat new playlist > playlist. > > > > From: Damian > Sent: Monday, October 8, 2018 6:22 AM > To: savonet-users > Subject: Re: [Savonet-users] Reload_mode=watch > > Hi, > > Is anyone able to help? > > > On 1 Oct 2018,

Re: [Savonet-users] Reload_mode=watch

2018-10-08 Thread Damian
Hi, Is anyone able to help? > On 1 Oct 2018, at 10:22 pm, Damian wrote: > > Hi, > > I’m running Liquidsoap version 1.1.1 with icecast on Debian 9. It’s been > practically flawless, except for the fact that the reload_mode=“watch" no > longer works. Checki

[Savonet-users] Switch based transitions - jingles play twice

2018-06-14 Thread Damian
Hi, I am experiencing an issue with my switch-based transitions (between programs) where the jingles play twice before the program starts. I have added the key part of the script below but I can’t see where the problem might reside. Can anyone help? #-PLAYLIST PARTS-#

[Savonet-users] Silence between tracks (append function)

2018-05-28 Thread Damian
quot;watch", "/home/admin/music/ambfre") ambgen = playlist(mode="randomize", reload_mode = "watch", "/home/admin/music/ambgen") #-TRACK ROTATION-# # Ambient Playlist ambient = rotate(weights = [1,1,1,1,1,1,1], [ambid,ambfre,ambgen,ambfre,amb

Re: [Savonet-users] Scheduling across days

2018-05-04 Thread Damian
That’s great. Will give it a try. Thanks Kyle! > On 4 May 2018, at 17:58, kyle jones via Savonet-users > <savonet-users@lists.sourceforge.net> wrote: > > Hi Damian. > > The following should work for you. > > ({1w17h-2w5h}, ambient) > > I used similar cod

[Savonet-users] Scheduling across days

2018-05-03 Thread Damian
change the ‘or’ to ‘and’ in here (1w or 2w)? I could use the snippet below, but then it interrupts the program with a transition at 0h, which I don’t want. ({(1w) and 17h-0h }, ambient), ({(2w) and 0h-7h }, ambient), Thanks Damian

Re: [Savonet-users] Reloading a playlist so that it starts at the beginning at every scheduled switch time

2018-04-22 Thread Damian
works and can't seem to find the right mechanism for achieving this within the documentation and mailing list. With all of my testing so far, the best I get is what I described in my previous post. Damian On 21.04.2018 23:07, Damian wrote: > Hi Gilles, > > Forgive me if I lack unde

Re: [Savonet-users] Reloading a playlist so that it starts at the beginning at every scheduled switch time

2018-04-21 Thread Damian
then switch tells it to. - - - I prefer to use encrypted email. My public key fingerprint is 77CC 9087 0A92 F55D 75A3 660B 68F2 1FA9 B26E CAC7 > On 21 Apr 2018, at 10:12 pm, Gilou <contact+...@gilouweb.com> wrote: > > Le 21/04/2018 à 06:27, Damian a écrit : >> &g

[Savonet-users] Reloading a playlist so that it starts at the beginning at every scheduled switch time

2018-04-21 Thread Damian
Hi, I realise that there has been quite a lot of discussion in previous threads about getting playlists to reload when they are scheduled in a switch. I have been trying to get my test script below to reload a playlist so that it starts on time and at the beginning of a randomised playlist

Re: [Savonet-users] Transitions=[crossfade, crossfade] breaks my script

2018-04-19 Thread Damian
prefer to use encrypted email. My public key fingerprint is 77CC 9087 0A92 F55D 75A3 660B 68F2 1FA9 B26E CAC7 > On 19 Apr 2018, at 11:11 am, Damian <d...@riseup.net> wrote: > > Hi, > > I'm trying to implement a crossfade between sources in my switch. My > script works fi

[Savonet-users] Transitions=[crossfade, crossfade] breaks my script

2018-04-18 Thread Damian
someone else can see the problem. Damian #!/usr/bin/liquidsoap # Log dir set("log.file.path","/tmp/ssr.log") # Electronica Playlist Parts elid = playlist(mode="randomize", reload_mode = "watch", "/home/admin/music/elid") elfre = playlist(mod

Re: [Savonet-users] Precise playlist generation with Liquidsoap

2018-04-11 Thread Damian
remembering the position in the playlist so as to avoid repeating tracks that may have already been played from that directory) that is until I add or remove content from that directory at which point the playlist will reload and start afresh. Damian - - - I prefer to use encrypted email. My public

[Savonet-users] Precise playlist generation with Liquidsoap

2018-04-10 Thread Damian
ould point me to a similar thread or specific example that I should use it would be greatly appreciated. Damian - - - I prefer to use encrypted email. My public key fingerprint is 77CC 9087 0A92 F55D 75A3 660B 68F2 1FA9 B26E CAC7 signature.asc Description: Message signed with Ope