Get tags from a music file

Χρήστος Τριανταφύλλης christriant1995 at gmail.com
Thu Feb 23 11:12:52 PST 2012


that worked!!
thank you very much!
you saved me from a lot of trouble!

2012/2/23 Tim-Philipp Müller <t.i.m at zen.co.uk>

> On Thu, 2012-02-23 at 20:51 +0200, Χρήστος Τριανταφύλλης wrote:
>
> > it works but the result is <GstTagList at 0x9fbf138>
> > how i can make it into a list?
>
> Something like this should print the tags:
>
> for tag_name in tags.keys():
>  print tag_name, ' = ', tags[tag_name]
>
>  Cheers
>  -Tim
>
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20120223/f8d31042/attachment.html>


More information about the gstreamer-devel mailing list