I have been trying to access the "artist" and "title" metadata in the xml files as separate entities, But have found thar artist is missing, and title contains a combined form. My source is a modified version of ices-0.4 sending mp3 streams. The modification is to attach artist and title metadata instead of song, which seems tobe working, in that both the artist and title are present. What does shout_set_metadata do? I have tried to use wireshark to see what is being sent to the server, but it doesn't appear to be anything obvious... -Craig -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20160226/b5be07d7/attachment.htm
On 26 Feb 2016, at 7:03, A. Craig West wrote:> I have been trying to access the "artist" and "title" metadata in the > xml > files as separate entities, But have found thar artist is missing, and > title contains a combined form. > My source is a modified version of ices-0.4 sending mp3 streams. The > modification is to attach artist and title metadata instead of song, > which > seems tobe working, in that both the artist and title are present. > What > does shout_set_metadata do? I have tried to use wireshark to see what > is > being sent to the server, but it doesn't appear to be anything > obvious... > -CraigFor MP3 streaming metadata ICY is used, which is not capable of having separate Artist and Title metadata bust just one single combined string for metadata, as far as I know. So there is no way to get that information if you use MP3, sorry.> _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast
So why does the ices.conf file have <Protocol>http</Protocol> ic it is going to use icy anyways? On Fri, Feb 26, 2016 at 2:00 AM, Marvin Scholz <epirat07 at gmail.com> wrote:> On 26 Feb 2016, at 7:03, A. Craig West wrote: > > > I have been trying to access the "artist" and "title" metadata in the > > xml > > files as separate entities, But have found thar artist is missing, and > > title contains a combined form. > > My source is a modified version of ices-0.4 sending mp3 streams. The > > modification is to attach artist and title metadata instead of song, > > which > > seems tobe working, in that both the artist and title are present. > > What > > does shout_set_metadata do? I have tried to use wireshark to see what > > is > > being sent to the server, but it doesn't appear to be anything > > obvious... > > -Craig > > For MP3 streaming metadata ICY is used, which is not capable of having > separate Artist and Title > metadata bust just one single combined string for metadata, as far as I > know. > So there is no way to get that information if you use MP3, sorry. > > > _______________________________________________ > > Icecast mailing list > > Icecast at xiph.org > > http://lists.xiph.org/mailman/listinfo/icecast > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20160226/9d4e6393/attachment.htm