Re: listening for tags on audio stream



Hi,

please find my preliminary patch attached.

Found a way to get the tags:

        n = tag_list.n_tags();
        for(i=0;i<n;i++) {
          tag = tag_list.nth_tag_name(i);
          ...


Now I would like to add them to the current meta data. How should
that 
be done?

regards,

Hi,

I will push my local branch later where I have a bit of code. The
main 
issue is to
determine when to override the provided tags and when not to.
_______________________________________________
rygel-list mailing list
rygel-list gnome org
https://mail.gnome.org/mailman/listinfo/rygel-list

Attachment: guess-metadata.patch
Description: Text Data



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]