2012/9/27 Akos Veres <[email protected]>:
> Hi,

Hey,

> Quick update, I managed to do what I wanted, maybe it's the "noob" way, but
> here's what I got:
>
>> # A function applied to each metadata chunk
>> def dj_title(m) =
>>   # Grab the current title
>>   title = m["title"]
>>   # Return a new title metadata
>>   [("title","Live DJ / #{title}")]
>> end
>> # Apply map_metadata to s using append_title
>> dj = map_metadata(dj_title, dj)
>
>
> And so added to each live http that comes in.

That looks fine to me!

Romain

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://ad.doubleclick.net/clk;258768047;13503038;j?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to