Skip to content
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

File re-imported lose their original name #1

Open
Bluebird2 opened this issue Apr 15, 2012 · 5 comments
Open

File re-imported lose their original name #1

Bluebird2 opened this issue Apr 15, 2012 · 5 comments
Assignees

Comments

@Bluebird2
Copy link

Thank you for this plugin - so appreciated.

A small comment ; when exporting, the files lose the original names. This causes a management issue when the tonemapped file re-imported especially when sorted by file name - vital for large projects where 500+ image stacks exist.

@ghost ghost assigned michaelkoetter Apr 17, 2012
@michaelkoetter
Copy link
Owner

Currently, the file end up with a name like {OriginalName}_SNSHDR_{NumberOfImages}.{tif,jpg} in the folder of the source images (of the last source image that was exported, to be precise).
So if I understand your request correctly, you are suggesting that the files would just be named {OriginalName}.{tif,jpg}?
I think this could be implemented as an option, where one could specify a file name pattern (similar to the rename functionality when using the "Export to disk" dialog).

As a workaround, you can use the "Save as..." function in SNS-HDR GUI and just change the default name when saving the image.

@Bluebird2
Copy link
Author

Hi Michael,

There might be something strange going on then :)

If I export from LR (either TIF or original), then the resulting file name saved is something like : C:\Users\MikeG\AppData\Local\Temp\9C4750FA-B838-45FB-B134-984A3AD0E3D8\006-untitled_SNSHDR_6.tif

In LR, this ends up as 006-untitled_SNSHDR_6.tif

The original stack of images were named mg-1211.cr2 to mg-1217.cr2.

I would ideally like the beginning of the resulting file name to be from mg-1211-{anything} to mg-1217-{anything} ; as long as it begins with one of the names in the stack, then it will get reimported into the correct place.

Thank you very much indeed for all this work - so appreciated.

Mike

@michaelkoetter
Copy link
Owner

that's strange indeed, looks like Lightroom is renaming the exported files (which it shouldn't) - I'll look into it and see if I can replicate the issue.

@Bluebird2
Copy link
Author

Did some testing and figured it out. If you have previously exported to the hard drive with a custom file name, the SNS export routine retains this custom name rather than use the default.

When I un-checked the Custom Name option for Hard Drive export and then flipped back to SNS Export, it is fine.

Thanks for the prompting to get me to dig further.

Mike

@michaelkoetter
Copy link
Owner

Thank you for testing this, and for finding this issue in the plugin. I think the plugin should reset the naming scheme to "original" if possible. I'll try to implement this in one of the next releases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants