I have created a GUI application in C# that parses the TitleID etc. from
WiiUBrew.org Title Database and uses the NUS grabber tool from
@crediar .
Info:
What it does is just parsing the table from WiiUBrew's Wiki with the relevant data. Data such as the TitleID is retrieved and the "00050000-" of the ID gets replaced with "0005000E".
I fill the data in the Comboboxes (aka Dropdownmenu's) and the user can click on the [Download] button. After which this application launches the NUSGrabber console with the parameters, based on the user's selection in the Comboboxes.
Screenshots:
So, just select the game name from the first Combobox, and then if there are versions available, select one in the second Combobox.
Mediafire - Version 1.3:
Download
Github - Version 1.3:
Download