Skip to main content
Participant
October 18, 2017
Question

Accessing contents of .lrprev files

  • October 18, 2017
  • 2 replies
  • 2651 views

Hi All,

I am building a plugin that would like to take advantage of the biggest preview available in the lightroom cache.

I have played with a few different tools that read previews from these files - and the largest most of them can pull out is 'level_5'.

A manual inspection of a .lrprev file would seem to indicate that there is additional preview data at 'level_6' and 'level_7' in there.

Has anyone had any luck accessing these larger previews?

Ideally I'm seeking some means by which I can parse out these previews as separate files/streams for use in my plugin.

- Feel free to offer wisdom in whichever language you like to work in - I've inspected partial solutions in C/C++, Python and Lua. e.g.

- Perhaps the larger versions are not in JPEG/JFIF format and that's why they don't parse out as readily?

- I'd prefer to work only with the .lrprev files rather than have to access the sqlite db - it would seem superfluous considering the UUID can be retrieved from the SDK and the .lrdata is structured using a tree built from the first 4 characters of it.

Any thoughts and tips on this would be greatly appreciated.

Thanks!


B

This topic has been closed for replies.

2 replies

Participant
September 16, 2022

Forgive me for replying to this post to ask a question, but I recently experienced a crash where the catalog became corrupt and I also lost all my photos taken on 9/12. I noticed that I have .lrprev files for that date and would like to view them. Would you please tell me what program I can use to view them? Thanks

Rob_Cullen
Community Expert
Community Expert
September 16, 2022

There are Plugins that can 'Extract' JPGs from Catalog Previews, BUT I believe you will need the working Catalog. If its is corrupt you may be SOL.

Do you NOT have file backups of BOTH the Catalog AND the photo files?

https://helpx.adobe.com/lightroom-classic/kb/extract-previews-for-lost-images-lightroom.html

https://www.lightroomqueen.com/accidentally-deleted-photos-hard-drive-dont-backups-can-create-jpegs-lightrooms-previews/

 

Regards. My System: Windows-11, Lightroom-Classic 15.1.1, Photoshop 27.3.1, ACR 18.1.1, Lightroom 9.0, Lr-iOS 10.4.0, Bridge 16.0.2 .
Akash Sharma
Legend
November 6, 2017

Moving to Lightroom SDK