File Manager+ (BETA)

I just pushed an update which should do a better job of handling uploading and deleting multiple files. It goes with the last change from @hubitrep which re-tries the Hubitat File Manager API methods if they fail.

This change makes sure the upload or delete operations are run 1 at a time along with a progress display. The previous logic would upload (or delete) multiple files at the same time which might have caused problems for the lower-level API methods.

NOTES

  • I didn't touch renaming multiple files yet.. coming soon
  • I also have some UI changes coming but I wanted to add those separately
1 Like

Another big round of changes to FM+

  • move icon to it's own sortable column
  • add popover (preview) window when hovering over icon for images
  • refactor move files to move 1 at a time
  • fix error handling
  • add max upload filesize setting (default: 10 MB)
  • show additional warning when deleting folder

The 2 big UI changes are the file icon is in it's own column, which is sortable (ie: by type - images, video, documents, etc).

There's also a popover image that shows when you hover over an image. I find these kind of things can get annoying or in the way sometimes so it'll only show when you hover over an image icon (not the filename).

6 Likes

When I delete a single file by using the delete button, the file is deleted, but the screen refreshes to the default text size, not the size that I have set.

Great app! Are donations in order?

Can I copy files from my Hubitat to my PC?

If you click on any of the files they'll be downloaded. But if you're talking about selecting multiple files and downloading them - that's not a bad idea.. I'm not exactly sure if that's possible or not (downloading multiple files like that) - I know Google Photos will zip everything into a single file and download that. But, worth looking into

I just added a button to download selected files. Should be available as an HPM update

5 Likes

I found this issue and fixed it in HPM (version 1.0.8)

3 Likes