Re: [Savonet-users] [savonet/liquidsoap] High memory usage if too many connections failed (#541)

2018-07-03 Thread Jeff Hyche
On Mon, Jul 02, 2018 at 08:51:52PM -0400, Nolan Wagner wrote: > Looks like it. Not sure if this was intentional or not. > Nice to see some traffic though. -- Check out the vibrant tech community on one of the world's

[Savonet-users] Playlist identfication

2018-04-10 Thread Jeff Hyche
I have a number of playlists.once that are reloaded using a cronjob. Is there a way to tell what play list just got finished playing? I want to create a intellegent function using on_done=, but I need a way to tell what playlist just finished. I've been playing with the source.id() but it

Re: [Savonet-users] max_listeners?

2018-04-11 Thread Jeff Hyche
As far as I've able to determine there is no way to determine how many listeners you have on a stream. Short of pulling it from the server website with a http reqest. Normally, you would restrict user access at the server side and not the source. I could be wrong. I've only been working with

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

2018-04-12 Thread Jeff Hyche
Yes, that should be the case from what I have observed with my expeiments with rotation playlists. Depinding on how you have the mode= setting on the playlist. I mave my master playlist set to random, and if I read this corretly it should pull a random track out of the playlist everytime it

[Savonet-users] Any eamples on how to use lists

2018-04-13 Thread Jeff Hyche
Can some one recommend a tutoral or even some examples of how to use the lists commands? I'm specfically looking on how to search a list for entry. -- Check out the vibrant tech community on one of the world's most

Re: [Savonet-users] Any eamples on how to use lists

2018-04-13 Thread Jeff Hyche
Are there any examples of list practices any where? On Fri, Apr 13, 2018 at 01:42:04PM -0500, Jeff Hyche wrote: > Can some one recommend a tutoral or even some examples of how to use the > lists commands? I'm specfically looking on how to search a list for &

Re: [Savonet-users] Playlist identfication

2018-04-24 Thread Jeff Hyche
gt; > > Actually, no. It's not a bad idea, I'll look at adding a playlist argument > > for it. > > > > 2018-04-10 15:45 GMT-05:00 Jeff Hyche <jwhy...@warwind.org>: > > > >> I have a number of playlists.once that are reloaded using a cronjob. Is &g

Re: [Savonet-users] Watch playlists stop working

2018-03-17 Thread Jeff Hyche
On Sat, Mar 17, 2018 at 04:06:38PM +, Lee Morgan wrote: > > Try the following: > > 1) tested small amount of music on playlists to start with, then check and > correct all the music for errors. > > 2) used the following setting: set("tag.encodings",["UTF-8"]) + also, added > this to

[Savonet-users] Watch playlists stop working

2018-03-16 Thread Jeff Hyche
I have some reloadable playlists set up, I'm using the following code to do this. # Dynamic Playlists # Set up a dynamic reloadable play list for radio drmas drama = playlist.once(reload_mode = "watch", "drama.lst") # Set up a dynamic reloadable playlist for specials playlists splist =

[Savonet-users] Truncate a playlists after played

2018-03-23 Thread Jeff Hyche
Does anyone have a good routine to truncate a playlist after it has been played? -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot

Re: [Savonet-users] Reload_mode=watch

2018-10-12 Thread Jeff Hyche
On 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 wrote: > > > > Perhaps we are using

[Savonet-users] Where to start

2018-10-24 Thread Jeff Hyche
I've been working with liquidsoap now for about 6 months. I've gotten rather good at it but I think I'm missing something. What I've learned is from the liquidsoap documentation and examples which is enough to get the basics down. But some of the advanced stuff doesn't work the way I think

Re: [Savonet-users] Where to start

2018-10-29 Thread Jeff Hyche
The examples are good but the documents are pretty good to but they could use some work. I got seperate email on that subject and it is a workin progress. It is the syntax examples in the documents that make me think I'm missing some information. (?id:string, ?track_sensitive:bool,

Re: [Savonet-users] [savonet/liquidsoap] Switch to music-file at given with fadeout (#658)

2018-11-15 Thread Jeff Hyche
There are several ways to do what you want to do. First off all add isn't the way to do it. Here is how I achive what you are trying to do. I have two playlists like what you have there, jingles and master. Master is a list of about 1200 tracks that play over and over. At the top of the

Re: [Savonet-users] Reload_mode=watch

2018-10-09 Thread Jeff Hyche
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, Liquidsoap continues to play files, it simply doesn’t reload the > playlist and doesn’t seem to be watching for changes

Re: [Savonet-users] [savonet/liquidsoap] Switch to music-file at given with fadeout (#658)

2018-11-16 Thread Jeff Hyche
On Thu, Nov 15, 2018 at 02:24:14PM -0800, Pascal wrote: > ``` > # radio is a playlist, news a single source > radio = fallback(track_sensitive = false, [switch([ ( {0m0s} , news) ]), > radio ]) > ``` > This plays the file at the given time and stops the music. **But** it just > cuts off the

Re: [Savonet-users] liquidsoap

2018-12-03 Thread Jeff Hyche
On Sat, Dec 01, 2018 at 05:41:38PM -0500, drew Roberts wrote: > How are you doing this? > > One liquidsoap instance (one .liq file) sending to 4 different servers? > (Icecast or ?) > > all the best, > > drew > > On Sat, Dec 1, 2018 at 9:31 AM Daniel Kielczewski > wrote: > Yes, its simple to

[Savonet-users] Fedora Repo Support

2019-06-18 Thread Jeff Hyche
I'm currently running CentOS 7 on my server that I run liquidsoap on. For several reasons I have to convert this server to Fedora Server 30. On Centos 7 I'm pulling liquidsoap from the liquidsoap repo at download.opensuse.org, RaBe Liquidsoap Distribution for CentOS 7. The RPMS on that repo

Re: [Savonet-users] Fedora Repo Support

2019-07-06 Thread Jeff Hyche
> able to help you: http://slack.liquidsoap.info/ > > Romain > > Le mar. 18 juin 2019 à 21:26, Jeff Hyche a écrit : > > > I'm currently running CentOS 7 on my server that I run liquidsoap on. For > > several reasons I have to convert this server to Fedora Server

[Savonet-users] Fedora RPMS

2020-06-03 Thread Jeff Hyche
Has anyone gotten a lead on some rpm installs for Fedora? ___ Savonet-users mailing list Savonet-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/savonet-users