Re: [Savonet-users] reload_mode=watch on directory?

2020-10-01 Thread Florian Reiterer
Thanks to all for the input! Going for modified date now. Regards, Florian > Am 30.09.2020 um 02:08 schrieb Romain Beauxis : > > Hey there! > > I believe that we have two implementation for this functionality: > - Default implementation looks at the directory's last modified date. If that > c

Re: [Savonet-users] reload_mode=watch on directory?

2020-09-29 Thread Romain Beauxis
Hey there! I believe that we have two implementation for this functionality: - Default implementation looks at the directory's last modified date. If that changes, the playlist is reloaded. It can be a little crude. - The inotify implementation uses inotify ( https://man7.org/linux/man-pages/man7/

Re: [Savonet-users] reload_mode=watch on directory?

2020-09-28 Thread jaaky 325
Been using that setup for awhile. Seems to work well: s0n1ks = playlist(mode='randomize', reload_mode="watch", "/home/liquidsoapuser/music/s0n1ks/“) Besides adding new files, we also remove and update existing files in the directory all the time. I understand this is not truly supported and the

[Savonet-users] reload_mode=watch on directory?

2020-09-28 Thread Florian Reiterer
Hi all, Would the playlist parameter „reload_mode=watch“ work when it points to a directory? That as a result of adding files to a directory that is played out in random shuffle mode the playlist gets reloaded? Thanks for a confirmation! Regards, Florian _

Re: [Savonet-users] Reload_mode=watch

2018-10-13 Thread Damian
I’ve changed the log file level but it doesn’t really give me any error messages related to reload_mode=watch - I still can’t figure out why liquidsoap is not reloading the playlist when I make changes to the music directories. > On 13 Oct 2018, at 3:30 am, Jeff Hyche wrote: > > On Fri, Oct 1

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 sl

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 > playlist. My sc

Re: [Savonet-users] Reload_mode=watch

2018-10-09 Thread Damian
Perhaps we are using slightly different systems. I never delete or remove a playlist. My script randomises the songs in directories and then creates the playlist. I only ever move, add or remove songs inside those directories. The ‘watch’ function worked before but it doesn’t anymore and I suspe

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 anymor

Re: [Savonet-users] Reload_mode=watch

2018-10-08 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 jwhyche
day, 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, at 10:22 pm, Damian mailto:d...@riseup.net> > wrote: Hi, I’m running Liquidsoap version 1.1.1 with icecast on Debian 9. It’s been pr

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. Checking the logs shows no signs of the pla

[Savonet-users] Reload_mode=watch

2018-10-01 Thread Damian
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. Checking the logs shows no signs of the playlist being refreshed when a file is moved, added or deleted. I have tried removing Liquidoa