Le Friday 24 October 2008 10:29:11 Jean-Francois Mauguit, vous avez écrit :
> Hello,

        Hi !

> I'm using a annotate string like
> nnotate:title="Je Vais  
> Vite
> ",artist
> =
> "Lorie
> ",year
> ="",liq_fade_in="0.20",liq_fade_out="2.00",liq_start_next="2.00":/mm/
> fluxes/42/track2bNQEJ_0.00.20_3.28.50.mp3
>
> Which is working in 0.3.6. But the same string doesn't sound to work  
> in 0.3.8 as Icecast doesn't show anymore title and artists.

I'm using annotate strings on radiopi, and it seems to work quite well. 

My guess is that there could have been a change in the handling of annotated 
metadata when a metadata already exist.

In other word, I can see the new bla metadata when I pass bla="bli", but 
artist metadata is not replaced if I pass artist="bli".

I don't know how it behaved in 0.3.6, but on RadioPi we have always used an 
explicit renaming of the metadata, in the form of:
  rewrite_metadata(
   [("artist",'$(if $(display_artist),"$(display_artist)","$(artist)")'),
    ("title", '$(if $(display_title),"$(display_title)","$(title)")'),
    ("album", '$(if $(display_album),"$(display_album)","$(album)")')],

Where the annotate metadata are "display_artist" and not directly "artist". 

How this helps..

Romain


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to