blawar / nut

GNU General Public License v3.0
1.12k stars 193 forks source link

update-check and title names #106

Closed plato79 closed 5 years ago

plato79 commented 5 years ago

When you check for updates, titleNames are not shown in the server, even with command line, you sometimes get the title's baseName. I think we should get the baseName also.

I'll try to implement in my Fork after 1 week, but if you have time you could check it out.

plato79 commented 5 years ago

Here is a sample:

From server: https://ibb.co/yQT2SYS

From command line:

{'id': '01006A800016F015', 'baseId': '01006A800016E000', 'currentVersion': '0', 'newVersion': '65536'}
Captain Toad™: Treasure Tracker – Special Episode (Shifty Shrine)
{'id': '01009BF0072D5001', 'baseId': '01009BF0072D4000', 'currentVersion': '131072', 'newVersion': '65536'}
Hot Wheels 2017 Table
{'id': '010092400A67902E', 'baseId': '010092400A678000', 'currentVersion': '0', 'newVersion': '131072'}
DRAGON BALL FIGHTERZ - Goku (GT)
{'id': '0100A250097F1016', 'baseId': '0100A250097F0000', 'currentVersion': '0', 'newVersion': '65536'}
サポートアイテムパック
{'id': '0100F3400332D005', 'baseId': '0100F3400332C000', 'currentVersion': '589824', 'newVersion': '720896'}
Challenger Pack 4
{'id': '01006A800016F005', 'baseId': '01006A800016E000', 'currentVersion': '0', 'newVersion': '65536'}
LEGO® DC Super-Villains Batman: The Animated Series Level Pack
{'id': '010070D009FED00A', 'baseId': '010070D009FEC000', 'currentVersion': '0', 'newVersion': '65536'}
The Walking Dead: The Final Season - Episode 4
{'id': '010060F00AA71194', 'baseId': '010060F00AA70000', 'currentVersion': '0', 'newVersion': '131072'}
Super Smash Bros.™ Ultimate: Challenger Pack 1
{'id': '01006A800016F002', 'baseId': '01006A800016E000', 'currentVersion': '0', 'newVersion': '65536'}
DRAGON BALL FIGHTERZ - Commentator Voice Pack 3
{'id': '0100A250097F101B', 'baseId': '0100A250097F0000', 'currentVersion': '0', 'newVersion': '65536'}
Additional Characters Izayoi, Mitsuru Kirijo, and Merkava
{'id': '0100B61008209009', 'baseId': '0100B61008208000', 'currentVersion': '0', 'newVersion': '65536'}
DRAGON BALL FIGHTERZ - Commentator Voice Pack 4
{'id': '0100A250097F101C', 'baseId': '0100A250097F0000', 'currentVersion': '0', 'newVersion': '65536'}
Challenger Pack 3
{'id': '01006A800016F004', 'baseId': '01006A800016E000', 'currentVersion': '0', 'newVersion': '65536'}
Additional Characters Mai Natsume, Akihiko Sanada, Yuzuriha
{'id': '0100B6100820900A', 'baseId': '0100B61008208000', 'currentVersion': '0', 'newVersion': '65536'}
The Walking Dead: The Final Season - Episode 2
{'id': '010060F00AA71192', 'baseId': '010060F00AA70000', 'currentVersion': '0', 'newVersion': '65536'}
LEGO® DC Super-Villains Shazam! Movie Level Pack 2
{'id': '010070D009FED009', 'baseId': '010070D009FEC000', 'currentVersion': '0', 'newVersion': '65536'}
plato79 commented 5 years ago

Forgot to mention, I closed this issue in my fork.

Here is the updated interface and command line outputs:

https://ibb.co/X58SyD7 https://ibb.co/QbgpRBk https://ibb.co/y4QpV6S