Skip to content

a-p-z/MetaFlac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

MetaFlac

MetaFlac is a library for reading flac meta data with python

from metaflac import MetaFlac
metaflac = MetaFlac('/some/music.flac')
print metaflac.get_streaminfo()
print metaflac.get_application()
print metaflac.get_seektable()
print metaflac.get_picture()
print metaflac.get_vorbis_comment()

About

Read flac meta data with python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages