Trying this out on Wine, it looks even worse than it already did on Windows but it seems to be as functional as it ever was (the SD card reader apparently maps to G: on this machine) and much faster.
Good to have as an option so I don't need to remember to bring a Windows machine into work any time I need to change PLU settings.
If anybody is curious, a quick query to see who your subscribers are on PeerTube (assuming that you have database access on your instance):
select (select "preferredUsername" from actor where id = "actorFollow"."actorId"), (select "preferredUsername" from actor where id = "actorFollow"."targetActorId"), (select url from actor where id = "actorFollow"."actorId") from "actorFollow";
There's probably a better query for that, but this is:
1. Who follows
2. What's followed
3. Follower url
Three of my #peertube channels now have a subscriber.
https://video.typica.us is now running PeerTube beta 12. Now that channels are more visible I should really add avatars to more of those: https://video.typica.us/accounts/neal/video-channels
Author of Typica software for coffee roasters.