omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Python script to back up Photos to SD card or HDD

    Pythonista
    5
    21
    8733
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • cvp
      cvp last edited by

      Hoping next version of Pythonista will allow access to USB drives

      1 Reply Last reply Reply Quote 0
      • cvp
        cvp last edited by

        dialogs.pick_document() does not show an usb Drive but shortcut command "get file" shows it, thus I think it could be possible, but perhaps with iOS 13 functions in future Pythonista version.

        1 Reply Last reply Reply Quote 0
        • cvp
          cvp @FlyingDiver last edited by

          @FlyingDiver with the new beta, and thus in the v3.3 arriving begin of next week, you will be able to open an external folder on an usb Drive (flash, sd, Drive) connected to your iPhone/iPad, and thus save on it your local photos.

          1 Reply Last reply Reply Quote 0
          • mikael
            mikael @FlyingDiver last edited by mikael

            @FlyingDiver, thus, a script like this should now be feasible:

            1. (After you have imported and edited the photos.)
            2. Opens the photo gallery.
            3. You pick the first photo that should be backed up.
            4. That photo and all newer photos are copied to the external drive, potentially to a specific folder created with today’s date or a running number.

            Would that fit your use case?

            cvp 1 Reply Last reply Reply Quote 0
            • cvp
              cvp @mikael last edited by

              @mikael it is what does my little scrip above, you only need to add a path in the file write, a path like some posts above.

              mikael 1 Reply Last reply Reply Quote 0
              • mikael
                mikael @cvp last edited by

                @cvp, yes, indeed. I was just thinking about the usability, i.e. visually picking the first image to be saved.

                cvp 1 Reply Last reply Reply Quote 0
                • cvp
                  cvp @mikael last edited by

                  @mikael ok, sorry. Wen I go in holidays, I always backup my photos from my camera to my iPad, until now via wifi, via usb in the future. But often, I have a lot of photos per day and it is sometimes difficult to say/pick which is the first to save visually. And I give the today date (I back up in the evening) and it is done.

                  jmv38 1 Reply Last reply Reply Quote 0
                  • jmv38
                    jmv38 @cvp last edited by

                    @cvp what camera do you use? Just curious.

                    cvp 1 Reply Last reply Reply Quote 0
                    • cvp
                      cvp @jmv38 last edited by

                      @jmv38 Panasonic Lumix DMC-TZ40

                      1 Reply Last reply Reply Quote 0
                      • Kasarka
                        Kasarka last edited by Kasarka

                        This post is deleted!
                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post
                        Powered by NodeBB Forums | Contributors