Yes, I see... I have to clean out the emulator games from the list. Ugh... I have to fire up the app I wrote a while back to extract just the Wii games again. May take a little while.
I'm sure this isn't as much of a problem for your specific app since homebrew isn't on GameTDB but given that for my converting app I also have to see how I sort out the different entries, I had thought of three options for this.
1. (The most convenient) I would just assume that
- anything with a / in it goes under [EMULATOR]
- 4-digit items belong under [NAND]
- 6-digit items starting with G go under [DML]
- other 6-digit things go under [GAMES]
- and everything else goes under [HOMEBREW]
but any 6-digit or 4-digit homebrew would end up being misplaced. (Actually, under the previous method, a poorly named homebrew app could cause confusion anyhow.) I'm also not ENTIRELY sure that all GameCube games' GameID's start with a G.
2. (Middle ground) Just base where each entry goes off of where the entry already is in the existing categories_v4.ini.
The problem with this is that you would have to run WiiFlow and go through all your coverflows an plugins to make sure all the entries are created first. I also have some games that are included in my categories.ini file backed up on other smaller hard drives so for me that would include connecting and running WiiFlow for all of them to not loose my existing entries for them.
3. (Last resort) I could copy ALL the entries under [CATEGORIES] in categories.ini into [GAMES], [DML], [NAND], [HOMEBREW], and [EMULATOR].
I also have some rather wierd entries in mine like
ate struggle [ruye41]/ruye41.wbfs=
and
b2:/wbfs/the legend of zelda skyward sword [soue01]/soue01.wbfs=
It's obvious that they're pointing to those games but they're all unused with no 1's or 0's after the = so I'll probably just leave them out like any other unused options but I just thought it was interesting.
I think I'm gonna have to use #2 with #1 as a backup for any that aren't found but I'd rather be able to sort them out without having to go through the work of creating the categores_v4.ini file beforehand.
Any ideas or feedback on this?