Getting the taplist to display the beer rating
It was set to only use untapped, I updated to use the local rating now
You can rerun my installation script, it should detect an existing Install and prompt if you want to update
So I reran the install command and it indeed prompted as to whether I wanted to update or not, but it didn't update the style.css which is why I think I still have the issue with the dotted line not showing up and the brewery images being tiny? here's the text from the CLI:
error: Your local changes to the following files would be overwritten by merge:
style.css
Please commit your changes or stash them before you merge.
Aborting
Updating 0310a88..2e98755
/home/pi
As for the issues I was having with some of the fermentables not importing as well as a whole profile not uploading due to the name. I was able to track down the problem somewhat, but not sure what the fix would be. Turns out it wasn't the length of the name that was the issue and both of the issues were linked. Apparently rpints is having an issue importing anything with an apostrophe " ' ". I'm not sure what other characters it may have a hard time with, but it definitely is hating those. Another issue for one of my fermentables was that rpints didn't like how high of an SRM my Carafa Special II had. When I changed the "COLOR" attribute to a value of 2 it imported just fine.
Also just a heads up that after the update all of the fermentables, yeast, and, hops info that was saved in my various beers were deleted. Not a big deal for me right now since I only had 3 and I am currently still just testing, but I can see that being a big deal for someone if they spent a lot of time manually filling that data out or just have a lot of beers. I'm not sure what this info is even currently being used for, but I think it's kinda neat as a way to answer questions about what all went into that particular homebrew and you can just pull it up real quick. I think it'd be even COOLER if curious drinkers could click like a "more info" button somewhere on the actual taplist rather than the backend and it would display the recipe info. Just a thought.
The update also seems to have gotten rid of beer images. I had one beer which I had filled out the Untappd beer ID for and it used to display the beer image for it, but not any more.
Manually-entered beer ratings still don't display, but that, too, may be related to the fact that my style.css file wasn't updated.
For some reason the update seems to have fixed my issues with the test pours making the keg show as 0 poured 0 left and works as I would expect now. I'll let you know if I can replicate the issue I was having.
I definitely remember it prompting about whether I wanted it to start in kiosk mode or not and hitting y for yes, but perhaps I somehow fatfingered it? I'm using Buster if I'm not mistaken.
Also some stuff I forgot. Both the "Reboot System" and "Shutdown System" buttons in the rpints control menu only seem to log me out rather than shutting down or restarting the raspberry pi.
This might be a noob question, but when I do need to go root around for files in the file directory or whatever else where I'd prefer to use the Raspberry Pi GUI desktop what is the best way to exit from kiosk mode so I can do that?
OK well I, for one, think integrating those controls into the Rpints GUI would be AWESOME! It fits with everything I think you are already doing as well as others to make the process of installing and using the rpints setup as minimally reliant on people manually editing files or running command line codes as these kinds of things really start to add up and make people feel like it's unapproachable for them. So I think for core use-ability it would be really beneficial to have things like connecting to a new wifi network (for if you are going to bring your setup somewhere new or change your wifi password), changing screen rotation or resolution (If you get a new TV or just decide you want to try out the vertical orientation. For me once I add more taps to my keezer I'll eventually need to flip the screen to have all taps be displayed at once), exit kiosk mode (if you can implement this then it may not be necessary to have something special for being able to connect to a new wifi network since you can just do it using the desktop GUI), a button for updating (So you don't need to refind and rerun the long command via the command line), being able to resize various aspects such as fonts and such (So there isn't a need to manually edit style.css).
I think these kinds of things would be extremely useful to 95% of users while RFID and automatically controlled valves will only be appreciated by the 10% or fewer that will likely run using that configuration. Just my .02 cents. Obviously either way I think everything you have done and are doing for the platform is just amazing.