The private channels which I tried to add, are actually public stations, but they have URLs which change daily for each broadcast.
I have a local webserver on a Raspberry Pi where I use curl and awk/sed/perl in a CGI to grab the current URL and create a playlist to send back to the radio. I do this for my Squeezebox. This way, the radio has a static URL and the webserver does the work. The current playlist I have doesn't seem to work with the Otek. What types of playlists are supported? Is there a different way to do this for this radio?
Also, I enabled ssh and was unable to ssh to the machine (connection refused). Is there a way that I can have the radio itself do the screen scraping for the URLs directly (curl awk/sed/perl available)?
Thanks!