Playlist player like the Soundcloud site #playlist
Edit
by Ptr Pointer - 10 years ago (2014-11-15)
Play audio randomly from a playlist
| I want an audio player that can play random songs from a playlist. |
Ask clarification
1 Recommendation
MP3 Jukebox: Serve play lists to implement a Web based jukebox
This class provides the functionality of a simple jukebox like Web based Radio.
It can generate and serve play list files that contain the URLs of a set of audio files that are queued for playing consecutively.
The audio files to be played are stored in queue directory. The class keeps the play order according to the order by which the files were uploaded to the queue directory. The files are deleted from the queue directory after they are served.
The class supports both Windows Media Player and WinAmp and compatible play lists, but WinAmp is more reccomended because it does not cache the files. Windows Media Player hangs on playing just one file again and again sometimes.
The player must be set to repeat continuously the audio track. In case of Windows Media Player also to always connect to the Internet ('Options/Player/Connect to the Internet'). Then just select 'File/Open URL' and type in the Internet address of the script.
| by Manuel Lemos 26695 - 10 years ago (2014-11-24) Comment
This class can serve playlists using songs defined by the URLs of the MP3 files on the Web.
It serves the playlists in the M3U format so it can be played by the application on the user machine that is registered to play songs from a playlist. |