I really don't think this is possible. I've looked at the code cookbook and didn't see anything of what you wanted done. I'm still using an older version but still. > On Mar 31, 2016, at 10:17 AM, Info <[email protected]> wrote: > > Hello Sarah, and Thanx for your Answer. > > What i will Do, > > Code snipes from my radio.liq > ...... > > live = input.http("http://192.168.10.100:8000/live1") > > #From live1 "genre" must be ovewrite the output "genre" if live1 is online > > s = fallback(track_sensitive=false,[live,s]) > > output.icecast(%mp3, > mount="/live", > host="192.168.10.100", > port=8000, > name="***", > genre="Misc", <<<---This must be overwrite from live1 if online > description="****", > url="***", > > Do you now what i mean, sorry for my english > > MfG > > Am 31.03.2016 um 19:04 schrieb Sarah Alawami: >> I don't think there is a way to read artists in to icecast. Remember, >> icecast is output only. Never input, I mean you can't input playlists, not >> unless you stream from harbor or something like that. What are you aiming to >> do exactly? >>> On Mar 31, 2016, at 3:55 AM, Info <[email protected]> wrote: >>> >>> Hallo all, >>> >>> There are many examples of titles and artist, but that will be output >>> anyway one on one from live input. >>> >>> Output.icecast is Genre and Discription a fixed size. >>> >>> How can I Genre and Discription also transferred one to one from input >>> to output >>> >>> I tested already many examples, nothing. >>> >>> def append_genre (m) = >>> # Grave the current genre >>> genre = m ["genre"] >>> >>> # Return genre metadata >>> [("Genre", "# {genre}")] >>> end >>> s = map_metadata (append_genre, s) >>> >>> What can I do? >>> >>> Thanx >>> >>> >>> ------------------------------------------------------------------------------ >>> Transform Data into Opportunity. >>> Accelerate data analysis in your applications with >>> Intel Data Analytics Acceleration Library. >>> Click to learn more. >>> http://pubads.g.doubleclick.net/gampad/clk?id=278785471&iu=/4140 >>> _______________________________________________ >>> Savonet-users mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/savonet-users >> >> ------------------------------------------------------------------------------ >> Transform Data into Opportunity. >> Accelerate data analysis in your applications with >> Intel Data Analytics Acceleration Library. >> Click to learn more. >> http://pubads.g.doubleclick.net/gampad/clk?id=278785471&iu=/4140 >> _______________________________________________ >> Savonet-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/savonet-users > > > ------------------------------------------------------------------------------ > Transform Data into Opportunity. > Accelerate data analysis in your applications with > Intel Data Analytics Acceleration Library. > Click to learn more. > http://pubads.g.doubleclick.net/gampad/clk?id=278785471&iu=/4140 > _______________________________________________ > Savonet-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/savonet-users
------------------------------------------------------------------------------ Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785471&iu=/4140 _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
