Commit Graph

24 Commits

Author SHA1 Message Date
Lukas Hahmann cfd0496a28
Merge pull request #4 from the1311/fix-div-by-zero-in-recovery.py
fix division by zero if less than 100 files are copied
2022-08-20 18:20:59 +02:00
Lukas Hahmann a223b9f7da
Merge branch 'master' into add-renaming-jpgs 2022-08-20 18:19:51 +02:00
Peter Bozsoky 4bf4057cff file sorting: Accomodate files without a suffix 2022-04-12 16:22:05 +02:00
the1311 6c22af1b79 changed messages in recovery.py and update readme.md 2021-11-17 00:34:01 +01:00
the1311 747a7dd15f add renaming jpg-files with <Date>_<Time> as option 2021-11-16 23:27:09 +01:00
the1311 ee18f84d11 fix division by zero if less than 100 files are copied 2021-11-16 23:06:11 +01:00
Anson 033e5ac4a0
Fix SyntaxWarning in recovery.py
Fixes:
recovery.py:119: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if((fileCounter % onePercentFiles) is 0):
2021-06-26 20:00:38 +08:00
Lukas caf9b84a26 min event delta is configurable via parameter now =) 2017-11-30 22:48:57 +01:00
Lukas 26c334f654 ordered imports #2 2017-11-30 22:39:17 +01:00
Lukas 6ee334b0e8 ordered imports 2017-11-30 22:37:56 +01:00
Lukas 284d32900b added parameter "keep filename" 2017-11-30 22:20:36 +01:00
Wouter R 3e636e39f9 Fix hashbang. 2017-11-26 12:26:47 +01:00
Wouter R a69f5585ca Use argparse to process commandline arguments and add argument to split JPG files by month. 2017-11-26 12:23:12 +01:00
Wouter R dc9b46234c Make indentation style consistent (all spaces now). 2017-11-25 19:24:30 +01:00
Wouter R a1266c6aa2 Cleanup whitespace. 2017-11-25 19:21:49 +01:00
Wouter R 73aa74c7f9 Extend jpgSorter.py to allow sorting into years *and* months. 2017-11-25 19:12:40 +01:00
tfrdidi a6f6930c8b only update status ever 1%, copy metadata 2015-12-06 03:16:17 +01:00
tfrdidi 330ceeece1 process images only afterwards, log method, limitation of files per directory 2015-12-06 01:53:14 +01:00
tfrdidi e7c91f843e Propmt when input parameter missing, progress output 2015-11-29 14:35:13 +01:00
Lukas Hahmann 0c5430b6bd camel case routine names 2015-09-20 11:33:54 +02:00
Lukas Hahmann 38ee7077a4 added a mechanism to distinguis pictures from different event. Thereby an event is divided from another one by a time span of 4 days 2015-09-18 20:03:07 +02:00
Lukas Hahmann 7b3c90a6d3 introduced a separation of jpgs by the month the picture has been taken. therefore first the exif fields are used. if they do not exist, the creation date of the file is taken 2015-09-17 20:29:05 +02:00
Chris Magnuson 6e78b184ee Working version that supports python3 and handles moving files if the name collides with an existing file 2015-06-04 19:29:17 -04:00
Chris Magnuson a1885d37a3 Initial commit 2015-06-03 22:28:47 -04:00