Skip to content

📷 Console-app to move photos from my SD card to my Desktop. 🖼️ Also renames video files to something more meaningful to me than 0001.mts. 📹

Notifications You must be signed in to change notification settings

DuncanRitchie/TransferPhotosFromCard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Transfer Photos from Card

📷 This is a console-app I made because I take a lot of photos (and sometimes video too) and manually moving files off my camera’s memory-card can get a little tedious.

🚀 It’s very specific to my workflow, and probably won’t be something you want if you’re not me, but you can download the executable here.

🔌 It waits for a device to be inserted in drive D:\ (or E:\ or F:\ ), then lists the files, grouped according to the action it expects me (the user) to take on them.

🖼️ If there are .jpg files on the disk, I get the option to move them to my Desktop.

📹 If there are .mts files (video clips), I get the option to move them to my Desktop and rename them to their date created (my camera saves them with a simple serial 0000.mts, 0001.mts, ..., which I dislike).

🗃️ If there are files that my camera uses to manage its internal catalogue, I get the option to delete them; I also get the option to replace them with an empty catalogue so my camera doesn’t tell me photos are missing. The files for the empty catalogue comprise the DefaultDiskContents folder.

🗄️ If there are other files, I get the options to move, move and rename, or ignore them.

📂 Finally the program deletes any empty folders on the card.

💻 Files are moved to my Desktop because I use Lightroom to edit my photos and videos, and its import process will organize them into folders on my hard drive, but it won’t delete files from a memory-card. So I need to move my files off the card before I import them to Lightroom.

👨‍💻 Made by Duncan Ritchie using .NET Framework (C#) in Visual Studio, 2020 May 23.

About

📷 Console-app to move photos from my SD card to my Desktop. 🖼️ Also renames video files to something more meaningful to me than 0001.mts. 📹

Topics

Resources

Stars

Watchers

Forks

Languages