CINXE.COM

Post Mortem Lightroom: What Happens When the Subscription Ends? - TDS Photo Podcast - The Digital Story

<!DOCTYPE html> <html> <head> <meta charset="UTF-8"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="generator" content="Movable Type Pro 6.3.7" /> <!-- google_ad_section_start --> <meta name="keywords" content="digital photography, podcast, news, photo tips, derrick story, how to, reviews"/> <meta name="description" content="Professional photographer and author Derrick Story publishes daily tech news, photo tips, techniques, reviews, and a weekly photography podcast."/> <!-- google_ad_section_end --> <!--<link rel="stylesheet" href="https://thedigitalstory.com/styles/main.css" type="text/css" />--> <!-- /* @import url(http://tds.nvresearch.com/mt-static/themes-base/blog.css); @import url(http://tds.nvresearch.com/mt-static/themes/minimalist-red/screen.css); */ --> <link rel="stylesheet" type="text/css" media="screen" href="/mt-static/themes-base/blog.css" /> <link rel="stylesheet" type="text/css" media="screen" href="/styles/main.css?20090329" /> <link rel="stylesheet" type="text/css" media="screen" href="/styles/widen-sidebar.css" /> <link rel="stylesheet" type="text/css" media="screen" href="/styles/superfish.css" /> <!-- <link rel="stylesheet" type="text/css" media="screen" href="/styles/superfish-navbar.css" /> --> <link rel="stylesheet" href="/styles/niftyCorners.css" type="text/css" /> <link rel="stylesheet" href="/styles/niftyPrint.css" type="text/css" media="print" /> <!-- DLents 2014-03-24 Updates for monochrome and new nav --> <link rel="stylesheet" type="text/css" media="screen" href="/styles/banner.css?20140423" /> <link rel="start" href="https://thedigitalstory.com/" title="Home" sizes="16x16 32x32 64x64"/> <link rel="shortcut icon" href="/img/favicon.ico"/> <link rel="alternate" type="application/rss+xml" title="Recent Entries Feed" href="/feed/rss.xml"/> <!-- For password protection on mobile book owner page --> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> <!-- End mobile book owner page password stuff --> <script type="text/javascript" src="/mt.js"></script> <script type="text/javascript" src="/scripts/hoverIntent.js"></script> <script type="text/javascript" src="/scripts/superfish.min.js"></script> <script type="text/javascript" src="/scripts/fancyzoom.min.js"></script> <script type="text/javascript" src="/scripts/jquerylitebox-min.js"></script> <!-- <script type="text/javascript" src="/scripts/jquery.flickr-1.0-min.js"></script> --> <script type="text/javascript" src="/scripts/jquery.flickr-1.0_custom.js"></script> <!-- jPlayer: http://www.jplayer.org/ --> <script type="text/javascript" src="/scripts/jplayer-2.9.2/jquery.jplayer.min.js"></script> <link href="/scripts/jplayer/skin/blue.monday/jplayer.blue.monday.css" rel="stylesheet" type="text/css" /> <link href="/styles/jplayer/base.css" rel="stylesheet" type="text/css" /> <script type="text/javascript"> // keep track of which assets have their jPlayer set already var jPlayersEnabled = new Array(); // This is the function that inserts the jPlayer function jPlayerInsert(assetId, assetLabel, assetUrl) { // Default is first asset var jPlayerDivBlock = $('#jplayer-html-container-for-podcast').html(); var jPlayerDiv = '#podcast-' + assetId; var jpContainer = 'jp-container-' + assetId; $(jPlayerDiv).html(''); $(jPlayerDiv).after(jPlayerDivBlock); $(jPlayerDiv).next('.jp-audio').attr({ id: jpContainer}); jpContainer = '#' + jpContainer; // $(jpContainer).html(jPlayerDivBlock); // Add the generic jplayer to Derrick's empty div // set a unique container id // var jpContainerId = '[p_' + assetId; // $(jpContainer).attr({ class: 'jp-audio'}); // $(jpContainer).attr({ id: 'jp-container-' + assetId}); // set the div size // $(jPlayerDiv).css({ // height: '240px', // width: '420px', // textAlign: 'center' // }); // set the title $(jpContainer).find('.jp-title').find('li').text(assetLabel); $(jPlayerDiv).jPlayer({ ready: function () { $(this).jPlayer("setMedia", { mp3: assetUrl }); }, play: function() { // To avoid multiple jPlayers playing together. $(this).jPlayer("pauseOthers"); }, errorAlerts: true, preload: 'auto', // solution: 'html, flash', cssSelectorAncestor: jpContainer, swfPath: "/scripts/jplayer", supplied: "mp3", wmode: "window", smoothPlayBar: true, keyEnabled: true, }); jPlayersEnabled[assetId] = true; return true; } </script> <!-- jPlayer --> <script type="text/javascript"> //<![CDATA[ // initialise plugins jQuery(function () { jQuery('ul.sf-menu').superfish() }) $(document).ready(function () { $('div.zoom-image a').each(function () { $(this).fancyZoom({ width: 700, height: 700, directory: 'https://thedigitalstory.com//styles/img/zoom', closeOnClick: true }) }) }) /* convert twitter time to something prettier */ function relative_time (time_value) { var values = time_value.split(' ') time_value = values[1] + ' ' + values[2] + ', ' + values[4] + ' ' + values[3] var parsed_date = Date.parse(time_value) var relative_to = (arguments.length > 1) ? arguments[1] : new Date() var delta = parseInt((relative_to.getTime() - parsed_date) / 1000) delta = delta + (relative_to.getTimezoneOffset() * 60) var r = '' if (delta < 60) { r = 'a minute ago' } else if (delta < 120) { r = 'couple of minutes ago' } else if (delta < (45 * 60)) { r = (parseInt(delta / 60)).toString() + ' minutes ago' } else if (delta < (90 * 60)) { r = 'an hour ago' } else if (delta < (24 * 60 * 60)) { r = '' + (parseInt(delta / 3600)).toString() + ' hours ago' } else if (delta < (48 * 60 * 60)) { r = '1 day ago' } else { r = (parseInt(delta / 86400)).toString() + ' days ago' } return r } /* make links out of linkable text*/ function makelink (content) { return content.replace(/[A-Za-z]+:\/\/[A-Za-z0-9-_]+\.[A-Za-z0-9-_:%&?\/.=]+/, function (m) {return m.link(m) }) } </script> <!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <Work rdf:about="https://thedigitalstory.com/2024/11/post-mortem-lightroom-photography-podcast.html"> <dc:title>Post Mortem Lightroom: What Happens When the Subscription Ends? - TDS Photo Podcast </dc:title> <dc:description>For many photographers, their life&apos;s work is organized inside a Lightroom catalog. Most often, the software is part of an Adobe subscription for $9.99 a month. So what happens if that photographer passes away? Are those images in jeopardy? What is the best move forward for those entrusted with the catalog? I address those issues on today&apos;s TDS Photography Podcast - https://thedigitalstory.com/2024/11/post-mortem-lightroom-photography-podcast.html</dc:description> <dc:creator>Derrick Story</dc:creator> <dc:date>2024-11-04T21:53:26-08:00</dc:date> <license rdf:resource="http://creativecommons.org/licenses/by/3.0/" /> </Work> <License rdf:about="http://creativecommons.org/licenses/by/3.0/"> </License> </rdf:RDF> --> <link rel="prev bookmark" href="https://thedigitalstory.com/2024/10/the-iPad-mini-A17-Pro-Nimble-Powerhouse-for-Photographers-Photo-Podcast.html" title="The iPad mini A17 Pro - Nimble Powerhouse for Photographers - TDS Photo Podcast" /> <link rel="next bookmark" href="https://thedigitalstory.com/2024/11/tips-for-showing-pictures-on-4K-TV-photo-podcast.html" title="Tips for Showing Your Pictures on a 4K TV - TDS Photo Podcast " /> <title>Post Mortem Lightroom: What Happens When the Subscription Ends? - TDS Photo Podcast - The Digital Story</title> </head> <body id="mt-blog" class="mt-entry-archive layout-wtt"> <div id="container"> <div id="container-inner"> <div id="header"> <div id="header-inner"> <div class="banner"> <div class="banner-inner"> <div id="banner-text"> <h1 class="tagline"> <a href="/">The Digital Story</a> </h1> <h1> Weekly digital photography podcasts, photo tips, reader submitted pictures, equipment reviews &amp; more </h1> </div><!-- banner-text --> <div id="nav"> <ul class="f-navbar sf-menu "> <li class="current"><a href="/">Home</a></li><!-- end home --> <li> <a href="/photography/">Photography</a> <ul> <li><a href="/photography/">All Photography</a></li> <li><a href="/photos-for-os-x/">Photos for OS X</a></li> <li><a href="/capture-one-pro/">Capture One Pro</a></li> <li><a href="/mobile-photography/">Mobile Photography</a></li> <li><a href="https://thedigitalstory.com/mt/mt-search.cgi?blog_id=2&amp;tag=photography%20AND%20tips&amp;limit=20">Photography Tips</a></li> <li><a href="https://thedigitalstory.com/mt/mt-search.cgi?blog_id=2&amp;tag=product%20review&amp;limit=20">Product Reviews</a></li> <li><a href="/members/">Member Gallery</a></li> <li><a href="/photo-assignment/">Photo Assignments</a></li> <li><a href="/diy/">DIY</a></li> <li class="last"><a href="/aperture/">Aperture 3</a></li> </ul> </li> <li> <a href="https://www.thenimblephotographer.com/tds-workshops" target="_blank">Workshops</a> </li> <li> <a href="/show-notes/">Podcasts</a> <ul> <li><a href= "/show-notes/">Episode Notes</a></li> <li><a href= "/podcasts/archive/">Podcast Archive</a></li> <li><a href= "/podcasts/latest/">Latest Episode</a></li> <li class="last"><a href= "http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=81837345&amp;s=143441" target="_blank">Subscribe On iTunes</a></li> </ul> </li> <li><a href="/submit/">Members</a> <ul> <li><a href="/submit">Member Participation</a></li> <li><a href="/members/">Member Gallery</a></li> <li><a href="/photo-assignment/">Photo Assignments</a></li> </ul> </li> <li class="last"><a href="/2015/10/become-a-sponsor.html">Sponsorship</a></li> </ul> <ul id="navbar-secondary" class="f-navbar sf-menu f-navbar-2"> <li> <a href="https://www.derrickstoryphotography.com/" target="_blank">About</a> </li> <li> <a href="https://www.thenimblephotographer.com/" target="_blank">Nimble Photographer</a> </li> <li> <a href="https://www.flickr.com/thedigitalstory" target="_blank">Flickr</a> </li> <li> <a href="https://instagram.com/derrickstory" target="_blank">Instagram</a> </li> <li> <a href="https://www.facebook.com/thedigitalstory" target="_blank">Facebook</a> </li> <li> <a href="https://www.etsy.com/shop/TheFilmCameraShop" target="_blank">Camera Shop</a> </li> <li class="last"> <a href="https://derrickstory.substack.com" target="_blank">Newsletter</a> </li> </ul> </div><!-- end nav --> <!-- Generic jPlayer container, used by JS as a template --> <div id="jplayer-html-container-for-podcast" style="display: none;"> <div class="jp-audio"> <div class="jp-type-single"> <div class="jp-gui jp-interface"> <ul class="jp-controls"> <li><a href="javascript:;" class="jp-play" tabindex="1">play</a></li> <li><a href="javascript:;" class="jp-pause" tabindex="1">pause</a></li> <li><a href="javascript:;" class="jp-stop" tabindex="1">stop</a></li> <li><a href="javascript:;" class="jp-mute" tabindex="1" title="mute">mute</a></li> <li><a href="javascript:;" class="jp-unmute" tabindex="1" title="unmute">unmute</a></li> <li><a href="javascript:;" class="jp-volume-max" tabindex="1" title="max volume">max volume</a></li> </ul> <div class="jp-progress"> <div class="jp-seek-bar"> <div class="jp-play-bar"></div> </div> </div> <div class="jp-volume-bar"> <div class="jp-volume-bar-value"></div> </div> <div class="jp-time-holder"> <div class="jp-current-time"></div> <div class="jp-duration"></div> <ul class="jp-toggles"> <li><a href="javascript:;" class="jp-repeat" tabindex="1" title="repeat">repeat</a></li> <li><a href="javascript:;" class="jp-repeat-off" tabindex="1" title="repeat off">repeat off</a></li> </ul> </div> </div> <div class="jp-title"> <ul> <li>No Title Found</li> </ul> </div> <div class="jp-no-solution"> <span>Update Required</span> To play the media you will need to either update your browser to a recent version or update your <a href="http://get.adobe.com/flashplayer/" target="_blank">Flash plugin</a>. </div> </div> </div> </div> </div><!-- .banner-inner!--> </div><!--end banner !--> </div><!-- header-inner --> </div><!-- header --> <div id="content"> <div id="content-inner"> <div id="alpha"> <div id="alpha-inner"> <div id="entry-9494" class="entry-asset asset hentry"> <div class="asset-header"> <h1 id="page-title" class="asset-name entry-title">Post Mortem Lightroom: What Happens When the Subscription Ends? - TDS Photo Podcast </h1> <div class="asset-meta"> <span class="byline"> By <span class="vcard author"><a class="fn url" href="http://www.thedigitalstory.com">Derrick Story</a></span> on <abbr class="published" title="2024-11-04T21:53:26-08:00">November 4, 2024 9:53 PM</abbr> </span> </div><!-- asset-meta --> </div><!-- asset-header --> <div class="asset-content entry-content"> <div class="asset-body"> <p><em>This is The Digital Story Podcast #972, Nov. 5, 2024. Today's theme is "Post Mortem Lightroom: What Happens When the Subscription Ends?" I'm Derrick Story.</em></p> <h2>Opening Monologue</h2> <p> For many photographers, their life's work is organized inside a Lightroom catalog. Most often, the software is part of an Adobe subscription for $9.99 a month. So what happens if that photographer passes away? Are those images in jeopardy? What is the best move forward for those entrusted with the catalog? I address those issues on today's TDS Photography Podcast. I hope you enjoy the show. </p> <p> <div id="podcast-13499" <a href="/2024/11/05/tds241105.mp3">Digital Photography Podcast 972</a> </div> </p> <p> <blockquote style="border: 2px solid #666; padding: 35px; background-color: #F5F5F5;"> <h2>Tune-In Via Your Favorite Podcast App!</h2> <hr><p> </p> <p> <a href="https://thedigitalstory.com/assets_c/2021/03/podcast-icon-11751.html" onclick="window.open('https://thedigitalstory.com/assets_c/2021/03/podcast-icon-11751.html','popup','width=840,height=1002,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="https://thedigitalstory.com/assets_c/2021/03/podcast-icon-thumb-autox153-11751.jpeg" width="64" height="76" alt="podcast-icon.jpeg" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></a> </p> <p><b><a href="https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=81837345" target="_blank">Apple Podcasts</a> -- <a href="https://open.spotify.com/show/6C7hUeiu4saRszbKzJgOW2" target="_blank">Spotify Podcasts</a> -- <a href="https://www.stitcher.com/show/the-digital-story" target="_blank">Stitcher</a></p></b> <p><b><a href="https://www.podbean.com/podcast-detail/ezcj6-4ea8/The-Digital-Story-Photography-Podcast" target="_blank">Podbean Podcasts</a> -- <a href="https://podbay.fm/p/the-digital-story-photography-podcast" target="_blank">Podbay FM</a> -- <a href="https://tunein.com/podcasts/Arts--Culture-Podcasts/The-Digital-Story-Photography-Podcast-p1138975/" target="_blank">Tune In</a></p></b> </blockquote> <p> <br> </p> <h2>First, A Note to My Fellow Americans</h2> <p>Today, Nov. 5, 2024, is national election day. Each citizen has the opportunity to cast a ballot for their choice for president, and in many cases, down-ballot as well for Representatives to the House, the Senate, local officials, and sometimes even propositions.</p> <p>If you're registered, please vote. The foundation of this country's political system is based on one person, one ballot. And this country depends on your participation. If you haven't done so already, please make time today to make your voice heard.</p> <p> <br> </p> <h2>Post Mortem Lightroom: What Happens When the Subscription Ends?</h2> <p> <a href="https://thedigitalstory.com/assets_c/2024/11/Adobe-Creative-Cloud-13500.html" onclick="window.open('https://thedigitalstory.com/assets_c/2024/11/Adobe-Creative-Cloud-13500.html','popup','width=1600,height=983,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="https://thedigitalstory.com/assets_c/2024/11/Adobe-Creative-Cloud-thumb-512xauto-13500.jpg" width="512" height="314" alt="Adobe-Creative-Cloud.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a> </p> <p> A friend of mine, and a very dear friend of my brother-in-law Pat, recently passed away. He was an avid photographer who had more that 45,000 images in his Lightroom Classic catalog.</p> <p> Pat is helping his family by taking a look at the MacBook Pro that houses the Lightroom catalog, the Photos app, and anything photography-related. He's going to make a recommendation to the family about the best way to preserve this work for others who may want to view it. </p> <p> Our friend was a biologist who documented his observations with a Nikon D500. He was also a family man and a father. Like so many, most of the family moments are in his Photos library, and his work in the Lightroom catalog. </p> <p> Pat and I have met twice to brainstorm on the best path forward. My recommendation is to "Freeze It In Time." Since everything is well organized in both Photos and Lightroom, we already have a card catalog of sorts since both applications have database underpinnings. </p> <p> In addition to the User Collections in Lightroom, and the User-Created Albums in Photos, both applications have various forms of search that could help relatives find images they may be looking for. So if we just preserve the laptop as is, it will be available for future reference. And as an added measure of security, everything should be backed up onto secondary drives. </p> <p> The potential fly in the ointment are the subscription services tied to those applications. What happens to the functionality of those libraries if the subscription ends. </p> <p> <a href="https://helpx.adobe.com/manage-account/using/cancel-subscription.html" target="_blank">According to Adobe</a>, with Lightroom Classic, <em>"You can continue to access all your photos on your local hard drive through Lightroom for the desktop. You can continue to import and organize photos and output your edited photos through Export, Publish, Print, Web, or Slideshow. Access to the Develop & Map modules and Lightroom for mobile is not available after your membership ends."</em> <p> So in theory, we can continue to use Lightroom Classic as an organizer, export images when needed, and even use some of the presentation features. What we can't do is further edit the photos. So the images are literally frozen in time. </p> <p> The news could be even better for the Photos library. If storage doesn't exceed the free iCloud plan, then everything should be there indefinitely. Things aren't quite as clear if paid storage is involved. </p> <p> <a href="https://support.apple.com/en-us/108318" target="_blank">According to Apple</a>:</p> <ul><em> <li>If your iCloud storage exceeds your new storage plan capacity, iCloud won't sync or update your information, and iCloud backups won't complete. iCloud starts syncing again and iCloud backups resume when you increase your storage capacity or delete information to make more space.</li> <p> <li>If you downgrade to the free iCloud plan, you will no longer have access to iCloud+ features like Hide My Email, Private Relay, and HomeKit Secure Video support.2</li> <p> <li>If you pay for both Apple One and an iCloud+ plan, you can downgrade or cancel the iCloud+ plan and just use the iCloud+ plan included in Apple One. After you select Change Storage Plan, there might be additional steps before you can downgrade or cancel your storage.</li> </em></ul> <p> Some sites claim that Apple will delete your data after 30 days of unpaid subscription. But I couldn't find anything official to corroborate that. </p> <p> Regardless, it seems wise to download the entire Photos library on to a computer or hard drive. And before doing that, go to Settings in Photos, under the iCloud tab, and choose Download Originals to This Mac. </p> <p> I have used the "Freeze It In Time" approach with my Aperture libraries. I have an old MacBook that maintains my archive, and I can export images out of them anytime I want. </p> <p> Also, innovative software like Mylio and Peakto provide access to Lightroom and Aperture libraries, as well as Capture One. Going this route allows us to use modern computers that are faster running software that's current. </p> <p> There is a time investment and software cost to go this route, but it is also a stable option that should work well for years to come. That is, as long as they aren't subscription-based. </p> <p><b>The Bottom Line</b></p> <p> When we debate the pros and cons of renting our software, we tend to think in present terms. But all of us have an expiration date. So it's wise to think about image preservation now, and build in a plan that others can easily access. </p> <p> That way our families can focus on the memories we captured with our cameras instead of worrying about how to maintain them. </p> <h2>It's a Big Deal That Apple is Getting Back into Photo Editing Software</h2> <p><em>You can <a href="https://petapixel.com/2024/11/01/its-a-big-deal-that-apple-is-getting-back-into-photo-editing-software/" target="_blank">read the entire article</a> on PetaPixel.com.</em></p> <h2>DEAR PANASONIC, MICRO FOUR THIRDS NEEDS SOME LOVE, TOO</h2> <p><em>You can <a href="https://www.thephoblographer.com/2024/11/04/dear-panasonic-your-micro-four-third-needs-some-love-too/" target="_blank">read the entire article</a> on Phoblographer.com.</em></p> <h2>Virtual Camera Club News</h2> <p> <b><a href="https://derrickstory.substack.com/" target="_blank">The Nimble Photographer Newsletter</a></b> is now publishing every Thursday. Readers will enjoy a variety of content spanning from short photo essays, to commentary on weekly events, to reviews of the latest and coolest photo gear. </p> <p><b>Inner Circle Members</b>: A big thanks to those who support our podcast and our efforts! We are having a blast at our new Inner Circle hangout, the private group I've set up at DerrickStoryOnline. We'd love it if you join us. You can become an Inner Circle Member by <a href="https://www.patreon.com/thedigitalstory" target="_blank">signing up at our Patreon site</a>. You will automatically be added to the new hangout.</p> <p> <b>Great Photography Articles on Live View</b> - If you check out our publication and appreciate what you see, be sure to follow us and clap for those authors. You can find us at <a href="https://medium.com/live-view" target="_blank">medium.com/live-view</a>. </p> <p> If you're interested in writing for Live View, drop me a line at dstory@gmail.com. </p> <p><b>The New Donation Kit for Carefree Shipping of Found Film Cameras</b> - If you've discovered a film camera that's no longer being used, our new Donation Kit makes it easy to pack and ship. Just visit the <a href="https://www.thenimblephotographer.com/contact" target="_blank">Contact Form</a> on <a href="https://www.thenimblephotographer.com target="_blank">thenimblephotographer.com</a>, click the box next to Donating a Film Camera, and let me know what you have. In your note, be sure to include your shipping address. </p> <p><b>Affiliate Links</b> - The links to some products in this podcast contain an affiliate code that credits The Digital Story for any purchases made from B&H Photo and Amazon via that click-through. Depending on the purchase, we may receive some financial compensation.</p> <p><b>Red River Paper</b> - And finally, be sure to visit our friends at <b><a href="http://www.redrivercatalog.com/landing/thedigitalstory/" target="_blank">Red River Paper</a></b> for all of your inkjet supply needs.</p> <p>See you next week!</p> <p><em>You can share your thoughts at the <a href="https://www.facebook.com/thedigitalstory" target="_blank">TDS Facebook page</a>, where I'll post this story for discussion.</em></p> </div> </div><!-- asset-content entry-content --> <div class="asset-footer"> <div class="entry-categories"> <h4>Categories<span class="delimiter">:</span></h4> <ul> <li><a href="https://thedigitalstory.com/photography/" rel="tag">Photography</a><span class="delimiter">,</span></li> <li class="entry-category"><a href="https://thedigitalstory.com/show-notes/" rel="tag">Show Notes</a></li> </ul> </div><!-- entry-categories --> <div class="entry-tags"> <h4>Tags<span class="delimiter">:</span></h4> <ul> <li><a href="javascript:void(0)" onclick="location.href='https://thedigitalstory.com/mt/mt-search.cgi?IncludeBlogs=2&amp;tag=Derrick%20Story&amp;limit=20';return false;" rel="tag">Derrick Story</a><span class="delimiter">,</span></li> <li><a href="javascript:void(0)" onclick="location.href='https://thedigitalstory.com/mt/mt-search.cgi?IncludeBlogs=2&amp;tag=Digital%20Photography&amp;limit=20';return false;" rel="tag">Digital Photography</a><span class="delimiter">,</span></li> <li><a href="javascript:void(0)" onclick="location.href='https://thedigitalstory.com/mt/mt-search.cgi?IncludeBlogs=2&amp;tag=Lightroom&amp;limit=20';return false;" rel="tag">Lightroom</a><span class="delimiter">,</span></li> <li><a href="javascript:void(0)" onclick="location.href='https://thedigitalstory.com/mt/mt-search.cgi?IncludeBlogs=2&amp;tag=Photo&amp;limit=20';return false;" rel="tag">Photo</a><span class="delimiter">,</span></li> <li><a href="javascript:void(0)" onclick="location.href='https://thedigitalstory.com/mt/mt-search.cgi?IncludeBlogs=2&amp;tag=Photography&amp;limit=20';return false;" rel="tag">Photography</a><span class="delimiter">,</span></li> <li><a href="javascript:void(0)" onclick="location.href='https://thedigitalstory.com/mt/mt-search.cgi?IncludeBlogs=2&amp;tag=Photos&amp;limit=20';return false;" rel="tag">Photos</a><span class="delimiter">,</span></li> <li><a href="javascript:void(0)" onclick="location.href='https://thedigitalstory.com/mt/mt-search.cgi?IncludeBlogs=2&amp;tag=Podcast&amp;limit=20';return false;" rel="tag">Podcast</a><span class="delimiter">,</span></li> <li><a href="javascript:void(0)" onclick="location.href='https://thedigitalstory.com/mt/mt-search.cgi?IncludeBlogs=2&amp;tag=The%20Digital%20Story&amp;limit=20';return false;" rel="tag">The Digital Story</a><span class="delimiter">,</span></li> <li><a href="javascript:void(0)" onclick="location.href='https://thedigitalstory.com/mt/mt-search.cgi?IncludeBlogs=2&amp;tag=Visual%20Arts&amp;limit=20';return false;" rel="tag">Visual Arts</a></li> </ul> </div><!-- entry-tags --> <div id="googleplus-9494" style="width: 124px;"> <g:plusone align="left" href="https://thedigitalstory.com/2024/11/post-mortem-lightroom-photography-podcast.html" annotation="none" size="medium"></g:plusone> &nbsp;&nbsp;<a href="https://twitter.com/share" class="twitter-share-button" data-url="https://thedigitalstory.com/2024/11/post-mortem-lightroom-photography-podcast.html" data-text="The Digital Story: " data-related="Derrick_Story" data-count="none">Tweet</a> </div><!-- "googleplus-9494" --> <script> !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs"); </script> <script type="text/javascript"> gapi.plusone.go("googleplus-9494"); </script> <!-- include jPlayer Block here --> <script type="text/javascript"> if (typeof jPlayersEnabled[13499] === 'undefined') { jPlayerInsert('13499', 'Post Mortem Lightroom: What Happens When the Subs\cription Ends? - TDS Photo Podcast \0', 'https://thedigitalstory.com/2024/11/05/tds241105.mp3'); } </script> </div><!-- asset-footer --> </div><!-- id="entry-9494" class="entry-asset asset hentry" --> </div><!-- alpha-inner --> </div><!-- alpha --> <div id="beta"> <div id="beta-inner"> <div class="sidebar-element-outer"></div> <!-- div class="sidebar-element-outer"><div class="sidebar-element"><div id="googleplus"> <g:plusone align="left" annotation="none" size="medium"></g:plusone> </div> <script type="text/javascript"> gapi.plusone.go("googleplus"); </script> </div></div --> <div class="sidebar-element-sponsors-outer"> <div class="sidebar-element sidebar-element-sponsors"> <h3>Promotions</h3> <!-- B&H Deal Zone --> <p> <a href="https://www.bhphotovideo.com/?BI=5527&KBID=6357&SID=DFF&DFF=d50" target="_blank"> <img src="/img/tiles/BH-Dea-Zone-Square-180.jpg" border="0" alt="B&H Deal Zone" title="B&H Deal Zone" /> </a> </p> <!-- TDS Workshops --> <p> <a href="https://www.thenimblephotographer.com/tds-workshops" target="_blank"> <img src="/img/tiles/TDS-Workshops-Ad.jpg" border="0" alt="TDS Workshops" title="TDS Workshops" /> </a> </p> <!-- Amazon photo --> <p> <a href="https://www.amazon.com/b?_encoding=UTF8&tag=storyphoto-20&linkCode=ur2&linkId=949bf6296c6531d6b076a53d5264de4f&camp=1789&creative=9325&node=13900861" target="_blank"> <img src="/img/tiles/amazon-logo-180px.jpg" border="0" alt="Amazon Photo" title="Amazon Photo" /> </a> </p> <!-- Patreon --> <p> <a href="https://www.patreon.com/thedigitalstory" target="_blank"> <img src="/img/Patreon-Tile-2018.jpg" border="0" alt="Patreon" title="Patreon" /> </a> </p> <!-- Kolari Vision --> <p> <a href="https://kolarivision.com/?ref=88" target="_blank"> <img src="/img/tiles/Kolari-Vision-Ad.jpg" border="0" alt="Kolari Vision" title="Kolari Vision" /> </a> </p> <!-- Bodega Cooler --> <p> <a href="https://www.bodegacooler.com/?click_id=s9iibz8x" target="_blank"> <img src="/img/tiles/BodegaCooler-180px.jpg" border="0" width="180" alt="Bodega Cooler" title="Bodega Cooler" /> </a> </p> <!-- Red River --> <p> <a href="https://www.redrivercatalog.com/landing/thedigitalstory/" target="_blank"> <img src="/img/tiles/RRP-180px-Tile.jpg" border="0" alt="Red River" title="Red River" /> </a> </p> </div> </div> <div class="sidebar-element-outer"> <div class="sidebar-element"> <h3>Subscribe</h3> <p> <a href="https://podcasts.apple.com/us/podcast/the-digital-story-photography-podcast/id81837345" target="_blank"> <img src="/img/tiles/TDS-Podcast-Listen-Tile-180.jpg" border="0" alt="TDS Podcast" title="TDS Podcast" /> </a> </p> </div> </div> </div> </div> <div id="gamma"> <div id="gamma-inner"> <div class="sidebar-element-outer"> <div class="sidebar-element"> <h3>Recent Entries</h3> <ul> <li><a href="https://thedigitalstory.com/2024/11/tips-for-showing-pictures-on-4K-TV-photo-podcast.html">Tips for Showing Your Pictures on a 4K TV - TDS Photo Podcast </a></li> <li><a href="https://thedigitalstory.com/2024/11/post-mortem-lightroom-photography-podcast.html">Post Mortem Lightroom: What Happens When the Subscription Ends? - TDS Photo Podcast </a></li> <li><a href="https://thedigitalstory.com/2024/10/the-iPad-mini-A17-Pro-Nimble-Powerhouse-for-Photographers-Photo-Podcast.html">The iPad mini A17 Pro - Nimble Powerhouse for Photographers - TDS Photo Podcast</a></li> <li><a href="https://thedigitalstory.com/2024/10/the-return-of-the-point-and-shoot-camera-photo-podcast.html">The Return of the Point and Shoot Camera - TDS Photo Podcast</a></li> <li><a href="https://thedigitalstory.com/2024/10/never-mind-its-for-vlogging-photo-podcast.html">New Camera Announcement! Never mind, it's for vlogging... TDS Photo Podcast </a></li> </ul> </div> </div> <div class="sidebar-element-outer"> <div class="sidebar-element"> <h3>Products</h3> <div> <!-- ON1 Photo RAW 2024 --> <p> <a href="https://on1.sjv.io/c/260200/1793102/12322" target="_blank"> <img src="/img/tiles/ON1-0823-RAW24-Affiliate-Ads160x600.jpg" alt="ON1 Photo RAW" /> </a> </p> <!-- Jackery --> <p> <a href="https://jackery.sjv.io/PyExYQ" target="_blank"> <img src="/img/tiles/Jackery-160x600.png" alt="Jackery" /> </a> </p> <!-- Peakto --> <p> <a href="https://cyme-affiliate-program.sjv.io/c/260200/1760956/16516" target="_blank"> <img src="/img/tiles/Peakto-1.8.jpeg" alt="Peakto" /> </a> </p> </div> </div><!-- end sidebar-element --> </div><!-- end sidebar-element-outer --> </div> </div> </div><!-- content-inner --> </div><!-- content --> <div id="footer"> <div id="footer-inner"> <div id="footer-content"> <h2>Books by Derrick Story</h2> <table border="0" cellspacing="0" cellpadding="0" width="100%" align="center"> <tr> <td class="widebar"> <a href="https://www.amazon.com/gp/product/1681983508/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1681983508&linkCode=as2&tag=storyphoto-20&linkId=bb9e12f0462da5283b60b590d3deab10" target="_blank"> <img border="0" width="70" alt="Photos Book" src="/img/apple-photos-2nd-Ed.jpg"> </a> <br clear="all" /> <a href="https://www.amazon.com/gp/product/1681983508/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1681983508&linkCode=as2&tag=storyphoto-20&linkId=bb9e12f0462da5283b60b590d3deab10" target="_blank">The Apple Photos Book for Photographers 2nd Edition</a> <br /> by Derrick Story </td> <td class="widebar"> <a href="https://www.amazon.com/gp/product/B002VKMOOM?ie=UTF8&tag=storyphoto-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=B002VKMOOM" target="_blank"><img border="0" width="70" alt="Digital Photography Companion" src="/img/digi_photo_companion.jpg"></a> <img src="https://www.assoc-amazon.com/e/ir?t=storyphoto-20&l=as2&o=1&a=B002VKMOOM" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> <br clear="all" /> <a href="https://www.amazon.com/gp/product/B002VKMOOM?ie=UTF8&tag=storyphoto-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=B002VKMOOM" target="_blank">The Digital Photography Companion</a> <br/> by Derrick Story </td> <td class="widebar"> <a href="https://www.amazon.com/gp/product/0596006667?ie=UTF8&tag=storyphoto-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=0596006667" target="_blank"><img border="0" width="70" alt="Digital Photography Hacks" src="/img/digi_photo_hacks.jpg"></a> <img src="https://www.assoc-amazon.com/e/ir?t=storyphoto-20&l=as2&o=1&a=0596006667" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> <br clear="all" /> <a href="https://www.amazon.com/gp/product/0596006667?ie=UTF8&tag=storyphoto-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=0596006667" target="_blank">Digital Photography Hacks</a> <br/> by Derrick Story </td> <td class="widebar"> <a href="https://www.amazon.com/gp/product/1118498135/ref=as_li_qf_sp_asin_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1118498135&linkCode=as2&tag=storyphoto-20"><img border="0" width="70" alt="iPad for Digital Photographers" src="/img/iPad-Photog-Cover.jpg" /></a> <br clear="all" /> <a href="https://www.amazon.com/gp/product/1118498135/ref=as_li_qf_sp_asin_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1118498135&linkCode=as2&tag=storyphoto-20">iPad for Digital Photographers</a> <br/> by Derrick Story </td> </tr> </table> </div> </div> </div> <div id="copyright"> &copy; 2024 Story Photography | <script language="JavaScript" type="text/javascript"> <!-- var name = "webmaster"; var domain = "thedigitalstory.com"; var display = ""; var subject = ""; var ending = ""; var style = ""; document.write('<a class="' + style + '" href="mailto:' + name + '&#64;' + domain + '?subject=' + subject + '">'); if (display) { document.write(display); } else { document.write(name + '&#64;' + domain); } document.write('</a>' + ending); // --> </script> </div> <script language="JavaScript" type="text/javascript" src="/scripts/nifty.js"></script> <script language="JavaScript" type="text/javascript" src="/scripts/niftyCalls.js"></script> </div><!-- container-inner --> </div><!-- container --> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10