File: tagpix/examples/demo-8-windowstoo.txt

========================================================================================
Verify that tagpix works on Windows too.
Run in Command Prompt or PyEdit's Run Code ('>' requires Command Prompt).
This run corresponds exactly to the demo-0 file's run on Unix (Mac OS).
========================================================================================


c:\tagpix> py -3 tagpix.py
tagpix renames and moves photos to a merged folder; proceed? y
Source - pathname of folder with photos to be moved?
Destination - pathname of folder to move items to?
Group items into by-year subfolders? y
List only: show target names, but do not rename or move? n
--------------------------------------------------------------------------------
Analyzing source tree
--------------------------------------------------------------------------------
Moving PHOTOS: 6
.\SOURCE\card1\DSC00006.JPG => .\MERGED\PHOTOS\2014\2014-10-03__DSC00006.JPG
.\SOURCE\card1\DSC05059.JPG => .\MERGED\PHOTOS\2014\2014-08-01__DSC05059.JPG
.\SOURCE\card1\DSC05060.JPG => .\MERGED\PHOTOS\2014\2014-08-05__DSC05060.JPG
.\SOURCE\card2\DSC00003.JPG => .\MERGED\PHOTOS\2014\2014-10-02__DSC00003.JPG
.\SOURCE\card2\DSC00005.JPG => .\MERGED\PHOTOS\2014\2014-10-03__DSC00005.JPG
***Duplicate content was skipped: .\SOURCE\card2\DSC00006.JPG == .\MERGED\PHOTOS\2014\2014-10-03__DSC00006.JPG
--------------------------------------------------------------------------------
Moving MOVIES: 1
.\SOURCE\card2\00000.MTS => .\MERGED\MOVIES\2014\2014-10-03__00000.MTS
--------------------------------------------------------------------------------
Moving OTHERS: 1
.\SOURCE\11.png => .\MERGED\OTHERS\2016\2016-03-27__11.png
--------------------------------------------------------------------------------
Missed: 1
['.\\SOURCE\\card2\\DSC00006.JPG']
--------------------------------------------------------------------------------
Bye.


c:\tagpix> py -3 examples\ls.py MERGED
...MERGED
......MERGED\MOVIES
.........MERGED\MOVIES\2014
............2014-10-03__00000.MTS
......MERGED\OTHERS
.........MERGED\OTHERS\2016
............2016-03-27__11.png
......MERGED\PHOTOS
.........MERGED\PHOTOS\2014
............2014-08-01__DSC05059.JPG
............2014-08-05__DSC05060.JPG
............2014-10-02__DSC00003.JPG
............2014-10-03__DSC00005.JPG
............2014-10-03__DSC00006.JPG


c:\tagpix> py -3 examples\ls.py SOURCE
...SOURCE
......SOURCE\card1
......SOURCE\card2
.........DSC00006.JPG


========================================================================================
Save run messages to a report file.
========================================================================================

c:\tagpix> py -3 tagpix.py > report.txt
tagpix renames and moves photos to a merged folder; proceed? y
Source - pathname of folder with photos to be moved?
Destination - pathname of folder to move items to?
Group items into by-year subfolders? y
List only: show target names, but do not rename or move? y

c:\tagpix> type report.txt
--------------------------------------------------------------------------------
Analyzing source tree
--------------------------------------------------------------------------------
Moving PHOTOS: 1
***Duplicate name will be resolved: .\MERGED\PHOTOS\2014\2014-10-03__DSC00006.JPG
.\SOURCE\card2\DSC00006.JPG => .\MERGED\PHOTOS\2014\2014-10-03__DSC00006.JPG
--------------------------------------------------------------------------------
Moving MOVIES: 0
--------------------------------------------------------------------------------
Moving OTHERS: 0
--------------------------------------------------------------------------------
Bye.

c:\tagpix>



[Home page] Books Code Blog Python Author Train Find ©M.Lutz