giwty / 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.
235 stars 45 forks source link

Autosorting multicontent nsp files places games with the same name but different titleids together #28

Closed Masamune3210 closed 4 years ago

Masamune3210 commented 4 years ago

For instance, two copies of DOOM, one with title id 0100416004C00000 and the other with 0100D76006EF8000 were placed together

giwty commented 4 years ago

How's the folder template looks like? If it only contains the title name, then it makes sense.

Masamune3210 commented 4 years ago

It's whatever it is set to by default, I forgot to even look at it

giwty commented 4 years ago

By default the folder name is the game name, which results with different versions of the same game in the same folder. If you want each version in it's own folder, you will need to modify the template and add title id to make the folder unique.

Masamune3210 commented 4 years ago

Does it fuzzy search or is it specific, for instance I need the last 4 of the titleid to not be matched as they are per file, while everything other than the last 4 is the base

Masamune3210 commented 4 years ago

For instance, my normal use case for the autosort is to put the base, the update, and all the dlc in one folder, which would require 010084600F7F if the full title id for the game was 010084600F7FE000 and the update was 010084600F7FE800, and the dlc were 010084600F7F with different permutations at the end

Masamune3210 commented 4 years ago

Sorry, last post was for a different issue, the one about the problem being fixed