Move fotos and videos from a device, i.e. cardreader or camera, and sort them by date into predefined folders.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
Marc Wäckerlin 77d280b25b updated build system pirms 6 gadiem
debian there is no qt4-default pirms 9 gadiem
doc updated build system pirms 6 gadiem
scripts updated build system pirms 6 gadiem
AUTHORS updated author with new homepage pirms 9 gadiem
COPYING update buildsystem pirms 8 gadiem
ChangeLog updated build system pirms 6 gadiem
INSTALL update buildsystem pirms 8 gadiem
NEWS initial copy from old project pirms 9 gadiem
README initial copy from old project pirms 9 gadiem
autogen.sh update buildsystem pirms 8 gadiem
ax_check_qt.m4 updated build system pirms 6 gadiem
ax_cxx_compile_stdcxx_11.m4 updated build system pirms 6 gadiem
ax_init_standard_project.m4 updated build system pirms 6 gadiem
bootstrap.sh updated build system pirms 6 gadiem
build-in-docker.conf update buildsystem pirms 8 gadiem
build-in-docker.sh updated build system pirms 6 gadiem
build-resource-file.sh initial copy from old project pirms 9 gadiem
configure.ac initial copy from old project pirms 9 gadiem
dependency-graph.sh updated build system pirms 6 gadiem
mac-create-app-bundle.sh updated build system pirms 6 gadiem
makefile.am initial copy from old project pirms 9 gadiem
makefile_test.inc.am updated build system pirms 6 gadiem
mvfotos.desktop.in update buildsystem pirms 8 gadiem
mvfotos.spec.in initial copy from old project pirms 9 gadiem
resolve-debbuilddeps.sh updated build system pirms 6 gadiem
resolve-rpmbuilddeps.sh updated build system pirms 6 gadiem
rpmsign.exp updated build system pirms 6 gadiem
sql-to-dot.sed updated build system pirms 6 gadiem
template.sh updated build system pirms 6 gadiem

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.