Move fotos and videos from a device, i.e. cardreader or camera, and sort them by date into predefined folders.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
Marc Wäckerlin 77d280b25b updated build system il y a 6 ans
debian there is no qt4-default il y a 9 ans
doc updated build system il y a 6 ans
scripts updated build system il y a 6 ans
AUTHORS updated author with new homepage il y a 9 ans
COPYING update buildsystem il y a 8 ans
ChangeLog updated build system il y a 6 ans
INSTALL update buildsystem il y a 8 ans
NEWS initial copy from old project il y a 9 ans
README initial copy from old project il y a 9 ans
autogen.sh update buildsystem il y a 8 ans
ax_check_qt.m4 updated build system il y a 6 ans
ax_cxx_compile_stdcxx_11.m4 updated build system il y a 6 ans
ax_init_standard_project.m4 updated build system il y a 6 ans
bootstrap.sh updated build system il y a 6 ans
build-in-docker.conf update buildsystem il y a 8 ans
build-in-docker.sh updated build system il y a 6 ans
build-resource-file.sh initial copy from old project il y a 9 ans
configure.ac initial copy from old project il y a 9 ans
dependency-graph.sh updated build system il y a 6 ans
mac-create-app-bundle.sh updated build system il y a 6 ans
makefile.am initial copy from old project il y a 9 ans
makefile_test.inc.am updated build system il y a 6 ans
mvfotos.desktop.in update buildsystem il y a 8 ans
mvfotos.spec.in initial copy from old project il y a 9 ans
resolve-debbuilddeps.sh updated build system il y a 6 ans
resolve-rpmbuilddeps.sh updated build system il y a 6 ans
rpmsign.exp updated build system il y a 6 ans
sql-to-dot.sed updated build system il y a 6 ans
template.sh updated build system il y a 6 ans

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.