Hi all,

I think I have the same (or similar) problem.
With beta 1, I have 17 metadatas for each played file. I have title of the
song, artist's name, filename ...
With beta 2 and the same liq script I have only seven metadatas and I don't
have the title of the song and the artists name. I have the filename.

I switched back to beta1, so I can't send a log file.

Best,

Alain
--
http://www.netvibes.com/bolli#Contact


2011/7/16 Romain Beauxis <[email protected]>

> Hi Alexander!
>
> Le 13 juillet 2011 20:08, Alexander <[email protected]> a écrit :
> > Hello,
> > i'm using this config:
> >
> > #!/usr/local/bin/liquidsoap
> > # Log dir
> > set("log.file.path","/usr/storage/tmp/2/radio.log")
> >
> > # Music
> > myplaylist = playlist("/usr/storage/tmp/playlists/main/list.m3u")
> > # Some jingles
> > jingles = playlist("/usr/storage/tmp/playlists/jingles/list.m3u")
> > # If something goes wrong, we'll play this
> > security = single("/usr/storage/tmp/playlists/security.mp3")
> >
> > # Start building the feed with music
> > radio = myplaylist
> > # Now add some jingles
> > radio = random(weights = [1, 4],[jingles, radio])
> > # And finally the security
> > radio = fallback(track_sensitive = false, [radio, security])
> >
> >  # Stream it out
> > output.icecast(%mp3,
> >   host = "localhost", port = 8000,
> >   password = "hackme", mount = "testmount",
> >   radio)
> >
> > When i start streaming i can see only tags of security track in
> > winamp/icecast statistics...
> > I think the problem can be that they are not updated.
> >
> > How i can fix this problem? It's very necessry for me to know what is
> > playing, because my script is collecting statistics from icecast :(
> > Thanks in advice!
>
> Looking at your script, I think it should definitely work..  Could you
> tell us which version of liquidsoap you are using (liquidsoap
> --version) and also post a verbose log of the execution of the script
> using set("log.level",4) ?
>
> Thanks,
> Romain
>
>
> ------------------------------------------------------------------------------
> AppSumo Presents a FREE Video for the SourceForge Community by Eric
> Ries, the creator of the Lean Startup Methodology on "Lean Startup
> Secrets Revealed." This video shows you how to validate your ideas,
> optimize your ideas and identify your business strategy.
> http://p.sf.net/sfu/appsumosfdev2dev
> _______________________________________________
> Savonet-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/savonet-users
>
------------------------------------------------------------------------------
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on "Lean Startup 
Secrets Revealed." This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to