View Single Post
Old 08-22-2006, 09:05 AM   #39
enitalp
Constant Bitrate
 
Join Date: Jan 2006
Location: Montreal, QC, CA
Vehicle: 2005/Ford/Mustang GT
Posts: 196
My Photos: ()
Quote: Originally Posted by tcghost View Post
I was running it on my dual core laptop with 1 gb of ram too... :-/

does it read through the music and video directories at startup? cause I have more than 100 gb of files in those directories

Yes at startup i parse the media directory to memorize the directory tree. No operation on the file.

For me the execution of this part of code is less than 0.1s, and i'm in slow debug mode.

for mp3 dir = 5.5go 660 files
video dir = 4.6go 115 files.
not that much file but it's very fast. no reason to be slow.

it must be the skin loading. In the next version i will add a splash screen with operation in progress before showing the menu. and i will log all in a log file. That way i could see the crashing problem, and the speed problem at loading.

Last edited by enitalp : 08-22-2006 at 09:08 AM.
enitalp is offline   Reply With Quote