Rapid Photo Downloader 0.9.2 is released

Download location: http://damonlynch.net/rapid/download.html

Many bug fixes in this release, as well as a few improvments:

  • When displaying the time in the Timeline in a locale that does not use a
    twelve hour clock, correctly display the time using the 24 hour clock. If
    the times or dates being displayed in the Timeline are not displayed
    correctly in your language, please file a bug report.

  • Fixed a bug where an exception could occur when clicking on some Timeline
    entries or displaying their thumbnails as a tooltip. It occurred when the
    Timeline had one or more entries in the right-most column that spanned
    more than one calendar day. The code that generates the Timeline is among
    the most complex in the application. If you notice any problems, please
    file a bug report.

  • When a download device is inserted and downloaded files are already in the
    main window, the program will now ask if the completed downloads should be
    cleared. A new, associated program preference controls if the program
    should query and what action to take.

  • Improved visual appearance of preferences window.

  • Fixed a bug where the thumbnail extractors might crash when the thumbnail
    cache database had not yet been created, which could happen in unusual
    circumstances such as when the disk was under particularly heavy load.

  • Fixed bug extracting date/time metadata from videos where devices that
    create videos from which metadata cannot be extracted until the entire
    video is downloaded from the device.

  • When running LXQt, now assume the default file manager is pcmanfm-qt,
    regardless of what the mime-type handler reports. URIs passed to it
    now have the specific file stripped from the path, avoiding errors with
    pcmanfm-qt opening it. Currently, compared to more mature platforms like
    Gnome, LXQt has limitations that limit Rapid Photo Downloader’s
    functionality.

  • Added uninstall and uninstall including dependencies options to the
    install script.

  • Added localization to the install script. The install script now embeds
    the files needed for localization, and utilizes them if needed.

  • The install script now checks key installation folders for ownership
    and permission problems, fixing them if necessary.

  • The install script now correctly parses openSUSE’s zypper output to
    ascertain distribution packages that are already installed, saving time
    during installation.

  • In the install script, catch return code 104 from zypper se when no package is
    found.

  • Added support for Peppermint OS to the install script.

  • Terminate program at startup if the program’s own module imports are being
    loaded from conflicting sources, indicating more than one copy of the
    program has been installed.

  • Report gphoto2 errors on the command line and Error Reports window with
    the name of the error rather than its numeric code.

  • Catch file permission errors more effectively in copy, rename, and backup
    processes.

  • Fixed bug when deleting certain sample videos from a device that had
    already been removed.

  • Updated Belarusian, Chinese (Simplified), Czech, Dutch, French, German,
    Hungarian, Japanese, Norwegian Bokmal, Norwegian Nynorsk, Russian and
    Spanish translations.

  • Applied a patch from Mikael Wiesel to fix a bug where several strings were
    not available for translation. Additionally made available for translation
    some buttons whose text was untranslated. Moreover, humanized times such as
    “one hour ago” (all of which are generated using the python library Arrow)
    are now localized where Arrow supports it. Finally, date/times in tooltips
    that appear over thumbnails are now localized, and locale date / times are
    used in download subfolder and filename generation for values like months.

3 Likes

Congrats @damonlynch this sounds like a great release!

1 Like

Wow, busy guy! Well done!

  1. Do you prefer packages to use python 2 or 3?
  2. your RPD page has a few typos.

Minimum is python 3.4. I wish I could drop it and make python 3.5 but unfortunately 3.4 is still used by some people.

URL?

I can’t seem to locate the option to move rather than copy images during the download. Is it buried somewhere or not implemented (yet?).

See http://damonlynch.net/rapid/faq.html

After having use 0.4.11 version for a while (under Mint 18.2) I would like to install 0.9.2 version but I receive this message during installation process:

_marcello@giasone ~ $ python3 install.py_
_Downloading https://launchpad.net/rapid/pyqt/0.9.2/+download/rapid-photo-downloader-0.9.2.tar.gz (5.97 MB)_
_Downloading.... done!_
_Checking if previous version installed with pip..._

_Installing application requirements..._

