Closed hydr0homiee closed 1 month ago
That's strange. I use the following with no trouble:
"DownloadPath": "/data/",
"PaidPostFileNameFormat": "{username} - PPV Post - {mediaCreatedAt}_{id}_{mediaid}",
"PostFileNameFormat": "{username} - Post - {mediaCreatedAt}_{id}_{mediaid}",
"PaidMessageFileNameFormat": "{username} - PPV Message - {mediaCreatedAt}_{id}_{mediaid}",
"MessageFileNameFormat": "{username} - Message - {mediaCreatedAt}_{id}_{mediaid}",
(I run it under Docker, thus why I have it storing in /data/
.)
I think we'll need a debug log to troubleshoot this, I can't see why your config isn't working correctly off the cuff.
Here are the debug logs.
file names im getting is {mediacreatedAt} 0ht45ej42dcoyxqvbi5cc_source instead of 2024-08-08 0hsg8bz79skhkn6980pa5_source
"PaidPostFileNameFormat": "{} {}", "PostFileNameFormat": "{mediacreatedAt} {filename}", "PaidMessageFileNameFormat": "{mediaCreatedAt} {filename}", "MessageFileNameFormat": "{mediaCreatedAt} {filename}", "RenameExistingFilesWhenCustomFormatIsSelected": true,
This issue still persists for me on 1.7.76 as well.
Same issue running 1.7.76 on Windows
Not sure if any changes were made but this seems fixed as of 1.7.79!
Though I am now noticing the RenameExistingFilesWhenCustomFormatIsSelected
option seems to be broken, not sure if it was always broken or not.
Though I am now noticing the
RenameExistingFilesWhenCustomFormatIsSelected
option seems to be broken, not sure if it was always broken or not.
There's a bug on that already, #345
I downloaded the newest version and my downloaded files seem to be
{downloadpath}{whatever_nameformat}
instead of just the name format I choose.If my config looks like this:
The downloaded file ends up in a folder at the specified
DownloadPath
with a name likeYOnlyfans_Rips_OF_DLusernamehere_2024-09-03_filenamehere.jpg
or something