fanatik155 / freestyledash

Automatically exported from code.google.com/p/freestyledash
0 stars 0 forks source link

extracted XBox1 Games wont get recongnized on internal HDD #73

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create xbox1 folder on internal HDD
2. put games/homebrew in seperated folders with default.xbe
3. Games wont show up in freestyledash

If i do the same on a USB Drive it works and freestyledash lists them
perfectly.

Original issue reported on code.google.com by da.schiz...@googlemail.com on 26 Mar 2010 at 1:35

GoogleCodeExporter commented 9 years ago
You need to edit the paths in your config.xml (found inside wherever fsdata is).

By default, it will look like this -

        <xbox1>
            <path>usb0:\XBox1\</path>
        </xbox1>

You want it to be

        <xbox1>
            <path>usb0:\XBox1\</path>
            <path>hdd1:\XBox1\</path>
        </xbox1>

Original comment by t3h.kit...@gmail.com on 26 Mar 2010 at 5:21

GoogleCodeExporter commented 9 years ago
Hey, my config with SVN215 was with both paths, still only Games on USB were 
listed.
Now i tried 1.20 Final, changed the path from: 
                <xbox1>
            <path>usb0:\XBox1\</path>
        </xbox1>
to:
                <xbox1>
            <path>hdd1:\XBox1\</path>
        </xbox1>

but still no files from the HDD get listed...

Original comment by da.schiz...@googlemail.com on 26 Mar 2010 at 11:09

GoogleCodeExporter commented 9 years ago
Found the solution...
in only edited the config.xml in the freestyle/base folder, not the on in the 
fsdata
folder which is used if its available :)
now everything is working. 

Original comment by da.schiz...@googlemail.com on 26 Mar 2010 at 1:30

GoogleCodeExporter commented 9 years ago
User handling problem

Original comment by hell...@gmail.com on 29 Mar 2010 at 5:25