I store the sound file (mp3) in my Zope. And is there any method of extracting the sound length(01:23) ?
This is a Python issue but not a Zope issue. There are several Python modules available to read the ID3 tags from a MP3 file. Google will be your friend. -aj ----- Original Message ----- From: "Yuji Sato" <yujis@forest-e.co.jp> To: <zope@zope.org> Sent: Monday, September 09, 2002 18:24 Subject: [Zope] extracting sound length
I store the sound file (mp3) in my Zope. And is there any method of extracting the sound length(01:23) ?
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
On Mon, Sep 09, 2002 at 06:50:25PM +0200, Andreas Jung wrote:
This is a Python issue but not a Zope issue. There are several Python modules available to read the ID3 tags from a MP3 file. Google will be your friend.
There are also some Zope products for working with mp3s. Go to the advanced search on zope.org, select type of "Software Product", and search for mp3... --PW Paul Winkler "Welcome to Muppet Labs, where the future is made - today!"
participants (3)
-
Andreas Jung -
Paul Winkler -
Yuji Sato