_Collecting psutil>=3.4.2 (from -r /tmp/tmpwhekv8c8 (line 4))_
_Collecting gphoto2>=1.4.0 (from -r /tmp/tmpwhekv8c8 (line 5))_
_Collecting pyzmq<=15.1.0,>=14.4.1 (from -r /tmp/tmpwhekv8c8 (line 6))_
_Collecting pyxdg>=0.25 (from -r /tmp/tmpwhekv8c8 (line 7))_
_Collecting arrow>=0.6.0 (from -r /tmp/tmpwhekv8c8 (line 8))_
_Collecting python-dateutil>=2.2 (from -r /tmp/tmpwhekv8c8 (line 9))_
_  Using cached python_dateutil-2.6.1-py2.py3-none-any.whl_
_Collecting rawkit>=0.6.0 (from -r /tmp/tmpwhekv8c8 (line 10))_
_  Using cached rawkit-0.6.0-py2.py3-none-any.whl_
_Collecting PyPrind>=2.9.4 (from -r /tmp/tmpwhekv8c8 (line 11))_
_Collecting colorlog>=2.6 (from -r /tmp/tmpwhekv8c8 (line 12))_
_  Using cached colorlog-3.0.1-py2.py3-none-any.whl_
_Collecting easygui<=0.97.4 (from -r /tmp/tmpwhekv8c8 (line 15))_
_  Using cached easygui-0.97.4-py2.py3-none-any.whl_
_Collecting colour (from -r /tmp/tmpwhekv8c8 (line 16))_
_  Using cached colour-0.1.4-py2.py3-none-any.whl_
_Collecting pymediainfo>=2.1.4 (from -r /tmp/tmpwhekv8c8 (line 17))_
_Collecting sortedcontainers (from -r /tmp/tmpwhekv8c8 (line 18))_
_  Using cached sortedcontainers-1.5.7-py2.py3-none-any.whl_
_Requirement already satisfied: requests in /usr/lib/python3/dist-packages (from -r /tmp/tmpwhekv8c8 (line 19))_
_Requirement already satisfied: PyQt5 in ./.local/lib/python3.5/site-packages (from -r /tmp/tmpwhekv8c8 (line 20))_
_Requirement already satisfied: six>=1.5 in /usr/lib/python3/dist-packages (from python-dateutil>=2.2->-r /tmp/tmpwhekv8c8 (line 9))_
_Requirement already satisfied: sip<4.20,>=4.19.3 in ./.local/lib/python3.5/site-packages (from PyQt5->-r /tmp/tmpwhekv8c8 (line 20))_
_Installing collected packages: psutil, gphoto2, pyzmq, pyxdg, python-dateutil, arrow, rawkit, PyPrind, colorlog, easygui, colour, pymediainfo, sortedcontainers_
_Successfully installed PyPrind-2.11.1 arrow-0.10.0 colorlog-3.0.1 colour-0.1.4 easygui-0.97.4 gphoto2-1.7.1 psutil-5.2.2 pymediainfo-2.1.9 python-dateutil-2.6.1 pyxdg-0.25 pyzmq-15.1.0 rawkit-0.6.0 sortedcontainers-1.5.7_

_Installing application..._

_Processing /tmp/tmpgwoipvyd/rapid-photo-downloader-0.9.2.tar.gz_
_Building wheels for collected packages: rapid-photo-downloader_
_  Running setup.py bdist_wheel for rapid-photo-downloader: started_
_  Running setup.py bdist_wheel for rapid-photo-downloader: finished with status 'done'_
_  Stored in directory: /home/marcello/.cache/pip/wheels/c6/b0/86/bc1da655de8b664710a7fbd58dafe3bd68c3cb40cd5291da1a_
_Successfully built rapid-photo-downloader_
_Installing collected packages: rapid-photo-downloader_
_Failed to install application: exiting..._

Any advice?

Thank you in advance.

Marcello

Hi @Marcelloscola, to get more verbose output, try this from the terminal (all on one line):

python3 -m pip install --user -vv --disable-pip-version-check --no-deps --disable-pip-version-check rapid-photo-downloader-0.9.2.tar.gz

You can download the tarball here.

Then copy and paste the output here. If the problem is reproducible I might be able to improve the install.py script so other users don’t run into the same problem, depending on the nature of the problem.

Hi @damonlynch, thank you for the reply.

