-
Notifications
You must be signed in to change notification settings - Fork 39
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
Bug, or misunderstanding? Screen Label not in Exported metadata #272
Comments
The "x images read" is certainly a bug. I need to fix that. |
I would like to remove that row and the SourceFile column, yes. Perhaps an option to "only include exported metadata" would be the solution; i.e. the app doesn't add anything? As to how the files get matched, in my case there's a metadata field I extract that has the file name, and doesn't include the path, which is what I need. So I'd extract that FileName field, move it to the front (which is the issue I'm having with the other issue, #271 — I can't move it where I want it!), and that makes a complete CSV for me. |
I just re-read and realized when you said "the other is a feature request", I assume you are referring to the "screen label" as column headers? |
Yes, indeed. Custom headers above your columns, and also the option to select which colums will be exported is a feature request. It is also an extremely difficult feature request. The csv export is an exiftool functionality. I can't influence that functionality. It would require a lot of programming on my side. |
oh I see. The custom column export I'm handling with "user defined metadata set" (minus the extra columns/header), so I can totally get the job done, it just requires an extra step. If that's not going to happen, no worries, just good to know not to wait around for it ;-) |
@PhotoJoseph. |
Understood, @mrtngrsbch — as a non-engineer I don't necessarily know what features are part of the GUI and which are part of the main app. I've managed to work around the issues in a way that works for me, so I've made great progress. |
@PhotoJoseph, |
Thanks @mrtngrsbch I will check those out. |
I am a long time exiftool user (12+ years) and recent versions (but that is already more than 3 years :) ) support the specifications of which tags you wnt to be exported. However, there is no way whatsoever to get rid of the first "SourceFile" header and column data. Edit: This will probably require some kind of "custom export fields", like the "custom metadata sets", and add that as dropdown to the Export tab. |
Forgot to mention that I did fix the "x images read". For the time being I will not build the custom headers. |
Running macOS 12.4, Intel, Java 1.0 (11.0.10) (and I just ran Java 8 Update 351 to be sure). jExifToolGUI is 2.0.1
I'm trying to create a metadata export that I can import into DaVinci Resolve. I'm really close to making this work as I want it! Resolve requires specific headers in the CSV file on import, of course. I was expecting that when I made a custom user-defined metadata set, that the "screen label" would be exported in the CSV as the header with the "Metadata tags" column being the content, but that's not the case.
If that's not the way it's supposed to work, then please consider that a feature request!
I'd also like to eliminate certain fields that are exported. There's a row at the top that says "x image files read", and the first column is "SourceFile" with the file path. If I could eliminate those, and have the custom name in the header, then I wouldn't need to alter the file at all before importing to Resolve!
The text was updated successfully, but these errors were encountered: