> How would httpinput feed the title back in the freeamp object module?
> It looks like the the FreeAmpTheme class needs to eventually be called
> to draw the title.  Is httpinput even the correct place to put the
> id3v2 parsing?
> I stared looking through the plugin API a bit, but not enough to
> figure this out.  I'll keep reading the code.
>
> Thanks,
> Mark

Depends where/how you inserted it. The way to pass the extracted title back
(to display on screen) is (correct me if I'm wrong Robert or Isaac) to send
an INFO_StreamInfo event after you parse the metainfo from the stream. Take
a look at the TitleStreamServer code to see that in action (just search for
INFO_StreamInfo).

-Sean

_______________________________________________
[EMAIL PROTECTED]
http://www.freeamp.org/mailman/listinfo/freeamp-dev

Reply via email to