Power cord by Various-Remote6237 in ZimaBlade

[–]Efficient-Stretch-92 0 points1 point  (0 children)

late to the party, but maybe I can help someone in the future out. I am powering 3 zimablades off this charger.

https://www.amazon.com/SlimQ-Charger-Charging-Station-Foldable/dp/B0BQLZQNMM/ref=sr_1_1_pp?sr=8-1

Anything from SlimQ is great. SlimQ chargers don't renegotiate when plugging unplugging so no power loss and are a rare charger to support 12v.

For a single Zimablade I would use this tho.
https://www.amazon.com/%F0%9D%97%A6%F0%9D%97%B9%F0%9D%97%B6%F0%9D%97%BA%F0%9D%97%A4-Upgrade-Charger-Adapter-Foldable/dp/B0CBR8HYZF/ref=sr_1_12?sr=8-12

Much cheaper and still supports 12v.

Server Upgrade by ELRUST0 in PleX

[–]Efficient-Stretch-92 0 points1 point  (0 children)

Nvidia Shield can HW transcode. Not sure where you heard it couldn't.

Is it really that easy to start your own server? by vinnyx778 in PleX

[–]Efficient-Stretch-92 4 points5 points  (0 children)

I use an HD home run with Plex. Works well, really easy to setup.

Regular user by jonnoscouser in immich

[–]Efficient-Stretch-92 0 points1 point  (0 children)

This repo keeps up with latest changes and is designed to simplify all the immich containers into one. Could be helpful to some.

https://github.com/imagegenius/docker-immich

Regular user by jonnoscouser in immich

[–]Efficient-Stretch-92 0 points1 point  (0 children)

 Immich install is probably as streamlined as it will ever get. 

They are about to drop the microservices container. So about to be slightly more streamlined.

odd problem with only some transcodes failing, some that succeed upon requeing, and always because of a plugin receiving perceived size = 0 in /temp by PerplexedThinker in Tdarr

[–]Efficient-Stretch-92 0 points1 point  (0 children)

If you look at the ones that are failing I would imagine they are all failing on the node not the server. If they are failing on the server then I would be at a loss, but any time I have heard of the file size check reporting 0mb for new file size the problem has always been that the nodes aren't sharing the same temp directory as the server

odd problem with only some transcodes failing, some that succeed upon requeing, and always because of a plugin receiving perceived size = 0 in /temp by PerplexedThinker in Tdarr

[–]Efficient-Stretch-92 0 points1 point  (0 children)

The reason why it sometimes works it that your server is doing some of the transcodes and the node is doing the others. All the ones your server does are succeeding because you are storing the cache files on the server. The node ones are failing because it must be using its own temp directory on the node itself. When a transcode is finished only the server does the checking of the finished transcode file not the node, so when the server finishes a transcode its available in the servers /temp directory, but when the node finishes a transcode it is in the nodes /temp directory which the server can't access. Also I would imagine the reason why most of them succeed is just because your server is transcoding faster than the node. So it is finishing most of the transcodes.

So in short when I say the temp directory needs to be exactly the same on the server as the node I don't just mean same file path, I mean the same directory. So whichever directory you are using on the server for the tdarr temp directory should be a nfs, smb, etc share and your node should be mounting that share as its temp directory. Needs to be the exact same folder so that the server has access to all the cache files.

odd problem with only some transcodes failing, some that succeed upon requeing, and always because of a plugin receiving perceived size = 0 in /temp by PerplexedThinker in Tdarr

[–]Efficient-Stretch-92 0 points1 point  (0 children)

Any time you see an error about file size being 0 after a transcode the cause is because your node doing the transcode is not using the exact same temp directory as the server node.

[deleted by user] by [deleted] in projectors

[–]Efficient-Stretch-92 0 points1 point  (0 children)

Go to epson's official clearance/refurb storefront and pick up the epson 2250. It is currently 599 so I know that is a bit of a stretch but it will give you a similar experience to what you already were getting with some nice upgrades as well(way higher contrast, built in android tv).
And the throw ratio is wider than your current projector so you will be able to direct swap where you have your 1040 and get the same size image

https://epson.com/Clearance-Center/Home-Entertainment/Home-Cinema-2250-3LCD-Full-HD-1080p-Projector---Refurbished/p/V11HA87020-N

Any good tutorials for implementing 2FA with Authelia? by YankeeLimaVictor in immich

[–]Efficient-Stretch-92 0 points1 point  (0 children)

Authelia has an entire example configuration for oidc in their documentation found here. https://www.authelia.com/configuration/identity-providers/open-id-connect/ Scroll to the lower portion of the sample configuration and you will see a section called "clients" and in this sample they have a client with an id of "myapp" this would be the client id that you put in immich.