OF-DL
OF-DL copied to clipboard
postedAt and createdAt not populating in filenames
Relevant part of config.json:
"PaidPostFileNameFormat": "{postedAt}_{filename}",
"PostFileNameFormat": "{postedAt}_{filename}",
"PaidMessageFileNameFormat": "{createdAt}_{filename}",
"MessageFileNameFormat": "{createdAt}_{filename}",
"RenameExistingFilesWhenCustomFormatIsSelected": true,
With this config my filenames only have the {filename} populated with no dates.