Move fotos and videos from a device, i.e. cardreader or camera, and sort them by date into predefined folders.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Marc Wäckerlin 35c1c14b47 updated author with new homepage 9 years ago
debian initial copy from old project 9 years ago
doc initial copy from old project 9 years ago
scripts initial copy from old project 9 years ago
AUTHORS updated author with new homepage 9 years ago
COPYING initial copy from old project 9 years ago
ChangeLog initial copy from old project 9 years ago
INSTALL initial copy from old project 9 years ago
NEWS initial copy from old project 9 years ago
README initial copy from old project 9 years ago
ax_check_qt.m4 initial copy from old project 9 years ago
ax_cxx_compile_stdcxx_11.m4 initial copy from old project 9 years ago
ax_init_standard_project.m4 initial copy from old project 9 years ago
bootstrap.sh initial copy from old project 9 years ago
build-in-docker.sh initial copy from old project 9 years ago
build-resource-file.sh initial copy from old project 9 years ago
configure.ac initial copy from old project 9 years ago
mac-create-app-bundle.sh initial copy from old project 9 years ago
makefile.am initial copy from old project 9 years ago
mvfotos.spec.in initial copy from old project 9 years ago
resolve-debbuilddeps.sh initial copy from old project 9 years ago
resolve-rpmbuilddeps.sh initial copy from old project 9 years ago

README

Move (or copy) multimedia files to a defined path

Mvfotos copies multimedia files, such as fotos, movies and sounds to a
specific preconfigured path. Use /etc/mvfotos.conf or ~/.mvfotos to
configure the details. Call mvfotos -h for help on the parameters.

It sorts the files according to year and season. This information is
either taken from EXIF (JPEG) or from the file's original creation
date. if necessary, JPEG files are losslessly rotated automatically if the
respective EXIF flag is set.

On my system, all multimedia files from foto and video cameras or
music recorders are stored in /var/data/family and then in
subdirectories according to the file type. See my configuration in
/etc/mvfotos.conf and overwrite that according to your needs.

Then simply plugin a camera, open the files in a foldeer and call on
the command line, e.g.:

mvfotos -p birthday-party /media/camera/DCIM/file1.jpg \
/media/camera/DCIM/file2.jpg \
/media/camera/DCIM/file3.jpg \
/media/camera/DCIM/file4.jpg

To achieve this, I type "mvfotos -p birthday-party", select the files,
then drag and drop the selected files to the console.