-
Notifications
You must be signed in to change notification settings - Fork 18
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
[Feature Request] Rename timelapse files #12
Comments
I've dug around a little bit and came up with a little hack, which didn't really work. I added a symbolic link to the timelapse folder within the uploads folder. I can see the timelapse folder now within the octoprint filemanager ui, but not the timelapses themselves. It seems the filemanager is filtering on .gcode and .stl. Or rather, it's using apis from octoprint which do that kind of filtering. I guess a new filetype would need to be added to get this to work, or maybe it would be easier to just add a rename button to the file list in the timelapse tab. |
Add a button to the timelaps list. |
Not designed to do what? |
The file manager plugin was not designed to rename timelapse files. |
Well, files are files right? It doesn't make a difference if they're gcode,
stl, or timelapse, they can still be deleted, renamed, copied, etc. It's
just a question of getting the list of files into the file manager, since
it seems there are some filters blocking the timelapse files from showing
up (as well as some path issues, but those are not as tough to solve)
…On Mon, Mar 5, 2018 at 10:20 AM, Salandora ***@***.***> wrote:
The file manager plugin was not designed to rename timelapse files.
It wasn't even supposed to have something to do with the timelapse files.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA0xdleEJYbgchz5LVClcIRRaEzFB09aks5tbYGfgaJpZM4RQZJl>
.
|
Yeah, that's right, but while developing I never had in mind to list anything else then the gcode/stl files, so everything is tailored to these files and apis. It surely could be added somehow but at the moment I'm not planning to implement anything like this, cause there are other things to come first, like a progress bar, some bugs that have appeared. Well on the other hand I can understand your point, and should add it to the todo list for a future version and maybe it would be a good idea to restructure the code, so new files can be added more easily... For now I will reopen it. |
Would be great to extend this to be able to rename timelapses. Any idea if that's easy to do? If you point me in the right direction maybe I could implement it myself.
The text was updated successfully, but these errors were encountered: