-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duplicate title listings for SD-CARD images? #77
Comments
That's mac creating an attribute (maybe wrong name) file. You could just delete it. Or perhaps I could modify the code to ignore it. Can you send me a sample I can experiment with? I have an old mac but I haven't used it in many years. See if you put the files in a zip file and upload it, then I'll take a look at it. I'm sure I can come up with some way to ignore that extra file. It will still take extra time to read the folder, but that probably isn't too bad.
…________________________________
From: pgregg88 ***@***.***>
Sent: Sunday, December 8, 2024 8:02 AM
To: MartinNohr/MagicImageWand ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [MartinNohr/MagicImageWand] Duplicate title listings for SD-CARD images? (Issue #77)
Hello. Amazing project!
I have a large number of images stored on my SDCARD. Each title is duplicated with one title being the actual file and the other being a shadow title that doesn't do anything. As a result, it takes a lot of scrolling to get to the image I need.
Do others experience this? I'm curious if it is something unique to my environment or image publishing pipeline. I create my images on a Mac and save directly to the SDCARD.
Thanks,
Preston
—
Reply to this email directly, view it on GitHub<#77>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAHQ7DCCJIUAEHAVPRERLJ32ERNPPAVCNFSM6AAAAABTHJUPAOVHI2DSMVQWIX3LMV43ASLTON2WKOZSG4ZDKMZRGY3DIMY>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
I assume that you're talking about the files that start with ._ correct? They hold the Mac file attributes so it can be copied to another Mac. Those files are useless for the MIW. But... I don't know the Mac will let you delete them. It would be easy on a Windows machine to just delete them. I could ignore them in the MIW code, it would slow down the file reading process a little bit, but probably not noticeable. I'll post some code later when I have a few minutes. Note that this means you can never have a real image file that starts with ._ but I doubt anybody would do that anyway. |
Version 3.28 code will be posted in a few minutes that should fix this problem. I haven't had time to test it yet, so please let me know if the fix works with real MacOS files. |
The code is posted, and the new bin file for the TTGO is here: |
@MartinNohr Sorry for the delayed response. The files starting with ._ is exactly what's going on. I'll get that tested over the holiday. Thanks! |
Sir can your help me |
Hello. Amazing project!
I have a large number of images stored on my SDCARD. Each title is duplicated with one title being the actual file and the other being a shadow title that doesn't do anything. As a result, it takes a lot of scrolling to get to the image I need.
Do others experience this? I'm curious if it is something unique to my environment or image publishing pipeline. I create my images on a Mac and save directly to the SDCARD.
Thanks,
Preston
The text was updated successfully, but these errors were encountered: