trembon / switch-library-manager

Complete solution to manage, organize and keep your local switch backup game library up to date . Cross platform, supports all game formats.
MIT License
79 stars 5 forks source link

Option to read name from & icon NSP/XCI instead of titles.json #77

Open harvestry-of-ghosts opened 1 week ago

harvestry-of-ghosts commented 1 week ago

I have a couple games that show up in only Japanese/Chinese in Switch Library Manager. Mario & Luigi Brotherhood and Kaminazo - Memories from the future. In the attached images you can see only Japanese & Chinese titles show up in Switch Library Manager for those two titles, but NX File Viewer is able to display the English titles. Also, NX File Viewer shows the English game icon for Mario & Luigi, while Switch Library Manager shows the icon from Hong Kong. (I don't believe Kaminazo has a seperate English icon). Is it possible to have a feature that forces English titles and icons in Switch Library Manager if they are available?

1 2 3

trembon commented 5 days ago

the problem here seems to be that the first image in SLM is fetched from the titles.json file, the rest of the images is what is contained in the nsp/xci metadata SLM is currently setup to prefer data from titles.json

trembon commented 5 days ago

also to note is that ID 01006D0017F7A000 (brothership) is set to have the HK region in titles.json and i can not find a an english entry for the game when checking the titles repo either, not really sure why

harvestry-of-ghosts commented 5 days ago

Which stinks because as far as I can tell, there is zero contact info for Tinfoil to let them know it's missing from their database. Any possibility of feature to choose if SLM pulls data from titles.json or from the desired language/region choice from the file?

trembon commented 4 days ago

i guess that is what this request would be, possibility to fetch language from NSP instead of titles.json if its available

harvestry-of-ghosts commented 4 days ago

Perhaps 'Option to read name & icon from NSP/XCI instead of titles.json' ?

trembon commented 4 days ago

will see if that will be possible to serve presentation in an easy way, but i will look into it when i have time