That sentence confuses me. I know that the client just sends out the link entered in configs.pck to windows and windows itself decides what to do with it. The problem is that it opens the web browser instead of a program that is registered with the file ( like .pls links to Winamp or Mediaplayer ) and that is my problem atm.
Hmm. But hey, that brings me to another idea. What if i give the configs.pck a link to a file instead of links to the net. Like FMOD.exe -playstream:"http://blabla" ... I'll test
------Edit:---------
Works just fine. So you can simply start an external program with parameters. Doesnt need to be an audio player btw. I tried with calc.exe which is the calculator of windows and it worked well. I clicked the "radio" link in PW and it opens the calculator. That means if i just write a small program that runs in background and opens a stream with options like i said above, all i have to do is check if elementclient.exe is active. When elementclient.exe closes it closes itself too. And thats mah mission for tonight
