Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Naming files by date posted feature? #28

Closed
pamman2 opened this issue Jul 15, 2022 · 4 comments
Closed

Naming files by date posted feature? #28

pamman2 opened this issue Jul 15, 2022 · 4 comments
Labels

Comments

@pamman2
Copy link

pamman2 commented Jul 15, 2022

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.

@Avnsx
Copy link
Owner

Avnsx commented Jul 15, 2022

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 Avnsx added the wanted feature a interesting feature someone requested label Jul 15, 2022
@pamman2
Copy link
Author

pamman2 commented Jul 17, 2022

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 pamman2 closed this as not planned Won't fix, can't repro, duplicate, stale Jul 17, 2022
@pamman2 pamman2 reopened this Jul 17, 2022
@e2489
Copy link

e2489 commented Jul 25, 2022

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.

Avnsx added a commit that referenced this issue Aug 28, 2022
changes:
+ configuration "update_recent_download" can now also be set to "Auto"
+ adjusted scraper for fansly api version 3

added configuration settings for:
+ seperating messages or previews into subfolders
 > "seperate _messages/_previews" can be set to "True" or "False" 
+ naming files by date posted (#28 - thanks @pawnstar81)
 > "naming_convention" is now supported with values "DatePost" or "Standard"
@Avnsx
Copy link
Owner

Avnsx commented Aug 28, 2022

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 Avnsx closed this as completed Aug 28, 2022
@Avnsx Avnsx added solved and removed wanted feature a interesting feature someone requested labels Dec 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants