avanc
avanc
@faixk There is no real limit in the delay. https://github.com/avanc/photOS/blob/master/package/photoframe/photoframe.sh#L246C8-L246C69 Even weeks should work :-) @Partyarti777 Did you changed the values before? The DELAY should be 3 by default: https://github.com/avanc/photOS/blob/master/package/photoframe/photoframe.sh#L22...
Interesting idea. However, it wouldn't be nice, as of now text is not nicely rendered but only printed "abvoe" the image (as the first message on bootup or on errors).
Is the webdav endpoint configured in the [WebUI](https://github.com/avanc/photOS/wiki/Configuration)? First sync from e.g. [Nextcloud](https://github.com/avanc/photOS/wiki/Nextcloud) may take some time.
You should store your images under /data/photoframe/images_local. Afterwards, you have to create the file list similar to https://github.com/avanc/photOS/blob/master/package/photoframe/photoframe.sh#L102 `find /data/photoframe/images_local -type f -iname '*\.jpg' -o -iname '*\.jpeg' -o -iname '*\.png'...
@BigChris Feel free to reopen the issue if it didn't worked for you.
Maybe the welcome page can be enforced when pointing the browser directly to /firstrun.
Closing ticket as my import were just waiting in the queue. @Freika Interested that I write a feature request to inform users that the import is pending for some future...