New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
Shoutcast playlists
Been working on a small personal project related to history for a while now, I have a couple of audio streams running via cPanel with WHMSonic but I want to move these to their own VPS.
Here is my issue though. Let's say I have 200 mp3 files in a directory on the VPS and that is one of my playlists, is there a really easy way to generate the playlist file with all those tracks?
Unless I am missing something obvious it seems like a manual process.
Comments
find /tracks -type f -name "*.mp3" -print > play.lst