2023-03-13, 19:08
I am a PSW in a long-term care home. I kept getting tired of seeing people with dementia struggling with media tech- DVD players, smart devices, and cable TV are all way too difficult for both residents and their caregivers to reliably use. I set up an Rpi 3 with Kodi, timers addon, and youtube addon. I made custom youtube playlists with old TV and movies, music, etc. Bought a bunch of super simple remotes and drilled holes to put in a lanyard, which makes it harder to misplace. On the remote, 'power' pauses the program, and the screensaver shuts off the monitor automatically. Both channel buttons do the same thing, which is to advance to the next video in the playlist. Playlists are on timers, because residents can't always remember how to turn things on, and caregivers may be too busy to attend to their TVs. QR code opens the web interface directly to the youtube plugin page, where more playlists can be selected. GPIO buttons are for caregivers, so they can adjust volume, play/pause, or select two favourite playlists to play. The entire interface is disabled except for subtitles.
Major issues: -low RAM of rpi 3 or unreliability of the youtube plugin does cause occasional crashes -changing to the next video is a bit slow
I made a site julietcomputer.com that explains my design. Ultimately, I'm hoping to make something that's reliable enough to work on an institutional level which will require a custom OS and possible custom board design. But Kodi and this community really helped me get started and troubleshoot a lot of stuff. Thanks to everyone who helped answer some of my forum posts.
Major issues: -low RAM of rpi 3 or unreliability of the youtube plugin does cause occasional crashes -changing to the next video is a bit slow
I made a site julietcomputer.com that explains my design. Ultimately, I'm hoping to make something that's reliable enough to work on an institutional level which will require a custom OS and possible custom board design. But Kodi and this community really helped me get started and troubleshoot a lot of stuff. Thanks to everyone who helped answer some of my forum posts.