On Do, 2012-07-12 at 15:48 +0800, Soho Soho123 wrote: > Dear Jens, > > Could you give me the hint about : > In Rygel media export plugin, where is the code get the result of MP3 ID3 tag?
The code which gets the id3 tag is http://git.gnome.org/browse/rygel/tree/src/plugins/media-export/rygel-media-export-item.vala#n197 Taking the tags from GStreamer and putting it into an item which is later "serialized" into SQLite inside http://git.gnome.org/browse/rygel/tree/src/plugins/media-export/rygel-media-export-media-cache.vala#n488 _______________________________________________ rygel-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/rygel-list
