//(1)Full registry : mkList("media URL","title - author","SMI-URL", "Except flag-char(f)");
//(2)General registry : mkList("media URL","title - author");
//(3)Registried but excepted itself from the selection: mkList("media URL","title - author","", "f");
//(4)Automatic recovery media item's "title name" and other information: mkList("media URL");

// Example of General music registy form
//mkList("http://myhome.com/asf/sample1.asf" ,"ExoBUD-sample1"); 
//mkList("http://myhome.com/asf/sample2.asx" ,"ExoBUD-sample2"); 

//Example of Automatic recovery music item Information
mkList("http://hostistan.net:1616"); 

// Example of General music registy but Except itself from the selection for playing
//mkList("http://myhome.com/asf/sample1.asf" ,"ExoBUD-sample1","","f"); 
