Hi Andre, The filename (or initial_uri) metadata is probably what you're looking for. To access it, on_metadata is the way to go. For example, try adding radio = on_metadata(fun(m)->log(m), radio) in your script. You'll see the kind of metadata that goes through, then you can change the handler to extract the metadata of interest, and do a system call instead of logging.
Hope this helps, -- David ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