This is the output (i will break the output in two ore more post because the system tells that, as new user, I can’t post more than 4 links… (?)

marcello@giasone ~ $ python3 -m pip install --user -vv --disable-pip-version-check --no-deps --disable-pip-version-check rapid-photo-downloader-0.9.2.tar.gz
Processing ./rapid-photo-downloader-0.9.2.tar.gz
Running setup.py (path:/tmp/pip-brgmjbrl-build/setup.py) egg_info for package from file:///home/marcello/rapid-photo-downloader-0.9.2.tar.gz
Running command python setup.py egg_info
running egg_info
creating pip-egg-info/rapid_photo_downloader.egg-info
writing entry points to pip-egg-info/rapid_photo_downloader.egg-info/entry_points.txt
writing dependency_links to pip-egg-info/rapid_photo_downloader.egg-info/dependency_links.txt
writing requirements to pip-egg-info/rapid_photo_downloader.egg-info/requires.txt
writing pip-egg-info/rapid_photo_downloader.egg-info/PKG-INFO
writing top-level names to pip-egg-info/rapid_photo_downloader.egg-info/top_level.txt
writing manifest file ‘pip-egg-info/rapid_photo_downloader.egg-info/SOURCES.txt’
reading manifest file ‘pip-egg-info/rapid_photo_downloader.egg-info/SOURCES.txt’
reading manifest template ‘MANIFEST.in’
warning: no files found matching ‘.txt’ under directory ‘raphodo’
warning: no previously-included files matching '
~’ found anywhere in distribution
warning: no previously-included files matching ‘.pyc’ found anywhere in distribution
warning: no previously-included files matching '
~1~’ found anywhere in distribution
warning: no previously-included files matching ‘*~2~’ found anywhere in distribution
warning: no previously-included files matching ‘*bak’ found anywhere in distribution
warning: no previously-included files found matching ‘raphodo/test.py’
warning: no previously-included files found matching ‘raphodo/test2.py’
no previously-included directories found matching ‘tasks’
no previously-included directories found matching ‘raphodo/tests’
no previously-included directories found matching ‘debian’
no previously-included directories found matching ‘images’
writing manifest file ‘pip-egg-info/rapid_photo_downloader.egg-info/SOURCES.txt’
Source in /tmp/pip-brgmjbrl-build has version 0.9.2, which satisfies requirement rapid-photo-downloader==0.9.2 from file:///home/marcello/rapid-photo-downloader-0.9.2.tar.gz
Requirement already satisfied (use --upgrade to upgrade): rapid-photo-downloader==0.9.2 from file:///home/marcello/rapid-photo-downloader-0.9.2.tar.gz in ./.local/lib/python3.5/site-packages
Building wheels for collected packages: rapid-photo-downloader
Running setup.py bdist_wheel for rapid-photo-downloader … Destination directory: /tmp/tmpmuckogwxpip-wheel-
Running command /usr/bin/python3 -u -c “import setuptools, tokenize;file=’/tmp/pip-brgmjbrl-build/setup.py’;f=getattr(tokenize, ‘open’, open)(file);code=f.read().replace(’\r\n’, ‘\n’);f.close();exec(compile(code, file, ‘exec’))” bdist_wheel -d /tmp/tmpmuckogwxpip-wheel- --python-tag cp35
running bdist_wheel
running build
running build_py
creating build
creating build/lib
creating build/lib/raphodo
copying raphodo/thumbnailer.py → build/lib/raphodo
copying raphodo/rememberthisdialog.py → build/lib/raphodo
copying raphodo/camera.py → build/lib/raphodo
copying raphodo/rotatedpushbutton.py → build/lib/raphodo
copying raphodo/scan.py → build/lib/raphodo
copying raphodo/analyzephotos.py → build/lib/raphodo
copying raphodo/metadatavideo.py → build/lib/raphodo
copying raphodo/thumbloadbalancer.py → build/lib/raphodo
copying raphodo/primarybutton.py → build/lib/raphodo
copying raphodo/offload.py → build/lib/raphodo
copying raphodo/photoattributes.py → build/lib/raphodo
copying raphodo/thumbnailextractor.py → build/lib/raphodo
copying raphodo/proximity.py → build/lib/raphodo
copying raphodo/nameeditor.py → build/lib/raphodo
copying raphodo/generatenameconfig.py → build/lib/raphodo
copying raphodo/newversion.py → build/lib/raphodo
copying raphodo/viewutils.py → build/lib/raphodo
copying raphodo/chevroncombo.py → build/lib/raphodo
copying raphodo/exiftool.py → build/lib/raphodo
copying raphodo/qrc_resources.py → build/lib/raphodo
copying raphodo/toggleswitch.py → build/lib/raphodo
copying raphodo/backuppanel.py → build/lib/raphodo
copying raphodo/messagewidget.py → build/lib/raphodo
copying raphodo/thumbnaildaemon.py → build/lib/raphodo
copying raphodo/backupfile.py → build/lib/raphodo
copying raphodo/computerview.py → build/lib/raphodo
copying raphodo/menubutton.py → build/lib/raphodo
copying raphodo/aboutdialog.py → build/lib/raphodo
copying raphodo/folderspreview.py → build/lib/raphodo
copying raphodo/fileutilities.py → build/lib/raphodo
copying raphodo/panelview.py → build/lib/raphodo
copying raphodo/metadataphoto.py → build/lib/raphodo
copying raphodo/preferencedialog.py → build/lib/raphodo
copying raphodo/about.py → build/lib/raphodo
copying raphodo/preferences.py → build/lib/raphodo
copying raphodo/storage.py → build/lib/raphodo
copying raphodo/excepthook.py → build/lib/raphodo
copying raphodo/copyfiles.py → build/lib/raphodo
copying raphodo/devices.py → build/lib/raphodo
copying raphodo/problemnotification.py → build/lib/raphodo
copying raphodo/devicedisplay.py → build/lib/raphodo
copying raphodo/interprocess.py → build/lib/raphodo
copying raphodo/iplogging.py → build/lib/raphodo
copying raphodo/constants.py → build/lib/raphodo
copying raphodo/videoattributes.py → build/lib/raphodo
copying raphodo/filebrowse.py → build/lib/raphodo
copying raphodo/toggleview.py → build/lib/raphodo
copying raphodo/rapid.py → build/lib/raphodo
copying raphodo/rpdsql.py → build/lib/raphodo
copying raphodo/foldercombo.py → build/lib/raphodo
copying raphodo/jobcodepanel.py → build/lib/raphodo
copying raphodo/renamepanel.py → build/lib/raphodo
copying raphodo/errorlog.py → build/lib/raphodo
copying raphodo/thumbnailpara.py → build/lib/raphodo
copying raphodo/timeutils.py → build/lib/raphodo
copying raphodo/destinationdisplay.py → build/lib/raphodo
copying raphodo/cache.py → build/lib/raphodo
copying raphodo/rpdfile.py → build/lib/raphodo
copying raphodo/thumbnaildisplay.py → build/lib/raphodo
copying raphodo/didyouknow.py → build/lib/raphodo
copying raphodo/renameandmovefile.py → build/lib/raphodo
copying raphodo/init.py → build/lib/raphodo
copying raphodo/utilities.py → build/lib/raphodo
copying raphodo/generatename.py → build/lib/raphodo
copying raphodo/filmstrip.py → build/lib/raphodo
copying raphodo/downloadtracker.py → build/lib/raphodo
running build_i18n
intltool-update -p -g rapid-photo-downloader
msgfmt po/it.po -o build/mo/it/LC_MESSAGES/rapid-photo-downloader.mo
msgfmt po/et.po -o build/mo/et/LC_MESSAGES/rapid-photo-downloader.mo
msgfmt po/be.po -o build/mo/be/LC_MESSAGES/rapid-photo-downloader.mo
msgfmt po/ru.po -o build/mo/ru/LC_MESSAGES/rapid-photo-downloader.mo
msgfmt po/hu.po -o build/mo/hu/LC_MESSAGES/rapid-photo-downloader.mo
msgfmt po/fi.po -o build/mo/fi/LC_MESSAGES/rapid-photo-downloader.mo
msgfmt po/fa.po -o build/mo/fa/LC_MESSAGES/rapid-photo-downloader.mo
msgfmt po/nn.po -o build/mo/nn/LC_MESSAGES/rapid-photo-downloader.mo
msgfmt po/de.po -o build/mo/de/LC_MESSAGES/rapid-photo-downloader.mo
msgfmt po/el.po -o build/mo/el/LC_MESSAGES/rapid-photo-downloader.mo
msgfmt po/ro.po -o build/mo/ro/LC_MESSAGES/rapid-photo-downloader.mo
msgfmt po/ja.po -o build/mo/ja/LC_MESSAGES/rapid-photo-downloader.mo
msgfmt po/nl.po -o build/mo/nl/LC_MESSAGES/rapid-photo-downloader.mo
msgfmt po/pt_BR.po -o build/mo/pt_BR/LC_MESSAGES/rapid-photo-downloader.mo
msgfmt po/sr.po -o build/mo/sr/LC_MESSAGES/rapid-photo-downloader.mo
msgfmt po/ar.po -o build/mo/ar/LC_MESSAGES/rapid-photo-downloader.mo
msgfmt po/pl.po -o build/mo/pl/LC_MESSAGES/rapid-photo-downloader.mo
msgfmt po/fr.po -o build/mo/fr/LC_MESSAGES/rapid-photo-downloader.mo
msgfmt po/sk.po -o build/mo/sk/LC_MESSAGES/rapid-photo-downloader.mo
msgfmt po/kab.po -o build/mo/kab/LC_MESSAGES/rapid-photo-downloader.mo
msgfmt po/id.po -o build/mo/id/LC_MESSAGES/rapid-photo-downloader.mo
msgfmt po/es.po -o build/mo/es/LC_MESSAGES/rapid-photo-downloader.mo
msgfmt po/bg.po -o build/mo/bg/LC_MESSAGES/rapid-photo-downloader.mo
msgfmt po/sv.po -o build/mo/sv/LC_MESSAGES/rapid-photo-downloader.mo
msgfmt po/cs.po -o build/mo/cs/LC_MESSAGES/rapid-photo-downloader.mo
msgfmt po/zh_CN.po -o build/mo/zh_CN/LC_MESSAGES/rapid-photo-downloader.mo
msgfmt po/ca.po -o build/mo/ca/LC_MESSAGES/rapid-photo-downloader.mo
msgfmt po/uk.po -o build/mo/uk/LC_MESSAGES/rapid-photo-downloader.mo
msgfmt po/pt.po -o build/mo/pt/LC_MESSAGES/rapid-photo-downloader.mo
msgfmt po/oc.po -o build/mo/oc/LC_MESSAGES/rapid-photo-downloader.mo
msgfmt po/da.po -o build/mo/da/LC_MESSAGES/rapid-photo-downloader.mo
msgfmt po/hr.po -o build/mo/hr/LC_MESSAGES/rapid-photo-downloader.mo
msgfmt po/nb.po -o build/mo/nb/LC_MESSAGES/rapid-photo-downloader.mo
msgfmt po/tr.po -o build/mo/tr/LC_MESSAGES/rapid-photo-downloader.mo
intltool-merge -x po data/net.damonlynch.rapid-photo-downloader.appdata.xml.in build/share/appdata/net.damonlynch.rapid-photo-downloader.appdata.xml
Merging translations into build/share/appdata/net.damonlynch.rapid-photo-downloader.appdata.xml.
CREATED build/share/appdata/net.damonlynch.rapid-photo-downloader.appdata.xml
intltool-merge -d po data/net.damonlynch.rapid-photo-downloader.desktop.in build/share/applications/net.damonlynch.rapid-photo-downloader.desktop
Merging translations into build/share/applications/net.damonlynch.rapid-photo-downloader.desktop.
intltool-merge -d po data/kde/net.damonlynch.rapid-photo-downloader.desktop.in build/share/solid/actions/net.damonlynch.rapid-photo-downloader.desktop
Merging translations into build/share/solid/actions/net.damonlynch.rapid-photo-downloader.desktop.
running build_icons
running build_pod2man
pod2man --section=1 --release=0.9.2 --center=General Commands Manual --name=“ANALYZE-PV-STRUCTURE” doc/analyze-pv-structure.1.pod build/doc/analyze-pv-structure.1
pod2man --section=1 --release=0.9.2 --center=General Commands Manual --name=“RAPID-PHOTO-DOWNLOADER” doc/rapid-photo-downloader.1.pod build/doc/rapid-photo-downloader.1
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/thumbnailer.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/rememberthisdialog.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/camera.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/rotatedpushbutton.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/scan.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/analyzephotos.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/metadatavideo.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/thumbloadbalancer.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/primarybutton.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/offload.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/photoattributes.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/thumbnailextractor.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/proximity.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/nameeditor.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/generatenameconfig.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/newversion.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/viewutils.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/chevroncombo.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/exiftool.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/qrc_resources.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/toggleswitch.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/backuppanel.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/messagewidget.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/thumbnaildaemon.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/backupfile.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/computerview.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/menubutton.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/aboutdialog.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/folderspreview.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/fileutilities.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/panelview.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/metadataphoto.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/preferencedialog.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/about.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/preferences.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/storage.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/excepthook.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/copyfiles.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/devices.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/problemnotification.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/devicedisplay.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/interprocess.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/iplogging.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/constants.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/videoattributes.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/filebrowse.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/toggleview.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/rapid.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/rpdsql.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/foldercombo.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/jobcodepanel.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/renamepanel.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/errorlog.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/thumbnailpara.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/timeutils.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/destinationdisplay.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/cache.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/rpdfile.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/thumbnaildisplay.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/didyouknow.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/renameandmovefile.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/init.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/utilities.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/generatename.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/filmstrip.py → build/bdist.linux-x86_64/wheel/raphodo
copying build/lib/raphodo/downloadtracker.py → build/bdist.linux-x86_64/wheel/raphodo
running install_data

[continue from previous post]

creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/man
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/man/man1
copying build/doc/rapid-photo-downloader.1 → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/man/man1
copying build/doc/analyze-pv-structure.1 → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/man/man1
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/applications
copying build/share/applications/net.damonlynch.rapid-photo-downloader.desktop → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/applications
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/solid
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/solid/actions
copying build/share/solid/actions/net.damonlynch.rapid-photo-downloader.desktop → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/solid/actions
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/appdata
copying build/share/appdata/net.damonlynch.rapid-photo-downloader.appdata.xml → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/appdata
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/it
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/it/LC_MESSAGES
copying build/mo/it/LC_MESSAGES/rapid-photo-downloader.mo → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/it/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/et
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/et/LC_MESSAGES
copying build/mo/et/LC_MESSAGES/rapid-photo-downloader.mo → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/et/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/be
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/be/LC_MESSAGES
copying build/mo/be/LC_MESSAGES/rapid-photo-downloader.mo → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/be/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/ru
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/ru/LC_MESSAGES
copying build/mo/ru/LC_MESSAGES/rapid-photo-downloader.mo → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/ru/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/hu
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/hu/LC_MESSAGES
copying build/mo/hu/LC_MESSAGES/rapid-photo-downloader.mo → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/hu/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/fi
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/fi/LC_MESSAGES
copying build/mo/fi/LC_MESSAGES/rapid-photo-downloader.mo → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/fi/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/fa
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/fa/LC_MESSAGES
copying build/mo/fa/LC_MESSAGES/rapid-photo-downloader.mo → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/fa/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/nn
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/nn/LC_MESSAGES
copying build/mo/nn/LC_MESSAGES/rapid-photo-downloader.mo → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/nn/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/de
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/de/LC_MESSAGES
copying build/mo/de/LC_MESSAGES/rapid-photo-downloader.mo → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/de/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/el
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/el/LC_MESSAGES
copying build/mo/el/LC_MESSAGES/rapid-photo-downloader.mo → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/el/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/ro
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/ro/LC_MESSAGES
copying build/mo/ro/LC_MESSAGES/rapid-photo-downloader.mo → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/ro/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/ja
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/ja/LC_MESSAGES
copying build/mo/ja/LC_MESSAGES/rapid-photo-downloader.mo → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/ja/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/nl
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/nl/LC_MESSAGES
copying build/mo/nl/LC_MESSAGES/rapid-photo-downloader.mo → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/nl/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/pt_BR
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/pt_BR/LC_MESSAGES
copying build/mo/pt_BR/LC_MESSAGES/rapid-photo-downloader.mo → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/pt_BR/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/sr
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/sr/LC_MESSAGES
copying build/mo/sr/LC_MESSAGES/rapid-photo-downloader.mo → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/sr/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/ar
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/ar/LC_MESSAGES
copying build/mo/ar/LC_MESSAGES/rapid-photo-downloader.mo → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/ar/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/pl
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/pl/LC_MESSAGES
copying build/mo/pl/LC_MESSAGES/rapid-photo-downloader.mo → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/pl/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/fr
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/fr/LC_MESSAGES
copying build/mo/fr/LC_MESSAGES/rapid-photo-downloader.mo → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/fr/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/sk
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/sk/LC_MESSAGES
copying build/mo/sk/LC_MESSAGES/rapid-photo-downloader.mo → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/sk/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/kab
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/kab/LC_MESSAGES
copying build/mo/kab/LC_MESSAGES/rapid-photo-downloader.mo → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/kab/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/id
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/id/LC_MESSAGES
copying build/mo/id/LC_MESSAGES/rapid-photo-downloader.mo → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/id/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/es
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/es/LC_MESSAGES
copying build/mo/es/LC_MESSAGES/rapid-photo-downloader.mo → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/es/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/bg
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/bg/LC_MESSAGES
copying build/mo/bg/LC_MESSAGES/rapid-photo-downloader.mo → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/bg/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/sv
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/sv/LC_MESSAGES
copying build/mo/sv/LC_MESSAGES/rapid-photo-downloader.mo → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/sv/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/cs
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/cs/LC_MESSAGES
copying build/mo/cs/LC_MESSAGES/rapid-photo-downloader.mo → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/cs/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/zh_CN
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/zh_CN/LC_MESSAGES
copying build/mo/zh_CN/LC_MESSAGES/rapid-photo-downloader.mo → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/zh_CN/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/ca
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/ca/LC_MESSAGES
copying build/mo/ca/LC_MESSAGES/rapid-photo-downloader.mo → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/ca/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/uk
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/uk/LC_MESSAGES
copying build/mo/uk/LC_MESSAGES/rapid-photo-downloader.mo → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/uk/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/pt
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/pt/LC_MESSAGES
copying build/mo/pt/LC_MESSAGES/rapid-photo-downloader.mo → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/pt/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/oc
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/oc/LC_MESSAGES
copying build/mo/oc/LC_MESSAGES/rapid-photo-downloader.mo → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/oc/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/da
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/da/LC_MESSAGES
copying build/mo/da/LC_MESSAGES/rapid-photo-downloader.mo → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/da/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/hr
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/hr/LC_MESSAGES
copying build/mo/hr/LC_MESSAGES/rapid-photo-downloader.mo → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/hr/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/nb
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/nb/LC_MESSAGES
copying build/mo/nb/LC_MESSAGES/rapid-photo-downloader.mo → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/nb/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/tr
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/tr/LC_MESSAGES
copying build/mo/tr/LC_MESSAGES/rapid-photo-downloader.mo → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/locale/tr/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/icons
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/icons/hicolor
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/icons/hicolor/256x256
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/icons/hicolor/256x256/apps
copying data/icons/256x256/apps/rapid-photo-downloader.png → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/icons/hicolor/256x256/apps
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/icons/hicolor/scalable
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/icons/hicolor/scalable/apps
copying data/icons/scalable/apps/rapid-photo-downloader.svg → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/icons/hicolor/scalable/apps
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/icons/hicolor/16x16
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/icons/hicolor/16x16/apps
copying data/icons/16x16/apps/rapid-photo-downloader.png → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/icons/hicolor/16x16/apps
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/icons/hicolor/512x512
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/icons/hicolor/512x512/apps
copying data/icons/512x512/apps/rapid-photo-downloader.png → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/icons/hicolor/512x512/apps
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/icons/hicolor/128x128
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/icons/hicolor/128x128/apps
copying data/icons/128x128/apps/rapid-photo-downloader.png → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/icons/hicolor/128x128/apps
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/icons/hicolor/48x48
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/icons/hicolor/48x48/apps
copying data/icons/48x48/apps/rapid-photo-downloader.png → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/icons/hicolor/48x48/apps
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/icons/hicolor/24x24
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/icons/hicolor/24x24/apps
copying data/icons/24x24/apps/rapid-photo-downloader.png → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/icons/hicolor/24x24/apps
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/icons/hicolor/64x64
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/icons/hicolor/64x64/apps
copying data/icons/64x64/apps/rapid-photo-downloader.png → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/icons/hicolor/64x64/apps
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/icons/hicolor/22x22
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/icons/hicolor/22x22/apps
copying data/icons/22x22/apps/rapid-photo-downloader.png → build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.data/data/share/icons/hicolor/22x22/apps
running install_egg_info
running egg_info
writing rapid_photo_downloader.egg-info/PKG-INFO
writing requirements to rapid_photo_downloader.egg-info/requires.txt
writing entry points to rapid_photo_downloader.egg-info/entry_points.txt
writing top-level names to rapid_photo_downloader.egg-info/top_level.txt
writing dependency_links to rapid_photo_downloader.egg-info/dependency_links.txt
reading manifest file ‘rapid_photo_downloader.egg-info/SOURCES.txt’
reading manifest template ‘MANIFEST.in’
warning: no files found matching ‘.txt’ under directory ‘raphodo’
warning: no previously-included files matching '
~’ found anywhere in distribution
warning: no previously-included files matching ‘.pyc’ found anywhere in distribution
warning: no previously-included files matching '
~1~’ found anywhere in distribution
warning: no previously-included files matching ‘*~2~’ found anywhere in distribution
warning: no previously-included files matching ‘*bak’ found anywhere in distribution
warning: no previously-included files found matching ‘raphodo/test.py’
warning: no previously-included files found matching ‘raphodo/test2.py’
no previously-included directories found matching ‘tasks’
no previously-included directories found matching ‘raphodo/tests’
no previously-included directories found matching ‘debian’
no previously-included directories found matching ‘images’
writing manifest file ‘rapid_photo_downloader.egg-info/SOURCES.txt’
Copying rapid_photo_downloader.egg-info to build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2-py3.5.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/rapid_photo_downloader-0.9.2.dist-info/WHEEL
done
Stored in directory: /home/marcello/.cache/pip/wheels/a1/12/1a/e89fe6c7c2c54bfedacbfdcd56cf8624b9e05d880cfb4d973c
Removing source in /tmp/pip-brgmjbrl-build
Successfully built rapid-photo-downloader
Cleaning up…

hi @Marcelloscola,

Sorry for the delayed reply. In the meantime, I moved to a different state. It’s a lot of work to move house!

It looks like the application did actually install correctly with pip. Have you been using it? I guess it’s possible that somehow pip is returning a non-zero output code but it did actually install. If that’s the case, I need to modify the install.py script to handle such a scenario.

Hello Damon,

I used to be on version 0.4.something for a while and just installed 0.9.2 on my Mint MATE (I still can’t do it on my OpenSUSE TW). The old version had two buttons - Copy and Move. The new ver has only one - Download which is basically a Copy. I was not able to find a setting that would allow me to copy files from SD to HDD and then delete them after and wondering if there is one.
I find it hard to do a spot check myself after downloading files because the names are all different and the files are all in different folders after downloading.

Please see the relevant entry in the FAQ.

I take an admittedly conservative position because the most important thing is to keep the integrity of your photographic data fully intact under all circumstances.

By far my biggest regret ever with the program is when I introduced the feature to automatically rotate JPEG images, after several people asked for it. It was a good feature request and I was happy to implement it. It worked well… until it didn’t, when a bug in jpegtran stripped out the makernote metadata from some images (from Olympus cameras, from memory). Because Rapid Photo Downloader worked on the image being downloaded, and did not create a duplicate before the jpegtran transformation, data was lost. Needless to say, that feature is now removed.

The good news is that so far there are no reports of the kinds of instability that could harm the integrity of the data. When something related to the interprocess communication code (powered by ZeroMQ) crashes, so far it has done so abruptly, which is much better than silent corruption.

Looks like packman repo finally updated RPD to ver 0.9.2 so I got it on my OpenSUSE now.
However it does work anymore:

Traceback (most recent call last):
File “/usr/bin/rapid-photo-downloader”, line 11, in
load_entry_point(‘rapid-photo-downloader==0.9.2’, ‘gui_scripts’, ‘rapid-photo-downloader’)()
File “/usr/lib/python3.6/site-packages/pkg_resources/init.py”, line 560, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File “/usr/lib/python3.6/site-packages/pkg_resources/init.py”, line 2648, in load_entry_point
return ep.load()
File “/usr/lib/python3.6/site-packages/pkg_resources/init.py”, line 2302, in load
return self.resolve()
File “/usr/lib/python3.6/site-packages/pkg_resources/init.py”, line 2308, in resolve
module = import(self.module_name, fromlist=[‘name’], level=0)
File “/usr/lib/python3.6/site-packages/raphodo/rapid.py”, line 90, in
from raphodo.storage import (
File “/usr/lib/python3.6/site-packages/raphodo/storage.py”, line 70, in
gi.require_version(‘GUdev’, ‘1.0’)
File “/usr/lib64/python3.6/site-packages/gi/init.py”, line 118, in require_version
raise ValueError('Namespace s not available' namespace)
ValueError: Namespace GUdev not available

I don’t really understand what is wrong. Is there something wrong with my python packages?

Thank you for your comments.

I guess I better download images event by event (or day by day) and not the whole SD card (sometimes my images sit there for few weeks before I get to download and process them). In that case that will be easier to check the result and be able to delete original images from SD without a bad feeling.

Perhaps the person packaging the application made a mistake. Ensure all of these packages are present (delete any line break first):

typelib-1_0-GExiv2-0_10 typelib-1_0-UDisks-2_0 typelib-1_0-Notify-0_7 typelib-1_0-Gst-1_0 typelib-1_0-GUdev-1_0 girepository-1_0 python3-gobject

You are missing the GUdev package, but maybe others too. Report back if it works, thanks.

You can use the Timeline to good effect here.

Yes, you were correct.
typelib-1_0-GUdev-1_0 was missing. RPD launched now.

PS I made a mistake. RPD 0.9.2 is not in the packman repo, it is in opensuse repos.

Please file a bug report on the package. The package maintainer needs to fix his mistake. If you cannot do that please let me know. Thanks.