You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that if I organize my files in a specific structure:
/games/Game Name [12345TITLEID0000]/Game Name [12345TITLEID0000][v0].nsz (Base) /games/Game Name [12345TITLEID0000]/Game Name [12345TITLEID1000][v65536].nsz (Update) /games/Game Name [12345TITLEID0000]/Game Name (DLC)[12345TITLEID0001][v0].nsz (DLC)
Then the Title ID in the folder name makes all files be recognized as duplicates.
Perhaps the folder path should be ignored in this comparison:
I noticed that if I organize my files in a specific structure:
/games/Game Name [12345TITLEID0000]/Game Name [12345TITLEID0000][v0].nsz
(Base)/games/Game Name [12345TITLEID0000]/Game Name [12345TITLEID1000][v65536].nsz
(Update)/games/Game Name [12345TITLEID0000]/Game Name (DLC)[12345TITLEID0001][v0].nsz
(DLC)Then the Title ID in the folder name makes all files be recognized as duplicates.
Perhaps the folder path should be ignored in this comparison:
tinshop/gamescollection/collection.go
Line 231 in 00dd92e
Removing the [TITLE_ID] from the Folder fixed the duplication issue.
The text was updated successfully, but these errors were encountered: