Emulation Where can I get a database of all Wii U titles and title IDs?

  • Thread starter Thread starter jamieyello
  • Start date Start date
  • Views Views 10,752
  • Replies Replies 4
Search "Wii U title id" on Google and you'll find what you're looking for
That's just more frontend stuff. I'm looking for something like a single XML file that has it all nicely organized and readable already. Not that I couldn't write a program that parses through my copying and pasting of a whole wiki page, I just don't want to.

I've seen Wii U usb helper use this, is it public? Maybe I'll just PM the author.
 
So basically what I did was copy and paste this source into a text file

http://wiiubrew.org/w/index.php?title=Title_database&action=edit

I did a couple ctrl+f replace alls to get rid of all those "| "'s and "|-"'s, deleted all text below and above the games section (not interested in system apps or update/DLC data), and wrote a little class in Qt to load the data line by line.

I don't know who would be interested in this, but I might as well leave my afternoon's work here.

// Title ID
// Description
// Product Code (XXX-X-XXXX)
// Company Code
// Notes
// Versions
// Region
// Available on CDN?
// *nothing*
// Title ID
// Description
// ...
 

Attachments

Last edited by jamieyello,

Site & Scene News

Popular threads in this forum