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

User can rename file whilst uploading #229

Open
CrypticMetaphor opened this issue Nov 29, 2023 · 5 comments
Open

User can rename file whilst uploading #229

CrypticMetaphor opened this issue Nov 29, 2023 · 5 comments
Assignees

Comments

@CrypticMetaphor
Copy link

For public uploads, allowing a user to upload a file then edit the name would be a great benefit.

@CrypticMetaphor CrypticMetaphor added the bug Something isn't working label Nov 29, 2023
@CrypticMetaphor
Copy link
Author

Apologies, not a bug, a feature request.

@ShaneIsrael ShaneIsrael added enhancement New feature or request and removed bug Something isn't working labels Nov 30, 2023
@ShaneIsrael
Copy link
Owner

This is something I want to eventually add, but might require a bit more work than you'd expect so I don't know when I'll get around too it. The scan process is not tied to the upload process, and its the scan that enter your video into the database. That's why when you upload a video it doesn't immediately show up, its got to wait for the scan process to pick up the file and enter it into the database.

I'll have to think about how to approach this.

@ShaneIsrael ShaneIsrael added feature suggestion and removed enhancement New feature or request labels Nov 30, 2023
@CrypticMetaphor
Copy link
Author

No programming knowledge, but would an alternative approach be when the file uploads, a prompt is raised to ask them to provide a title, but infact it renames the file instead?

@ShaneIsrael
Copy link
Owner

@CrypticMetaphor That is an option that might work, but then your going to have files with spaces in the names which can on occasion cause issues in some file systems. Would need to test it though.

@t0g3pii
Copy link

t0g3pii commented Dec 5, 2023

@CrypticMetaphor That is an option that might work, but then your going to have files with spaces in the names which can on occasion cause issues in some file systems. Would need to test it though.

What about a Automatic Replace System? So on Upload spaces get replaced with "_" or smth else and in the Frontend its still shown as a space

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

No branches or pull requests

4 participants