bdonvr

joined 1 year ago
[–] bdonvr@thelemmy.club 4 points 3 days ago

Immich (Photo backup), Vaultwarden (FOSS Biwarden server for passwords)

[–] bdonvr@thelemmy.club 11 points 6 days ago

That's not how bankruptcy filings work

[–] bdonvr@thelemmy.club 4 points 6 days ago

Yes but slowly and using language they're familiar with. Lure them into it

[–] bdonvr@thelemmy.club 13 points 1 week ago (1 children)

Honestly I struggle to imagine how Steam could support it more.

[–] bdonvr@thelemmy.club 14 points 2 weeks ago (1 children)

More likely a physical tab to stop new carts in old consoles. Look at DS vs 3DS carts

[–] bdonvr@thelemmy.club 8 points 3 weeks ago

Yeah but that isn't/wasn't really unique to them

[–] bdonvr@thelemmy.club 10 points 3 weeks ago* (last edited 3 weeks ago) (5 children)

Agh Plex always rubs me the wrong way.... It acts like closed source software as much as is possible. Went with Jellyfin and it's been great. But haven't tried music.

[–] bdonvr@thelemmy.club 12 points 1 month ago (1 children)

Meanwhile Verizon has already been unlocking after 6 months

[–] bdonvr@thelemmy.club 2 points 1 month ago* (last edited 1 month ago) (2 children)

I had the opposite experience with it lasting longer. My homemade sandwich loaf will not last more than a week without molding... Supermarket bread (the mass produced stuff, dunno about the made in store stuff) is packed with preservatives and seems to last at least two.

But it's so much better that it was never going to last that long anyway.

I usually make two and freeze one

[–] bdonvr@thelemmy.club 4 points 1 month ago* (last edited 1 month ago)

If it's a personal machine in which you have a choice on browser why not just use one of the native Jellyfin apps?

major browser supports HVEC now, other than Firefox.

Every other major browser is an overcommercialized pile of crap (or built atop the same) that can afford to pay for the licenses to use HEVC or has no qualms shipping proprietary code with their software that they don't control.

Also apparently on Windows you can enable experimental HEVC hardware decoding support. You'll need to install "HEVC Video Extensions" (from Microsoft themselves) ($0.99) in the Windows App Store and toggle "media.wmf.hevc.enabled" in about:config.

[–] bdonvr@thelemmy.club 44 points 1 month ago

Absolutely and without question yes

[–] bdonvr@thelemmy.club 6 points 1 month ago (2 children)

Jellyfin can handle the transcoding to AV1 where needed. Albeit that's a bit less ideal than direct play as you need the hardware to transcode.

 

v1.99.0

New logo

The new logo is now rolled out on all platforms, including the web, mobile, and documentation pages. If you are a content creator, you can grab the logo vector and raster files in the repository's design folder.

Social Preview

Highlights

Welcome to release v1.99.0 of Immich. This release adds the new logo, fixes many bugs, and improves the application. Some of the highlights include:

  • [WEB] Sort photos and videos to display direction in an album.
  • On-disk cache on the mobile app to provide a better viewing experience.
  • There is a new endpoint for OpenTelemetry metrics to monitor performance.
  • Optimized queries for large libraries.
  • Add upload progress and speed indicator.
  • XMP sidecar file is now recognized with both photo.ext.xmp and photo.xmp extensions.
  • Drag to select - Now press your thumb to drag and select in the selection mode.
  • Improve user feedback in the mobile app's backup and album selection screen.
  • Various improvements for the library scanning process.

Asset's display direction in the album

We added an option to change the order of the assets in the album so you can view the assets from older to newest and vice versa.

album.view.order.mp4

Mobile asset caching

Improving cache for remote thumbnails and the images, they now stay on disk so that they can load faster and give a better experience while used offline. You should feel a faster loading experience across the app.

Performance monitoring with OpenTelemetry integration

Immich provides a variety of performance metrics to allow for local monitoring and insights. This integration is primarily in the form of Prometheus metrics. However, exporting traces is also possible due to OpenTelemetry instrumentation. Please visit the documentation to learn how to enable this feature

Note

This opt-in feature allows you to monitor Immich's performance. This data isn't sent anywhere beyond what you've configured.

File size progress and upload speed indicator

We added an indicator to show the file's size that has been uploaded and the upload speed under the progress bar in the backup screen.

