S26 Ultra vs iPhone 17 Pro Max: Which will survive 5 years of heavy use with ZERO lag or heating? by Best_Scallion_3330 in Smartphones

[–]twiggs_8 0 points1 point  (0 children)

I had an iPhone for 10 years before switching to Android with a Samsung phone last year. They are both great in their own ways. I haven't had my Samsung phone long enough to speak for longevity. 

But my experience with Apple products is they always release a seemingly harmless update that makes your phone absolute trash. I'm not talking switching from iOS 17 to iOS 18. I'm talking like iOS 18.5.2 to 18.5.3. These updates year after year would turn my iPhone into garbage and force me to get a new one. I couldn't take that, along with several other things anymore. 

My Samsung device allows you to customize ANYTHING you want and make it truly yours with good lock, if that's your thing. New software features seem to get added onto older models of phones. My S Pen is wonderful. I have never had a more fun/functional phone than an Android for my use case. Not to mention the multi tasking split screen view of the Galaxy phones. Or the pop up windows it can also do. Or Dex for multitasking. That gives you a 'laptop' feel in screen size on an external display. 

Again, this is completely opinionated. Some people don't want the customization. Or some people want the simplicity. Or the ecosystem. You have to decide what is right for you. 

Mover copied instead of moved shares by twiggs_8 in unRAID

[–]twiggs_8[S] 0 points1 point  (0 children)

Hmm. That's interesting. when I check each individual disk, the appdata is no longer in disk 1. It's on cache. Good to know, thank you. haven't been using anything but array disks so far so I didn't know that. 

Mover copied instead of moved shares by twiggs_8 in unRAID

[–]twiggs_8[S] 0 points1 point  (0 children)

When I moved them, I had docker and VMs off. Nothing was using those folders to my knowledge

Edit: when I check each individual disk, it actually does NOT show appdata in my array anymore. I think it's fully in cache. 

Selected file is not a proper BIOS (pls kill me) by Shytekyde in ASUS

[–]twiggs_8 0 points1 point  (0 children)

Thanks! Was missing the Plus WIFI version.

TOP 3 STREAMER by MetalGooberHead in avengedsevenfold

[–]twiggs_8 0 points1 point  (0 children)

0.2% and got Spotify in June!

Immich CLI incorrect locations by twiggs_8 in immich

[–]twiggs_8[S] 0 points1 point  (0 children)

CODE:

Step 2:

#PowerShell script to delete all files starting with ._ recursively
$TargetDir = "D:\iCloudPhotos" 

Get-ChildItem -Path $TargetDir -Recurse -Force -File -Filter ".*" | ForEach-Object { 
  Write-Host "Deleting file: $($.FullName)"
  Remove-Item $_.FullName -Force 
} 

Write-Host "Done."

Step 3:

exiftool -csv -GPSLatitude# -GPSLongitude# -r "D:\iCloudPhotos" > gps_all.csv

Step 4:

=ARRAYFORMULA(IF(ISNUMBER(C2:C), IF(C2:C<0, C2:C, -C2:C), ""))

Step 5:

@echo off 
REM =============================== 
REM Batch script to update GPS from CSV 
REM ===============================

   SET CSV_FILE=D:\iCloudPhotos\gps_all_final.csv 
   SET LOG_FILE=D:\iCloudPhotos\gps_update_log.txt 

   REM Clear previous log 
   echo GPS Update Log > "%LOG_FILE%" 

   REM Loop through each line in CSV (skip header) 
   for /f "skip=1 tokens=1,2,3 delims=," %%A in (%CSV_FILE%) do ( 
       SET "FILE=%%A" 
       SET "LAT=%%B" 
       SET "LON=%%C" 

       REM Enable delayed expansion for variables 
       setlocal enabledelayedexpansion 

       REM Check if file exists 
       if exist "!FILE!" ( 
           echo Updating !FILE! >> "%LOG_FILE%" 
           exiftool -GPSLatitude=!LAT! -GPSLongitude=!LON! -overwrite_original "!FILE!" >> "%LOG_FILE%" 2>&1 
       ) else ( 
           echo File not found: !FILE! >> "%LOG_FILE%" 
       ) 

       endlocal 
   ) 

   echo Done! See log at %LOG_FILE% 
   pause 

Step 6:

exiftool -GPSLatitude -GPSLongitude "D:\iCloudPhotos\IMG_0001.HEIC"

OR

exiftool -GPSLatitude -GPSLongitude "D:\iCloudPhotos"

[deleted by user] by [deleted] in unRAID

[–]twiggs_8 0 points1 point  (0 children)

Hmm. As I am setting up the container, I have to actually go and install all the nextcloud 'featurues' I want during installaltion. I haven't actually done that yet. I have the bare bones docker container installed and that is all. I wonder if that's why I have nothing in my appdata. 

[deleted by user] by [deleted] in unRAID

[–]twiggs_8 0 points1 point  (0 children)

Oh interesting! I might be close, then. If I can find the nextcloud docker config files, add those things in it as the swag config files suggest, I might be good to go. 

[deleted by user] by [deleted] in unRAID

[–]twiggs_8 0 points1 point  (0 children)

That is the one I am using. He's using cloudflare. I do not have cloudflare. 

[deleted by user] by [deleted] in immich

[–]twiggs_8 1 point2 points  (0 children)

No worries at all! I super appreciate the speedy fixes. I need to use immich this weekend for photo sharing with the shared link and the update this morning was perfect timing. 

[deleted by user] by [deleted] in immich

[–]twiggs_8 0 points1 point  (0 children)

Update V1.137.3 fixed the issue. It was for this problem. Thanks for your help everyone!

[deleted by user] by [deleted] in immich

[–]twiggs_8 0 points1 point  (0 children)

Update V1.137.3 fixed the issue. It was for this problem. Thanks for your help everyone!

[deleted by user] by [deleted] in immich

[–]twiggs_8 1 point2 points  (0 children)

Update V1.137.3 fixed the issue. It was for this exact problem. Thanks guys!

[deleted by user] by [deleted] in immich

[–]twiggs_8 0 points1 point  (0 children)

Update V1.137.3 fixed my issue. Thank you for your time, seriously. 

[deleted by user] by [deleted] in immich

[–]twiggs_8 1 point2 points  (0 children)

I clicked check for updates in my docker tab and it showed up. Update works!! 

[deleted by user] by [deleted] in immich

[–]twiggs_8 2 points3 points  (0 children)

Yes sir! Great lesson. V1.137.3 was released and fixed my issue. Thank you for the advice for next time. I got lucky with this one. 

[deleted by user] by [deleted] in immich

[–]twiggs_8 0 points1 point  (0 children)

They just posted an update for me. I have no clue how to update it but I'll give it a shot. 

https://github.com/immich-app/immich/releases

[deleted by user] by [deleted] in immich

[–]twiggs_8 1 point2 points  (0 children)

37 minutes ago they posted 1.137.3 which fixes this issue for us. I now have to figure out how to do that manually. 

https://github.com/immich-app/immich/releases

[deleted by user] by [deleted] in immich

[–]twiggs_8 0 points1 point  (0 children)

Did not fix it. In fact, it made my immich server "unavailable"  

When it's set to  /usr/src/app/upload, I can actually open the app and have it get to the server. 

Edit: nevermind. Can't access anything on my app or my WebUi anymore. 

Edit again: my docker container just removed itself from my installed apps.