Skip to content

Instantly share code, notes, and snippets.

@black-puppydog
Created April 4, 2018 07:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save black-puppydog/90de8778b4006ed89196992e7d800271 to your computer and use it in GitHub Desktop.
Save black-puppydog/90de8778b4006ed89196992e7d800271 to your computer and use it in GitHub Desktop.
rapid-photo-downloader snap
name: rapid-photo-downloader
version: '0.9.9'
summary: Download, rename and back up photos and videos from cameras and other devices
description: |
Rapid Photo Downloader imports photos and videos from cameras, phones,
memory cards and other devices at high speed. It can be configured to
rename photos and videos with meaningful filenames you specify. It can also
back up photos and videos as they are downloaded. It downloads from and backs
up to multiple devices simultaneously.
grade: devel
confinement: classic
apps:
rapid-photo-downloader:
command: rapid-photo-downloader
plugs: [home, network, network-bind, x11, mount-observe]
parts:
rapid-photo-downloader:
plugin: python
source: ../
stage-packages:
- gstreamer1.0-libav
- gstreamer1.0-plugins-good
- libimage-exiftool-perl
- python3-dev
- intltool
- gir1.2-gexiv2-0.10
- python3-gi
- gir1.2-gudev-1.0
- gir1.2-udisks-2.0
- gir1.2-notify-0.7
- gir1.2-glib-2.0
- gir1.2-gstreamer-1.0
- libgphoto2-dev
- python3-arrow
- python3-psutil
- g++
- libmediainfo0v5
- python3-zmq
- exiv2
- python3-colorlog
- libraw-bin
- python3-easygui
- python3-sortedcontainers
- python3-tornado
- qt5-image-formats-plugins
- python3-pyqt5
- python3-requests
build-packages:
- build-essential
- intltool
- libgphoto2-dev
- python3-dev
- python3-apt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment