scan program problem - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Archive (https://forum.kodi.tv/forumdisplay.php?fid=92) +--- Forum: First-generation XBOX support (https://forum.kodi.tv/forumdisplay.php?fid=158) +--- Thread: scan program problem (/showthread.php?tid=43) Pages:
1
2
|
- Frodo - 2003-10-22 shortcuts only work for referencing .xbe files not for referencing directories frodo - floink - 2003-10-22 ok that explains that fact... is the proper behaviour of selecting a 'bad' cut-file, to exit to dash? does xbmc crash or does the cut-file trigger a reboot? no further clues on why some of us can't use the 'scan for apps' button? - tslayer - 2003-10-22 i've been trying to tell you not to use a .cut. use a bookmark as defined in xboxmediacenter.xml such that it references the f:\games directory... just to test to see if you can access it that way.. a bookmark such as: <myprograms> <bookmark> <name>games</name> <path>f:\games</path> </bookmark> <myprograms> ts - floink - 2003-10-23 aaw ooookey well that works fine... but i don't have any problem accessing the games. i just want the scanning to work so i don't have to browse through folders to start my apps/games. and until the flattening of folders and show only default.xbe is implemented and running as smooth as in avalaunch i think the shortcut solution is a lot better. - calle81 - 2003-10-23 im still having the exact same problem . ican see the dialog window showing f:\ for a second but then stops without going through any folders. - Hullebulle - 2003-10-23 there has been a bugfixed for this issue added to the cvs today. so maybe the problem is solved now. Quote:from the cvs log: fixed: xbmc didnt scan c: in my programs? - tslayer - 2003-10-23 floink, i made changes for flattening and default.xbe such that it is as fast as other dashs. it now loads pretty much instantaneous. just need to wait for the developers to look over my change and then submit it officially. if you can compile, you can get the patch at: http://sourceforge.net/tracker....=581840 ts - tslayer - 2003-10-23 one more thing. what does your f partition look like in the root? meaning, what files are there and what directories? maybe there is something out of the ordinary causing this problem? can you list what the root of f: looks like? thanks, ts - floink - 2003-10-23 problem solved! yay! as you suspected tslayer. my root of f: contained one 'application.xbe'. i removed that file and now the scan worx flawlessly. 92 apps found. maybe this is a bug though? or is it an unsolvable limitation in the functionality? what i also noticed is that it lists shortcuts to all apps and not just default.xbe. - tslayer - 2003-10-23 that is the intended behaviour. to list all apps, not just default.xbe. go take a look at the link to the patch that i uploaded on sourceforge. if you use that, you can tell it to just look for default.xbe. as for being a bug when it finds an application.xbe in the root.. as it is now, that is how it was designed. once it finds an xbe, it will not recurse further into other directories(you can see there was a recent fix for that on the c drive only). maybe that should be applied for all the drives that get scanned. but i'm glad it is now working for you ts - floink - 2003-10-23 i'm glad too. as for not scanning further if app.xbe found kind of contradicts not only scanning default.xbe. but i guess default.xbe always resides in the 'root directory' for all applications, therefore the reason for that? am i right? - tslayer - 2003-10-23 yeah, that is the assumption i went on as well. default.xbe will always be in the root directory. i think that is the assumption other dashboards go by as well. so, if you have a bookmark such as f:\games then the default.xbe(or any xbe) will always be under f:\games\dir1 or f:\games\dir2, etc... i hope that is a valid assumption as that is what i have based my patch on for flattening directories. my patch also modifies scanning such that if you have selected to only scan for default.xbe, it will recursively search for any xbe and then just look in that directory for default.xbe and not go any further. so, i guess the main assumption is that when an xbe is found, there will not be any further xbes in any subdirectories. ts - XBoxgeek - 2003-10-24 i also run gentoox linux and the gentooxx.xbe has to stay in the root of e: this means no other files on e: are scanned. would be nice to override the default settings and let it scan past this. cheers xboxgeek - Gamester17 - 2003-10-24 i would say this is a bug, please post a detailed bug report on sourceforge for it, that will be uses for tracking and reference. tia - tslayer - 2003-10-24 gamester, it looks like a fix was already put in for the c partition. i think the logic just needs to be extended for the other partitions as well. basically, don't stop scanning if an application is found in the root of the partition. (i think). ts |