Open BenRoe opened 1 month ago
Hi @ivaano i use the following template for the renamer.
Base: {BasePath}/{TitleName}/{TitleName} Base [{TitleId}] [v{Version}].{Extension} Update: {BasePath}/{TitleName}/{TitleName} Update [{TitleId}] [v{Version}].{Extension} DLC: {BasePath}/{TitleName}/{TitleName} DLC [{TitleId}] [v{Version}].{Extension}
{BasePath}/{TitleName}/{TitleName} Base [{TitleId}] [v{Version}].{Extension}
{BasePath}/{TitleName}/{TitleName} Update [{TitleId}] [v{Version}].{Extension}
{BasePath}/{TitleName}/{TitleName} DLC [{TitleId}] [v{Version}].{Extension}
Problem is, renamer use the name from the DLC and not from the Base Game. There is no template placeholder to set the base game name. How to move Base game and DLC in same folder?
Hi @ivaano i use the following template for the renamer.
Base:
{BasePath}/{TitleName}/{TitleName} Base [{TitleId}] [v{Version}].{Extension}
Update:{BasePath}/{TitleName}/{TitleName} Update [{TitleId}] [v{Version}].{Extension}
DLC:{BasePath}/{TitleName}/{TitleName} DLC [{TitleId}] [v{Version}].{Extension}
Problem is, renamer use the name from the DLC and not from the Base Game. There is no template placeholder to set the base game name. How to move Base game and DLC in same folder?