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.


    Any script to read the old Mac iPhotos files and transfer to my iPad Pro?

    Pythonista
    2
    5
    761
    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.
    • henryaukc
      henryaukc last edited by

      I have gone to iPad only for many years. I found an old external harddisk with my older pictures that backup from iPhoto. Did any one try to write a python script to import those files to iPad Camera Roll?

      I don’t have any Mac now. thanks.

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

        @henryaukc said

        iPad only

        No Mac, no PC?

        Old disk ? Which connection: Ethernet or USB?

        Which iPad slot: USBC or lightning ?

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

          iPad Pro connect to usb-c hub to access my external harddrive. I can copy them to my iPad (32GB for one year). I can access its Master folder to get the pictures. I think i can search the sub folders for images and save them one by one using the photo module. thanks.

          cvp 2 Replies Last reply Reply Quote 0
          • cvp
            cvp @henryaukc last edited by

            @henryaukc Then, you could open the folders as external files in Pythonista and write a very small script to scan all these folders and copy the photos where you want

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

              @henryaukc to know name of external folder, you have to create this little script on this folder and run it

              import editor
              print(editor.get_path())
              

              You will get something like

              '/private/var/mobile/Library/LiveFiles/com.apple.filesystems.userfsd/xxxxxxx/'
              
              1 Reply Last reply Reply Quote 0
              • First post
                Last post
              Powered by NodeBB Forums | Contributors