• 1 Post
  • 94 Comments
Joined 2 years ago
cake
Cake day: July 30th, 2023

help-circle
rss





  • As many as most GPUs without all the extra cost and power draw. Nvidia sets a transcode limit of 2 sessions unless you disable it. You really shouldn’t ever be transcoding 4k content. Most people will duplicate 1080p and 4k content and not share the 4k library for remote streaming/external users to avoid transcoding, and 1080p transcodes are no sweat. Furthermore, the goal should be to avoid transcoding wherever possible, so it’s unlikely that you’d have multiple people doing intensive transcoding simultaneously if you follow the above advice. You’ll want everyone to direct play as much as possible.







  • I can’t answer your question as I rely on Plex rather than fooling around with my own security, but I’d suggest reconsidering the Pi and a microSD to host Jellyfin. Neither one of these are a good fit unless you plan on sticking to very specific audio and video codecs to avoid all transcoding and your upload speeds are capable of serving the full bitrate of your files. Beyond that, SD cards are terrible for this kind of task and you’d be much better served with an SSD as your boot/data drive for robustness. I can’t even count the number of failed SD cards I’ve had over the years.



  • I know it’s “cheap insurance,” and I’ll never convince you otherwise (nor do I intend to – you do you), but it’s really just a waste of money/oil with modern synthetics. Even if you stretched it out to just 5k you’d be saving almost half as much oil/money while maintaining the same protection. Using a quality filter (factory OEM, Wix) is important too.

    I’ve put around 180k miles on my Toyota in the last 9 years with 9k-10k intervals and it runs great as well with a sparkling interior under the valve cover.




  • Why’s this guy doing oil changes every 3k miles on his Jeep? Just spend the extra $5 for synthetic and push it out to 5k+ miles.

    Edit: this does seem interesting but I think it would work better as a smartphone app that syncs with your home server. I drive a lot for work and it would be a huge pain in the ass to continually track mileage and whatnot on my desktop (or presumably from a webui on my phone but only in range of my wifi).


  • What displays when you run “id” as your user? You’ll want it to match what your inputting in the docker compose. I may have missed it but I didn’t see you identify what your personal UID and GID are in the Google doc.

    As a janky fallback, what if you just added a new smb user and password and see if that one connects: sudo smbpasswd -a <username>


  • Try the users suggestion from the other post and run “ls -an” to see the numeric user IDs rather than the names you’re assigning. I’ve recently been building a new server with proxmox and learned this same lesson already as user “1000” gets assigned as user “100000” inside containers there to prevent it from having host permissions automatically from my understanding.