{"id":19042197,"url":"https://github.com/bean5/raspi-photoviewer-sync","last_synced_at":"2026-05-13T21:35:35.044Z","repository":{"id":237442017,"uuid":"236083227","full_name":"bean5/raspi-photoviewer-sync","owner":"bean5","description":"I built this to automate syncing images to a photo viewer I made. It leverages Dropbox for hosting, but curl/wget for obtaining download instructions. A previous version used rsync over SSH for syncing, but was not super-helpful to general populous. The photoviewer I built was powered by a rasperry-pi.","archived":false,"fork":false,"pushed_at":"2024-05-03T17:48:19.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-21T22:45:36.655Z","etag":null,"topics":["bean5","photo-viewer","raspberry-pi","rsync","ssh","syncing"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bean5.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-24T21:03:45.000Z","updated_at":"2024-05-21T21:37:02.000Z","dependencies_parsed_at":"2024-05-01T22:14:55.330Z","dependency_job_id":"6e9da30f-12fe-4396-843d-f61986367712","html_url":"https://github.com/bean5/raspi-photoviewer-sync","commit_stats":null,"previous_names":["bean5/raspi-photoviewer-sync"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bean5/raspi-photoviewer-sync","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bean5%2Fraspi-photoviewer-sync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bean5%2Fraspi-photoviewer-sync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bean5%2Fraspi-photoviewer-sync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bean5%2Fraspi-photoviewer-sync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bean5","download_url":"https://codeload.github.com/bean5/raspi-photoviewer-sync/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bean5%2Fraspi-photoviewer-sync/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33001272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"ssl_error","status_checked_at":"2026-05-13T13:14:51.610Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bean5","photo-viewer","raspberry-pi","rsync","ssh","syncing"],"created_at":"2024-11-08T22:35:36.888Z","updated_at":"2026-05-13T21:35:35.015Z","avatar_url":"https://github.com/bean5.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Syncing Slideshow for Raspberry Pi: A Dropbox public sync work-around\n===\n# Preface\nNote: This is deprecated in favor of chromecast album sharing--at least until I feel like adding the ability to share video. But the 4k chromecast that is about to come out might have that as well--not sure if it has it for screensaver mode, though. We will see.\n \n A quick way to share dropbox folders with a remote device for use as a slideshow. For example, sharing public links to zip files with a raspberry pi that polls for new data.\n \n This bypasses the need for Dropbox syncing on the raspberry pi. Dropbox doesn't work on ARM processors, making work-arounds like this kinda necessary.\n\n# Introduction\nA quick way to share dropbox folders with a remote device for use as a slideshow. For example, sharing public links to zip files with a raspberry pi that polls for new data.\n\nThis bypasses the need for Dropbox syncing on the raspberry pi. Dropbox doesn't work on ARM processors, making work-arounds like this kinda necessary.\n\n# Install\nDocker support may come later. For now, to install, place the contents of this somewhere on your raspberry pi. As root, cd into this folder and run the following: `./install.sh`. If you want to specify that it store files on an external device you can use the equivalent of `./install /dev/sda1/`. This will set up `.bashrc` to call the donwloader which will loop in the background.\n\n# ToDo Items\nOf course, this project could be improved. Following are some ways.\n\n* Ability to dockerize the downloader and the fbi viewer\n* Ability to remove files via remote command\n* Ability to switch to a movie mode\n* Ability to switch between random vs. ordered image viewing\n* An uninstall file\n\nO, this can be simplified down to to something of a cron job. The downloader will call reboot if necessary. Really, the crux of this is that fbi is run upon login to make the raspberry pi just work upon boot.\n\n\n# A Note\nThis program attempts to download a new version of itself after running. Of course, if git is possible, then that can be used. But since wget was the dependency of choice here, I continued with it to keep things light-weight, simple, and less dependent. Really, I'm hoping Dropbox comes out with ARM support sooner than later. It would deprecate a lot of this quite rapidly.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbean5%2Fraspi-photoviewer-sync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbean5%2Fraspi-photoviewer-sync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbean5%2Fraspi-photoviewer-sync/lists"}