From dizzyduck at softhome.net Fri Jul 26 18:19:02 2002 From: dizzyduck at softhome.net (Gee) Date: Fri, 26 Jul 2002 23:19:02 +0100 Subject: Ogg vorbis? Message-ID: <20020726221902.GA2489@duck.localdomain> Is anyone working to add Ogg Vorbis support to Sky Script? I only ask because I am planning to do so soon -- however if someone else is already working on it there's no point in duplicating the effort. So far I have made a very simple change to Sky Script include .ogg files in the list. I have modified line 740: my @between = `find "$offerdir" -type f -follow -name "*.mp3"`; to: my @between = `find "$offerdir" -type f -follow -regex ".*\.mp3\\|.*\.ogg"`; Next, I'm gonna try to add bitrate, sample rate, etc. information. -- Gee Law