So I installed WinAmp 5.54, which has a pretty cool interface to AOLMusic. I spent the greater portion of my weekend writing code to create an AOL streaming music database (300+ stations). I finally got the code completed, and built the database.
So here is my problem:
The URL of a stream is of the format: IP_ADDRESS/CBS_R20_820P_F128?ext=.flv
So like any other stream that WinAmp is capable of playing, I just put this into the "Parameter" field in the database.
But in this case, it appears that WinAmp is only seeing IP_ADDRESS/CBS_R20_820P_F128?ext= (chopped at the period)
instead of IP_ADDRESS/CBS_R20_820P_F128?ext=.flv
So either Xlobby is cutting it off when sending it into WinAmp API, or WinAmp api is cutting it off once it shows up.
Any advice, so I don't feel like I wasted 2 full days?
Thanks!