Posts: 508
Joined: Sep 2003
Reputation:
0
shortcuts only work for referencing .xbe files
not for referencing directories
frodo
XBMC Project Founder (Retired), now head programmer of
MediaPortal
Posts: 383
Joined: Oct 2003
Reputation:
0
floink
Senior Member
Posts: 383
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?
Posts: 3,555
Joined: Oct 2003
Reputation:
12
tslayer
Team-XBMC Developer
Posts: 3,555
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
42.7% of all statistics are made up on the spot
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Posts: 3,555
Joined: Oct 2003
Reputation:
12
tslayer
Team-XBMC Developer
Posts: 3,555
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
42.7% of all statistics are made up on the spot
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Posts: 3,555
Joined: Oct 2003
Reputation:
12
tslayer
Team-XBMC Developer
Posts: 3,555
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
42.7% of all statistics are made up on the spot
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Posts: 33
Joined: Oct 2003
Reputation:
0
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
Posts: 10,520
Joined: Sep 2003
Reputation:
10
Gamester17
Team-XBMC Forum Moderator
Posts: 10,520
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
Posts: 3,555
Joined: Oct 2003
Reputation:
12
tslayer
Team-XBMC Developer
Posts: 3,555
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
42.7% of all statistics are made up on the spot
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.