Move fotos and videos from a device, i.e. cardreader or camera, and sort them by date into predefined folders.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
Marc Wäckerlin 77d280b25b updated build system před 6 roky
debian there is no qt4-default před 9 roky
doc updated build system před 6 roky
scripts updated build system před 6 roky
AUTHORS updated author with new homepage před 9 roky
COPYING update buildsystem před 8 roky
ChangeLog updated build system před 6 roky
INSTALL update buildsystem před 8 roky
NEWS initial copy from old project před 9 roky
README initial copy from old project před 9 roky
autogen.sh update buildsystem před 8 roky
ax_check_qt.m4 updated build system před 6 roky
ax_cxx_compile_stdcxx_11.m4 updated build system před 6 roky
ax_init_standard_project.m4 updated build system před 6 roky
bootstrap.sh updated build system před 6 roky
build-in-docker.conf update buildsystem před 8 roky
build-in-docker.sh updated build system před 6 roky
build-resource-file.sh initial copy from old project před 9 roky
configure.ac initial copy from old project před 9 roky
dependency-graph.sh updated build system před 6 roky
mac-create-app-bundle.sh updated build system před 6 roky
makefile.am initial copy from old project před 9 roky
makefile_test.inc.am updated build system před 6 roky
mvfotos.desktop.in update buildsystem před 8 roky
mvfotos.spec.in initial copy from old project před 9 roky
resolve-debbuilddeps.sh updated build system před 6 roky
resolve-rpmbuilddeps.sh updated build system před 6 roky
rpmsign.exp updated build system před 6 roky
sql-to-dot.sed updated build system před 6 roky
template.sh updated build system před 6 roky

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.