LuaPlayer (Work in progress documentation!):

example usage:
	
	LuaPlayer -rngseed 123456 -script c:/full_path_to/my/script.lua -playlist d:/full_path_to/my_playlist.txt -files

parameters: 

-script <filename>	
	(required) 
	Loads the script that will be executed by the player; the player will begin execution in the "main" 
	function.

-playlist <filename>
	(optional)
	Loads a file that contains arbitrary many URIs that are available to Lua via the "get_filenames()" API

-rngseed <integer>
	(optional)
	Specifies a seed value for the random number generator

-files <filename> <addtional filename> ... 
	(optional)
	Each <filename> is added to the URI list returned by the "get_filenames()" API