Ryzee119 / LithiumX

A simple dashboard, mainly developed for the Original Xbox console, but it can be compiled for Windows and Linux for rapid development and testing.
MIT License
72 stars 8 forks source link

Folder Depth #50

Open jamesah2008 opened 5 months ago

jamesah2008 commented 5 months ago

I'm attempting to add a large CCI collection to my lithiumX.toml file but the default dash doesn't seem to do a deep enough scan of the folder structure to see the XBE files. Any suggestions?

Example: F:/Games/USA/Halo2/default.xbe (with accompanying cci)

Also it would be nice to have scrolling inside the XBE launcher. Getting down to games deep into the alphabet manually is tough.

jamesah2008 commented 5 months ago

Also changing the games directory on the .toml file incorrectly results in an inaccessible dashboard. I have to pull my hard drive because it's just black screening instead of falling back to an alternate dash. Not a big deal since the machine is already torn apart.

Ryzee119 commented 5 months ago

I doesn't do recursive scanning for performance reasons. You'll need to add f:/games/usa as the folder path That should work

Scrolling in the xbe browser is a good idea. I'll look into it

Also thanks for reporting that issue with the toml. I'll see why it's doing that.