Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
(1) expose this parameter as a command parameter by adding a new command parameter to show file list
http://forum.linuxmce.org/index.php?topic=11279.0
void Orbiter::CMD_Show_File_List(int iPK_MediaType,string sCommand,string &sCMD_Result,Message *pMessage)//<-dceag-c401-e->{ cout << "Need to implement command #401 - Show File List" << endl; cout << "Parm #29 - PK_MediaType=" << iPK_MediaType << endl; cout << "Parm #236 - Command=" << sCommand << endl;}
(1) expose this parameter as a command parameter by adding a new command parameter to show file list(2) run DCEGen on the Orbiter device template, to get the new Show File List method inside Orbiter(3) modify the method to check if this parameter is set, if so, set the appropriate sParams inside.