Plugin Ideas #57
Replies: 7 comments 6 replies
-
A few ideas I've had:
|
Beta Was this translation helpful? Give feedback.
-
Ideas from the issues tab:
|
Beta Was this translation helpful? Give feedback.
-
I would REALLY love that slideshow plugin. I could probably write some Python+Raspberry Pi web UI to allow users to upload images, but I have no idea if this plugin needs a specific resolution/color depth, how to write it to the display, and how to cycle it. |
Beta Was this translation helpful? Give feedback.
-
I am fortunate to have an HD greyscale 6 inch display, which works with this software (yay!) and I just finished another Python project that does random selection of a file for display over SPI, but it's a whole lot cuter https://www.youtube.com/shorts/4nAN1jXC2cE I'll dig in on these examples. I've never used Jupyter before, but if I can figure it out I'll make a PR and even CC license a couple cat pictures for free use in a demo. if I make a web server that is specific for storing images for this and my other project, I'll put it on GH and share the link with you. THANK YOU for doing all the scaling! For my other project, I had to manually crop my images to squares and use a script to resize them. |
Beta Was this translation helpful? Give feedback.
-
@thoughtfix I've got a working version of PaperPi with a slideshow module ready to test out if you're interested. It's on the Clone the repo and then run The script will prompt you to install some libraries/dependencies. Once that's done, you can run PaperPi directly by running: The slideshow simply pulls images from a local directory in either random or sequential order. It can handle adding and deleting images in the directory and will try to gracefully move to the next image if possible. Any issues or feedback are greatly appreciated! |
Beta Was this translation helpful? Give feedback.
-
Good afternoon! I was missing some apt dependencies but finally got around to getting this up and running. I had to add the data and slideshow photo list to ~/.config/com.txoof.paperpi/paperpi.ini and got a pair of On reboot, it rolled back to the original and simply adding the slideshow didn't work for me. I decided to look at https://raw.githubusercontent.com/txoof/PaperPi/main/install/remote_install.sh and edit PP_GITBRANCH="main" to "slideshow" and ran it. Works great, and the recipient of the new e-ink photo frame is very happy. Thank you! |
Beta Was this translation helpful? Give feedback.
-
consider merging some of the ideas from this in as a DeviantArt plugin: https://github.com/Martenfur/magic_frame |
Beta Was this translation helpful? Give feedback.
-
A central location for tracking new plugins and ideas
Using this should keep the issues list down
Beta Was this translation helpful? Give feedback.
All reactions