Get tags from a music file
Χρήστος Τριανταφύλλης
christriant1995 at gmail.com
Wed Feb 29 08:31:57 PST 2012
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/20120229/779cf03c/attachment-0001.htm>
More information about the gstreamer-devel
mailing list