RE: winamp playlist question it wont display but play s.
[email protected] Wed, 13 Nov 2002 08:31:05 -0800
| Newsgroups | gmane.comp.apache.mod-mp3 |
|---|---|
| Message-ID | <[email protected]> |
you are probably just playing the stream by connecting to http://192.168.0.22:8000 in winamp right? well, here are some options... 0) enable random (MP3Random On) and connect to the server and get a stream that starts at a different song each time you press play... this (MP3Random) will not work if you want to pick the tunes (see 1 and 2 below) 1) visit http://192.168.0.22:8000/?op=m3u2 and download the file to your machine or just open it in winamp. this will give you a list as you requested. (you can edit this list with a text editor if you save it locally) 2) install a 3rd party front end like ampache... greg ____________________________________ Greg Lawler Director of Information Technology Brooks Institute of Photography 805-690-7615 ____________________________________ -----Original Message----- From: Frank S [mailto:[email protected]] Sent: Tuesday, November 12, 2002 7:18 PM To: [email protected] Subject: [Mod_mp3] winamp playlist question it wont display but plays. Hi everyone, I have mod_mp3 running fine on my redhat 7.3 box, but I cant seem to get my playlist to display in winamp, or any other player for that matter. When I connect to my server, the stream starts, but all i see in the list is song playing. I would like to have the whole list in winamp, so that i can skip ahead or back. The way it is now, I cant even skip to the next song, it just starts the first one over again. Is there a way to do this? Below is my current config in httpd.conf. Thanks in advance <IfModule mod_mp3.c> Listen 8000 <VirtualHost 192.168.0.22:8000> ServerName music.com MP3Engine On MP3CastName "myunes" MP3Genre "groovey tunes" #MP3Random On #MP3 /some/place/mp3 MP3Playlist /some/place/playlist.m3u &nbs! p; MP3Log /var/log/httpd/mp3stream_log #MP3Allow *.mp3 #MP3DispatchAgent internal MP3DefaultOperation m3u Timeout 1200 # If you want to announce yourself, enable this #MP3DirectoryServer http://yp.modmp3.net/ </VirtualHost> # Allow server status reports, with the URL of http://servername/server-status #andom One the ".your_domain.com" to match your domain to enable. # #<Location /mp3-status> # SetHandler mp3-status # Order deny,allow # Deny from all # Allow from .your_domain.com #</Location> </IfModule> Do you Yahoo!? U2 on LAUNCH - Exclusive medley & videos from Greatest Hits CD