fansly-downloader icon indicating copy to clipboard operation
fansly-downloader copied to clipboard

Naming files by date posted feature?

Open pamman2 opened this issue 2 years ago • 3 comments

Hello! I'm just wondering if it's possible to have an option to add the post date to the file name? With all the ones I've downloaded so far, all of the files seem to be out of order according to the creator's video/image set.

pamman2 avatar Jul 15 '22 03:07 pamman2

Just checked, yes it would be possible. Would you prefer them to be epoch time stamps or converted to human time stamps? I think windows only sorts them correctly in folders if they've some sort of numeric order. so the only way to achieve a good sorting, is when they stay epoch time stamps. You can look at what a epoch time stamp is here: https://www.epochconverter.com/

Avnsx avatar Jul 15 '22 04:07 Avnsx

I think I would like it to be converted to human time, but having both added can be useful for others that prefer epoch time. Currently I use YYYY-MM-DD as the human time format

pamman2 avatar Jul 17 '22 01:07 pamman2

Yeah, this would be very useful. Or an option to keep the original filenames (the way OF DataScraper does), as they're in order already. The issue currently is this scrapes from newest to oldest, so there's like 10 files labeled as "01", for each time we run an update.

e2489 avatar Jul 25 '22 20:07 e2489

Added in version v0.3.4 The function is accessible using the setting naming_convention with value Datepost in config.ini

Read more about it here: https://github.com/Avnsx/fansly/wiki/Explanation-of-provided-programs-&-their-functionality#4-configini

You can use the updater, to comfortably upgrade to the new version.

Avnsx avatar Aug 28 '22 21:08 Avnsx