Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


In this Discussion

Shoutcast playlists
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.

Shoutcast playlists

LeeLee Veteran
edited January 2015 in Help

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

  • traceraytraceray Member
    edited January 2015

    find /tracks -type f -name "*.mp3" -print > play.lst

    Thanked by 1Lee
Sign In or Register to comment.