-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Uploading but with date folders structure #4
Comments
Hi! At the moment the app doesn't have this functionality. It's an idea for a feature though, I'll see if it's even possible when I have some time to work on it. |
Ok, thanks. |
Great. This one is written in Rust though, just in case ;) |
Btw, I have an old project here which maybe could be sufficient for your use case, if you can accept that folders are named like |
Synology Photos drag and drop in Timeline view - photos and videos are correctly placed to year/month folders. So picture taken 2023.04 is put into 2023/04 directory automatically which is perfect. This is what I would like to have, some script that is doing same - taking picture and puts it in correct directory. I have also found this project, but also not working as expected, same issue: So to sun this up: would like to select picture and upload it to Synology timeline view, which correctly recognize picture taken date. |
I think as a workaround it might be easier to write a relatively simple script e.g. in Python, which will inspect the file's EXIF data (there are libraries to do that) and just create those directories and do a "regular" copy of the files to a shared folder mounted in your file system. You won't need to mess around with the undocumented Synology Photos API this way. |
Hi.
Using Synology Photos I can upload files in Timeline view and then Synology creates folders like year/month. Unfortunately there is cap 5k files and I have hundreds thousands of pics and videos so can't do it manually drag and drop to Photos app.
Using File Explorer when I copy Synology doesn't create date folders.
Is your script able to upload photos and videos but as timeline view? So it will create year/month folders during upload. Thanks.
The text was updated successfully, but these errors were encountered: