Skip to content

Detects and parses out files from eye-fi spool directory that are broken

Notifications You must be signed in to change notification settings

mrcriter/eyefi_spool_fix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

eyefi_spool_fix

Detects and parses out files from eye-fi spool directory that are broken

Notes: I noticed files were getting stuck in my %User Profile%\AppData\Local\Eye-Fi\spool
folders. They were a mix of JPG, tar.gz and ISO (mp4s)

Usage:

  • Move all files from each of the subdirectories to a new folder and clone this into that folder
  • Run this in that folder: find . -type f -exec mv '{}' '{}'.tar.gz ;
  • Clone the script (or download to that folder)
  • Run the script

All files will be moved to save, and .tar.gz will be moved to 'processed' folder You can delete the 'processed' folder if you're happy with the results. Files should retain all original filestamp dates, I did the best to ensure filenames were satisfactory

About

Detects and parses out files from eye-fi spool directory that are broken

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages