Git Product home page Git Product logo

Comments (4)

Nostang3 avatar Nostang3 commented on June 2, 2024

Updated to latest (3.4.1) and downloaded more files, just now. Here is exif from one.

ExifTool Version Number : 12.70
File Name : 2023-11-27_at_22-01.jpeg
Directory : C:\Not\A\Pron\Directory
File Size : 2.1 MB
File Modification Date/Time : 2023:11:27 22:23:20-05:00
File Access Date/Time : 2023:11:27 22:34:50-05:00
File Creation Date/Time : 2023:11:27 22:23:20-05:00
File Permissions : -rw-rw-rw-
File Type : JPEG
File Type Extension : jpg
MIME Type : image/jpeg
Exif Byte Order : Little-endian (Intel, II)
Software : 585723579199397888
Modify Date : dc474f8968a885a1e419dfd3a78e6ae1366e194dd6892d4ab275b920ce776388
Image Width : 3024
Image Height : 4032
Encoding Process : Baseline DCT, Huffman coding
Bits Per Sample : 8
Color Components : 3
Y Cb Cr Sub Sampling : YCbCr4:2:0 (2 2)
Image Size : 3024x4032
Megapixels : 12.2

from fansly-downloader.

Oldgit13 avatar Oldgit13 commented on June 2, 2024

Software : 585723579199397888 (File ID)
Modify Date : dc474f8968a885a1e419dfd3a78e6ae1366e194dd6892d4ab275b920ce776388 (File Hash)

The above lines are because you have "metadata_handling = Advanced" in your config.ini file. It's adding the file hash and id to the exif data section of the image file. You might want to set it to "metadata_handling = Simple" it makes the file name longer by adding the ID and Hash to the file name instead of the exif data. (not ideal but it might help the issue you are having)

You might want to check out this bug I found when using the advanced metadata handling #172 basically it is overwriting images in single post sets because of the way fansly marks the date and time on the images and this downloader uses that info in the file name.

from fansly-downloader.

Nostang3 avatar Nostang3 commented on June 2, 2024

Thanks for the info. I'd be okay with the FileID in the name but not both. Duplicates don't bother me enough to warrant a 100+ character name. Having the correct post date in the right spot is more important to me. I'm overwriting the hash in the modify date section anyway for the file on my phone otherwise it sits at the bottom of the gallery in random years. Maybe an option to put the data in a different field like 'Artist', 'Copyright', 'Make', Model', or 'User Comment'?

from fansly-downloader.

Oldgit13 avatar Oldgit13 commented on June 2, 2024

Assuming you are using the python version and not the exe packaged version, you could try play with these lines in the "metadata_manager.py" script.

86: custom_tag_mapping = {
87: 'Exif.Image.Software': 'ID',
88: 'Exif.Image.DateTime': 'HSH'
89: }

139: custom_tag_mapping = {
140: 'ID': 'Exif.Image.Software',
141: 'HSH': 'Exif.Image.DateTime'
142: }

Change Exif.Image.DateTime to Exif.Image.Model

from fansly-downloader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.