diff --git a/Readme.md b/Readme.md index a2368d2..2949f73 100644 --- a/Readme.md +++ b/Readme.md @@ -5,6 +5,8 @@
+[Read a 3 part blog post on why I was created](https://medium.com/vantage/understanding-my-need-for-an-automated-photo-workflow-a2ff95b46f8f#.dmwyjlc57) + I work tirelessly to make sure your photos are always sorted and organized so you can focus on more important things. By photos I mean JPEG, DNG, NEF and common video and audio files. You don't love me yet but you will. diff --git a/app/Readme.md b/app/Readme.md index 37bd1bb..5d4ea4a 100644 --- a/app/Readme.md +++ b/app/Readme.md @@ -3,11 +3,13 @@ +You can download [my latest GUI from the releases page](https://github.com/jmathai/elodie/releases). + My GUI taskbar app sits nestled away in your taskbar until you need me. Let's say you took a few hundred photos in New York City. I'll have put the photos into a folder named *New York City*. You decide you'd rather organize those photos into a folder named *Summer in NYC*. What you'd do is select the photos using Finder and drag them onto my taskbar icon. I'll display a few options and one of them would be to *Create album*. Type in an album name and I'll add this to the EXIF of your photos and move them to a folder with the same name. -*NOTE: I've extensively used the GUI but it's a work in progress. Feedback is welcome. Due to [gh-44](https://github.com/jmathai/elodie/issues/44) we're unable to provide executables for download but you can build it yourself.* +*NOTE: I've extensively used the GUI but it's a work in progress.* ## See me in action diff --git a/elodie/media/video.py b/elodie/media/video.py index 4a08ec1..854228b 100644 --- a/elodie/media/video.py +++ b/elodie/media/video.py @@ -393,7 +393,7 @@ class Video(Media): if(constants.debug is True): print 'Something went wrong updating video metadata' return False - + # gh-89 Before we wrap up we check if an album was previously set # and if so we re-apply that album because avmetareadwrite # clobbers it