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

DLC name not being renamed into file #56

Closed u4113057 closed 1 month ago

u4113057 commented 3 months ago

switch dlc switch dlc when rename is not include the dlc name i use the default pattern from json "file_name_template": "{TITLE_NAME} ({DLC_NAME})[{TITLE_ID}][v{VERSION}]"

Golumpa commented 2 months ago

This renamed fine for me, you might have old titles as tinfoil stopped serving titles.json not long ago.

As a work around you can build your own titles.json using nut or download ownfoil's lang build, choose the lang you want, rename it to titles.json and replace the one inside the switch-library-manager folder

https://nightly.link/a1ex4/ownfoil/workflows/region_titles/master/titledb.zip

larg000 commented 2 months ago

Works fine for me i use this : {TITLE_NAME} [{TYPE}] {DLC_NAME} [{TITLE_ID}][v{VERSION}]

and think this could be a fine default value

trembon commented 1 month ago

closing due to no response