Move fotos and videos from a device, i.e. cardreader or camera, and sort them by date into predefined folders.
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
Marc Wäckerlin 77d280b25b updated build system 6 anni fa
debian there is no qt4-default 9 anni fa
doc updated build system 6 anni fa
scripts updated build system 6 anni fa
AUTHORS updated author with new homepage 9 anni fa
COPYING update buildsystem 8 anni fa
ChangeLog updated build system 6 anni fa
INSTALL update buildsystem 8 anni fa
NEWS initial copy from old project 9 anni fa
README initial copy from old project 9 anni fa
autogen.sh update buildsystem 8 anni fa
ax_check_qt.m4 updated build system 6 anni fa
ax_cxx_compile_stdcxx_11.m4 updated build system 6 anni fa
ax_init_standard_project.m4 updated build system 6 anni fa
bootstrap.sh updated build system 6 anni fa
build-in-docker.conf update buildsystem 8 anni fa
build-in-docker.sh updated build system 6 anni fa
build-resource-file.sh initial copy from old project 9 anni fa
configure.ac initial copy from old project 9 anni fa
dependency-graph.sh updated build system 6 anni fa
mac-create-app-bundle.sh updated build system 6 anni fa
makefile.am initial copy from old project 9 anni fa
makefile_test.inc.am updated build system 6 anni fa
mvfotos.desktop.in update buildsystem 8 anni fa
mvfotos.spec.in initial copy from old project 9 anni fa
resolve-debbuilddeps.sh updated build system 6 anni fa
resolve-rpmbuilddeps.sh updated build system 6 anni fa
rpmsign.exp updated build system 6 anni fa
sql-to-dot.sed updated build system 6 anni fa
template.sh updated build system 6 anni fa

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.