Re: [Savonet-users] Issue with Metadata and fallback with skip source

2010-02-24 Thread David Baelde
On Wed, Feb 24, 2010 at 9:58 AM, David Baelde wrote: > My feeling is that I won't call this story a bug but a funny behavior. A "funny behavior" should be viewed as a bug, but here I meant "complex behavior". -- Download

Re: [Savonet-users] Issue with Metadata and fallback with skip source

2010-02-24 Thread David Baelde
My feeling is that I won't call this story a bug but a funny behavior. If you skip incorrectly it's hard to change this kind of behavior -- it wouldn't make sense and probably break other things. In fact this extra metadata could be seen as a good think because it helps tracking the problem. This b

Re: [Savonet-users] Issue with Metadata and fallback with skip source

2010-02-24 Thread Romaric Petion
lde Envoyé : mardi 23 février 2010 21:35 À : Romaric Petion Cc : Romain Beauxis; savonet-users@lists.sourceforge.net Objet : Re: [Savonet-users] Issue with Metadata and fallback with skip source On Tue, Feb 23, 2010 at 2:32 PM, David Baelde wrote: > I've opened a ticket containing my remar

Re: [Savonet-users] Issue with Metadata and fallback with skip source

2010-02-23 Thread David Baelde
On Tue, Feb 23, 2010 at 2:32 PM, David Baelde wrote: > I've opened a ticket containing my remarks from a previous mail. As I > was digging more into this issue I found out that the replay_metadata > feature seemed to be already implemented as desired. But you don't > skip as I was imagining -- as

Re: [Savonet-users] Issue with Metadata and fallback with skip source

2010-02-23 Thread David Baelde
> Ok, It seems to work as needed! > > Many thanks > > Romaric > > -Message d'origine- > De : David Baelde [mailto:david.bae...@gmail.com] > Envoyé : mardi 23 février 2010 16:56 > À : Romain Beauxis > Cc : savonet-users@lists.sourceforge.net; Romaric Pet

Re: [Savonet-users] Issue with Metadata and fallback with skip source

2010-02-23 Thread Romaric Petion
Ok, It seems to work as needed! Many thanks Romaric -Message d'origine- De : David Baelde [mailto:david.bae...@gmail.com] Envoyé : mardi 23 février 2010 16:56 À : Romain Beauxis Cc : savonet-users@lists.sourceforge.net; Romaric Petion Objet : Re: [Savonet-users] Issue with Metadat

Re: [Savonet-users] Issue with Metadata and fallback with skip source

2010-02-23 Thread David Baelde
Hi Romaric, I have (finally) tested your script, and I confirm the surprising behavior on the SVN version. There are essentially two mechanisms in liquidsoap that "replay" metadata. I had in mind the low-level one, but I forgot the specific mechanism attached to switching operators which seems to

Re: [Savonet-users] Issue with Metadata and fallback with skip source

2010-02-12 Thread David Baelde
Hi, Sorry, I intended to try your script but got caught into other things. To get more information, you could log all metadata, using on_metadata, for example: s = on_metadata(fun (m) -> log(string_of(m)),s) This will log rather verbosely ALL metadata that comes through s. I bet that you will fi

Re: [Savonet-users] Issue with Metadata and fallback with skip source

2010-02-12 Thread Romain Beauxis
Le vendredi 12 février 2010 07:45:45, Romaric Petion a écrit : > Hi, Hi ! > I use liquidsoap with 2 sources: 1 from a playlist and the second from > equeue. > > I would like playlist active when equeue empty, and equeue active when > something inside. > I also want to skip to a new song

[Savonet-users] Issue with Metadata and fallback with skip source

2010-02-12 Thread Romaric Petion
Hi, I use liquidsoap with 2 sources: 1 from a playlist and the second from equeue. I would like playlist active when equeue empty, and equeue active when something inside. I also want to skip to a new song from the playlist when come back to it. I use the cross_fade for all transitions. # my fa