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

No images found #124

Open
BigChris opened this issue Jun 14, 2024 · 3 comments
Open

No images found #124

BigChris opened this issue Jun 14, 2024 · 3 comments

Comments

@BigChris
Copy link

I have reinstalled photOS and would like to write the images manually to the SD card.
However, I always get the message "No images found"
Where do the images have to be stored so that photOS can find them?

@avanc
Copy link
Owner

avanc commented Jun 19, 2024

Is the webdav endpoint configured in the WebUI?
First sync from e.g. Nextcloud may take some time.

@BigChris
Copy link
Author

Thank you very much for your message.
I would like to use photOS without WebDAV. Upload the images via (s)FTP, for example. If you don't have a webdav server, the effort might be too high just to set one up.

To do this, I would like to move the images to the local_images folder and initiate the synchronisation process manually. But I don't know how to do that.
In principle, you can also write to the text file manually, but that would be more work.

I love the photOS project very much and would be delighted if it could be actively maintained again.
I would also be very happy to support it as much as I can.

@avanc
Copy link
Owner

avanc commented Jun 19, 2024

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' -o -iname '*\.mp4' -o -iname '*\.mov' | sort > /data/photoframe/conf/filelist.txt

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

No branches or pull requests

2 participants