Is there some kind of management system for an MP3 server available for handling about 60GB of MP3 ? The system should be able to handle playlists, sort all data by different criteria..... If there is none I should write one :-) Andreas
Is there some kind of management system for an MP3 server available for handling about 60GB of MP3 ? The system should be able to handle playlists, sort all data by different criteria..... If there is none I should write one :-)
As far as I know there aren't any. I've been looking at building a MP3 management system myself for about 5GBs of MP3s. Manage files on the filesystem via LocalFS, write stuff to handle playlist editing, ID3 tag editing as well as Icecast management... Something like that :) Cya Jonathan
On Mon, 5 Mar 2001 13:16:57 +0100 Jonathan (Listserv Account) <listsmurf@ur.nl> wrote:
Is there some kind of management system for an MP3 server available for handling about 60GB of MP3 ? The system should be able to handle playlists, sort all data by different criteria..... If there is none I should write one :-)
As far as I know there aren't any. I've been looking at building a MP3 management system myself for about 5GBs of MP3s. Manage files on the filesystem via LocalFS, write stuff to handle playlist editing, ID3 tag editing as well as Icecast management...
Consider, instead, adapting ExtImage for compressed audio files, so that metadata can be import transparently into zope and commited back to the file when changed. This ExtAudio product could quite easily support both mp3 and vorbis, and id3 v1.*/2.* or vorbis comments. John
Consider, instead, adapting ExtImage for compressed audio files, so that metadata can be import transparently into zope and commited back to the file when changed. This ExtAudio product could quite easily support both mp3 and vorbis, and id3 v1.*/2.* or vorbis comments.
Not a bad idea... Certainly worth looking at. I'm gonna try the Radio Free Pete product first and see how it's done. Cya Jonathan
Hi all, "Jonathan (Listserv Account)" wrote:
Consider, instead, adapting ExtImage for compressed audio files, so that metadata can be import transparently into zope and commited back to the file when changed. This ExtAudio product could quite easily support both mp3 and vorbis, and id3 v1.*/2.* or vorbis comments.
Not a bad idea... Certainly worth looking at. I'm gonna try the Radio Free Pete product first and see how it's done.
Funny to read this. Days ago a friend called me about that problem too. So I began the work with a subclass of File. If you know deeper details of the header formats of mp3-files, please let me know. Regards Tino
If you know deeper details of the header formats of mp3-files, please let me know.
ID3v2 tags are a serious pain to deal with. v1 tags are really simple though. I haven't found a reliable open source way to decode *any* ID3 tag (v1 and all the v2 variants), but hopefully there is one out there somewhere. Should also check out the relatable/musicbrainz tech: http://www.relatable.com/tech/trm.html It actually analyses the *audio* and fingerprints it, so it handles any audio files from any source. The have a voting system for naming the artists and tracks and such, and it looks a bit more accurate than CDDB. I tried out the example C++ code, and it seemed to work (identified some untagged Bjork mp3s). Just needs a Python wrapper. - Isaac =) -- It tastes like burning! - Ralph Wiggum
andreas@andreas-jung.com wrote:
Is there some kind of management system for an MP3 server available for handling about 60GB of MP3 ? The system should be able to handle playlists, sort all data by different criteria..... If there is none I should write one :-)
http://www.zope.org/Members/pgautier/rfp/ZRFP cheers, Chris
participants (6)
-
andreasï¼ andreas-jung.com -
Chris Withers -
Isaac Reuben -
John Morton -
Jonathan (Listserv Account) -
Tino Wildenhain