Get tags from a music file

Tim-Philipp Müller t.i.m at zen.co.uk
Thu Feb 23 07:37:23 PST 2012


On Thu, 2012-02-23 at 17:29 +0200, Χρήστος Τριανταφύλλης wrote:
> no? ok thanks for your help!
> 
>         is there any documentation about discoverer that i can read?

There's documentation for the C API:
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-libs/html/gst-plugins-base-libs-gstdiscoverer.html

GstDiscoverer will give you one or more tag lists (GstTagList), which is
where you get most other metadata information from, such as artist,
title, track number, etc.

Cheers
 -Tim




More information about the gstreamer-devel mailing list