Simulator.Screen.Recording.-.iPhone.15.Pro.Max.-.2024-03-14.at.18.08.37.mp4

Drag to select

You can now drag to select in the mobile app when in selection mode; this will help make selecting in bulk easier.

drag_to_select.mp4

And lastly, I want to express my gratitude to @immich-app/contributor who make this behemoth of a release happen 🎉


And as always, bugs are fixed, and many other improvements also come with this release.

What's Changed

🗄️ Server

  • fix(server): face search results not always sorted by @mertalev in #7839
  • fix(server): serve static directory only if it exists by @benmccann in #7857
  • feat(server): Add OAuth auto-redirect enable/disable CLI commands by @ddshd in #7841
  • feat(server): OpenTelemetry integration by @mertalev in #7356
  • feat(server): YAML config file support by @bo0tzz in #7894
  • feat(server): Update XMP sidecar search to look for both photo.ext.xmp and photo.xmp by @kokulshan in #7813
  • feat(server): lower library scan memory usage by @mertalev in #7939
  • perf(server): optimize getByIds query by @mertalev in #7918
  • fix(server): queue library asset refresh in batches by @etnoy in #7914
  • feat(server, web): album orders by @martabal in #7819
  • feat(server): added support for SVG files by @declan8010 in #7960
  • refactor: global validation pipe by @jrasm91 in #7985
  • feat(web): add millisecond options to storage template settings by @sevtdy in #7942
  • fix(server): prevent feedback loop during library scan by @mertalev in #7944
  • feat(server): use nestjs events to validate config by @danieldietzler in #7986
  • feat(server): memory includes partners assets on timeline by @alextran1502 in #7993
  • refactor(server): library service by @jrasm91 in #8050
  • chore(server): change save -> update in asset repository by @mertalev in #8055
  • fix(server): "view all" for cities only showing 12 cities by @mertalev in #8035
  • fix(server): use extension in originalFileName for libraries by @etnoy in #8083
  • test: temporarily disable flaky audit e2e test until #7436 is fixed by @zackpollard in #8089

📱 Mobile

🖥️ Web

🧠 Machine Learning

  • fix(server): ml gunicorn listen on ipv4 and ipv6 by default by @growse in #7930
  • chore(deps): update onnxruntime-openvino by @mertalev in #7854
  • feat(ml): add cache_dir option to OpenVINO EP by @dvdblg in #8018

⚡ CLI

📓 Documentation

🔨 Maintenance

 

It's distrohop time. Want to go immutable for the first time. But waiting for KDE6.

 

Highlights

Welcome to the first Immich release of 2024, v1.92.0. This release is packed with features, bug fixes, and improvements. Let’s dive into some of the highlights of this release.

[BREAKING CHANGE] The welcome message for your instance is now moved to the Server Setting in the Settings section in the Administration page on the web

Hardening storage template move operation: verify files are copied correctly when operating across filesystem boundaries

External domain setting: allow the usage of a different domain for shared links

Native hash calculation on iOS: significantly speeds up the initial hash calculation

Introduce Onboarding flow for new instances: Show the admin common settings of the instance for a better user experience.

CLI version 2.0.6 was released on npm: https://www.npmjs.com/package/@immich/cli

Search is now working across the partner’s assets.

1
submitted 11 months ago* (last edited 11 months ago) by bdonvr@thelemmy.club to c/datahoarder@lemmy.ml
 

Well I'm just about fed up with streaming bullshit. I currently have a home server that's just a raspberry pi4 with a bunch of docker containers and it served my light usage well.

But with transcoding on Jellyfin I'll be needing some more power. And a bunch of storage. So wanting to perhaps build a new little server.

CPU requirements aren't high at all. Need to transcode maybe 2 concurrent 4K streams, A cheap discrete GPU or a CPU with a decent enough iGPU could handle this. Other applications are basically negligible, like Vaultwarden and PiHole, torrent, using as a general file storage server.

I also recently acquired a mini PC which is plenty powerful, but doesn't have any way of adding a bunch of drives. So another option is setting up a pure NAS and just using the mini PC as the server. It's got an i7 10700T and iris 630 iGPU.

I've been using Linux and self hosting basic things for years, but I'm pretty new to this level of hardware and little experience with RAID.

Budget: ~$500ish - storage goal: 12+ TB

 
view more: next ›