DISCLAIMER: While the script itself does not do anything else but killing running music_player instances and playing audio streams, I won't accept liability for damage/lost data due to, e.g., instabilities/reboots/...

Otherwise, enjoy! ;) 

Use:
1) Enable wifi connection:
	a) start browser and connect to network
	b) exit browser, but do _NOT_ disable Wifi ;)
2) Select the stream you would like to listen to
	A script in the "text editor" directory of the SDCard should contain a file named "stream_list.txt".
	The file should contain a list of http urls (1 per line). (Mind that these should NOT be the urls of the radio's website, but the urls of the stream - check the radio's .m3u or .pls files)
	_Exactly_ one line should start by a single '*' (this is the selected stream)
	(Consult stream_list.txt example contained in archive)
3) Execute play_http_stream.oar
4) Enjoy reading/browsing on your M92, but do _NOT_ close the Wifi connection...
5) execute stop_player.oar
6) Disable wifi connection:
	a) start browser
	b) exit browser and disable wifi


Filling stream_list.txt:
While you may always copy-paste urls manually into it, I've added a script to make things easier for you:
append_urls_to_list.oar appends the urls of all .m3u and .pls files found in the 'downloads' directory of the SDCard.

You may thus click on the radio website link which gives you the MP3 streaming playlist file,
(It will be saved in the 'downloads' directory)
and then start the abovementioned script.

If all goes well, you'll find new entries in your stream_list.txt file (which you may in turn edit with the 'Notes' application).

Do not forget to remove the playlist files from the downloads directory afterwards. (Or they will be added once more next time ;) )

