Get tags from a music file

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


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




More information about the gstreamer-devel mailing list