-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Easiest way to move video files to a different location? #721
Comments
The download utility just scans icloud.com for images/videos and downloads whichever are missing from the local file system. If files are moved elsewhere, the utility will see these as not having been downloaded and will re-download them. |
I understand that, but I use the delete_after_download variable to just pull everything down and delete so I don't run into that issue. Maybe an extension of jpeg_path could do it? |
I've just pushed a new container which should add this functionality. Upgrade to the latest version and you should see three new configuration options appear in your icloudpd.conf file:
From the bottom upwards... video_path is where you want it to copy the videos to. You'll want to make this a persistent mount, or you'll lose everything in that directory when then container is next upgraded/recreated. sideways_copy_videos_mode can be set to either sideways_copy_videos is what you need to enable the feature. Just set it to true and it should start processing them on each download run. I've not tested any of this, so can't be 100% sure if it will work or not. However, I've also made a --sideways-copy-all-videos command line switch. Provided a location has been specified in video_path, running Some things worth noting... Let me know how you get on. |
I use iCloudPD to get my ProRAW files easily into my Lightroom/Immich workflow, but I'd love to be able to move just the video files into a different folder somewhere else on the system that will still be picked up by Immich, but not clog my Lightroom import process. Is this something that can be done currently? Ideally by specifying the file extension.
The text was updated successfully, but these errors were encountered: