Get tags from a music file

Χρήστος Τριανταφύλλης christriant1995 at gmail.com
Fri Mar 2 03:55:17 PST 2012


i used try - except!!
thanks!

Στις 29 Φεβρουαρίου 2012 6:31 μ.μ., ο χρήστης Χρήστος Τριανταφύλλης <
christriant1995 at gmail.com> έγραψε:

> how i can check if the tags['artist'] is an empty tag? (no artist)
>
> Στις 23 Φεβρουαρίου 2012 9:12 μ.μ., ο χρήστης Χρήστος Τριανταφύλλης <
> christriant1995 at gmail.com> έγραψε:
>
> 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/20120302/a7200e2e/attachment.htm>


More information about the gstreamer-devel mailing list