So I am experimenting with writing an XMradio plugin. I now have code where I can pass in a channel number, and it will on-the-fly create the URL that I need use.
I currently have an XMradio database, which has the following structure: XMradio Music Category -> Radio Station
When I click on the radio station, it will try to pass the "paramenter" field into WinAmp. If I leave it blank, it will open up a "File Open" window (expecting me to open up a file for winamp to play). Is there a way to INHIBIT this behavior, as I would rather call my plugin function (which in turn will pass URL into WinAmp).
I know the option would be to create separate pages for each category, and separate events for each station, but this would be a management nightmare.
Thanks!