There is a simpler solution than #166 in your case, you simply need to
insert the metadata in the stream:
jingles = map_metadata(fun (m) -> list.append([("jingle","true")],m),
playlist("jingles_dir"))
(I didn't test but it works in spirit at least :p)Now the question is "when is #166 useful". I agreed with Romain five minutes ago that it didn't hurt, but still, I'm puzzled: there always seems to be an other solution. The patch in #166 allows to rewrite the path before that it is resolved. So you could generate a playlist on one machine, and use it on a remote machine by adding http://... before all paths. Sounds like an advanced use that could as well done with a sed before liquidsoap. Cheers, -- David ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
