Skip to content
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

(Idea) Allow to manually provide thumbnails and specify meta data. #59

Open
n00b42 opened this issue Dec 4, 2023 · 3 comments
Open
Labels
feature request New feature or request

Comments

@n00b42
Copy link
Contributor

n00b42 commented Dec 4, 2023

Allow to manually provide thumbnails and specify meta data (e.g. video length), maybe also allow to edit both afterwards.
This would allow to upload files that can not be handled by the client (e.g. h265 videos in Firefox) and still provide some meaningful meta data.

Note: There is not much demand for this on my side, just listing as an idea

@srd424
Copy link

srd424 commented Dec 4, 2023

This would be great if it's reasonably easy - I did some imports with the command line client and the videos ended up without thumbnails, some random ffmpeg errors to the console which I haven't had time to investigate or capture yet. For the moment as there were only a handful I've fixed them up by moving them to the phone and re-uploading them from there.

@rthellend rthellend added the feature request New feature or request label Dec 5, 2023
@rthellend
Copy link
Collaborator

I can think of ways to make this possible at the time the file is uploaded, before clicking the upload button. That would be a UI change on the client side.

After the file is uploaded, there is really no way to change the thumbnail in a way that would not confuse the existing clients. There's nothing in the protocol that would allow that. It would have to be an operation that effectively deletes the file and re-adds it with the same content but a different thumbnail.

It can be done. It would need a new api endpoint on the server, and UI changes on the client(s).

@srd424
Copy link

srd424 commented Dec 8, 2023

Ah, sounds like that's rather more work than I thought - probably not a high priority!

(Slightly OT, but thank you very much for your work on this service, it's looking like the most viable replacement for Google Photos that I've stumbled across in a long time!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants