
	RIOGEO v1.00 is a modification of RIO
	--------------------------------------------
	RIO utility - Ashpool Systems (c) 1999
	--------------------------------------------

        Files
        -----
        readme.txt      This file
	playlist.txt	example playlist file
	riogeo.exe	riogeo compiled with MSVC5

	Overview
	--------
	'riogeo' is a simple command line utility which allows
	you to display and manage files on your Diamond Rio
	portable music player. It is based on the GPL source code
	for a utility called 'rio'.
	At present v1.00 only supports the Diamond Rio PMP300 with
	32M internal flash memory. Additional external flash memory
	is not supported.

	command line switches available :-

		-d display directory
		-i initialize
		-u specify file to upload
		-o specify track to download
		-f specify text based playlist file which contains files
			to be upload
		-p specify parallel port base IO address, default=0x378
		-v enable verbose mode

	examples...

		; display directory using parallel port at 0x278
		riogeo -p 0x278 -d

		; initialize and upload file
		riogeo -i -u song.mp3

		; initialize and upload files in playlist
		riogeo -i -f playlist.txt

		; download track 1
		riogeo -o 1

	Known Bugs
	----------

	You may see block/file part retry errors, dont be alarmed, unless
	you get a message saying it didn't get the block/file part at all.

	Thank You's
	-----------

	A Huge Thankyou goes out to the creators of the original 'rio'
	utility, with out them this would never have appeared.

	Note
	----

	Riogeo is released under a GPL licensce as under GPL terms from the
	use of the original 'rio' utility's source code. If ANYONE wants the
	source code then just go to the website.

	http://welcome.to/riogeo

	The use of riogeo is entirely at your own risk. I cannot in anyway be
	held responsible for any problems it may cause. Use at your own risk.

	Credits
	-------
	Original Developers of RIO
	Snowblind Alliance
	http://www.world.co.uk/sba
        sba@tessier-ashpool.cix.co.uk

	Creators of RIOGEO modification of RIO
	http://welcome.to/riogeo
	rio_geo@yahoo.com
