Geektoolkit / Dynaframe3

Dynamic Photo and Video Slideshow system for SBC (such as Raspberry pi)
204 stars 38 forks source link

Small update.. #89

Closed RichN001 closed 3 years ago

RichN001 commented 3 years ago

Uploads Directory #84 MODIFIED Install.sh - We don't want people loosing images they upload. Probably a better way to do it, but this should work for now at least.

Testing items I put in app settings on last push I activated 1 for deeper testing. Ill be using these most likely to handle button toggles. Which are in one way or another related to a few things in the issues UI list. The other item that will be addressed in my next UI change will be the resetting and page loads. Im going to use AJAX to push updates and get settings..

#83 f: Remove the ?. I think I got this.. let me know if you see it and after what link or button.

#83 e: Add a "Add Uploads Playlist" I took this in a different approach and just disabled the remove link. I had some bombs on removing directories so until we look in to that I thought this would be good to just leave in. Maybe a more advanced setting UI later we can have the option to include it or not on the playlist. (on/off function)

#83 b : Removing a Playlist doesn't return to playlist screen this should be resolved now.

As Im working on things if I can work out any of the other items I will, going to concentrate on UI more.

qwksilver commented 3 years ago

havent tested the install.sh we'll have to have a build for that no errors compiling

83 f the ? like all the things bold http://192.168.0.226:8000/default.htm**?COMMAND=CONTROL_PAUSE**, it's a minor thing, but if you go up to addr bar to change ip to change frames and you don't notice, you might just send a whole string of things like settings over to the new frame.

83 b can confirm resolved

83 e i deleted the uploads from playlists a version ago, and it seems like nothing checks to see if the directory is present, and contains files at boot, and adds back playlist. trying to force it another way

deleted all playlists and rebooted causing the frame to replace all defaults. now the frame replaced it's defaults, and the uploads is not removeable.

RichN001 commented 3 years ago

83 f the ? - I gotcha.. yes this is a problem. unfortunately its not. easy fix because of the limitations of the http service. Ive been playing around with somethings to use Ajax and Java to process the submits and links that will not refresh the page at all. So the URL would just stay at default.htm no matter what you press... these functions would be for toggle buttons as well. Short of spinning up another Webserver with what I need on it im not sure how Im doing that just yet with Dynaframe's httpServer.

83 e - my theory on how that is now is, on new install or upgrade it will add the playlist and then its locked in. It can not be deleted. Basically you upload photos then they're going to cycle to the playlist. Then on a advanced setting (not yet created) have a On/Off Button for Uploads that would control if it is on the list or not. I thought this would be better then just having a restore button so if you do remove it you can always add it back.

Send me your email richn3@mac.com ill send you a install link with the current build if you want to test install.

qwksilver commented 3 years ago

qwksilver@iname.com, i can build from branches and forks pretty easy with vscode, and i have up through this pr live on one machine. if there is more in an offline build you want a check of, let me know.