Icecast Radio MP3 Uploader for AutoDJ

Install EZStream on Ubuntu
# apt-get update && apt-get -y install ezstream

Make MP3 Playlist for Icecast AutoDJ
# /usr/bin/find /usr/share/nginx/html/radio-autodj/songs/ -name “*.mp3” > /usr/share/nginx/html/radio-autodj/playlist.m3u

# chmod 0755 /usr/share/nginx/html/radio-autodj/ez.xml

Start EZStream with Icecast AutoDJ mountpoint
# /usr/bin/ezstream -v -v -c /usr/share/nginx/html/radio-autodj/ez.xml &