[-] Mir@programming.dev 1 points 2 months ago

It took me a week suffering to get syncthing to work but it finally did. Thank you

[-] Mir@programming.dev 1 points 2 months ago

That's impressive! I have less everything, how can I know how much it takes while idle? External device?

[-] Mir@programming.dev 1 points 2 months ago

I don't mind the wait, I'm however worried about the wear from doing that a few times a day

[-] Mir@programming.dev 1 points 2 months ago

That's a great idea that I haven't thought about, but I'm using couple of apps to view and the network thing is less convenient albeit attractive solution that I might look into. Thank you

[-] Mir@programming.dev 1 points 2 months ago* (last edited 2 months ago)

Thank you

I think it has wake on Lan, so that means any connection attempt would wake it?

[-] Mir@programming.dev 1 points 5 months ago* (last edited 5 months ago)

Fossify Calendar

How to use it with Baikal, I enabled CalDav but I can only see local and gmail calendars. Do I have to use DAVx5 ?

[-] Mir@programming.dev 1 points 5 months ago

What clients do you use with it?

[-] Mir@programming.dev 1 points 5 months ago

Why do you think Nextcloud would be too much for you?

I had the idea that I had to install the whole solution

[-] Mir@programming.dev 1 points 5 months ago

I think that may be what you’re asking for

Yes, would be great if I have my day view. Problem is Nextcloud is way too much for my needs

[-] Mir@programming.dev 1 points 5 months ago

(except I manually sort through my photos on a semi-weekly basis before I upload it to Immich).

I think that would be a better approach if I weren't very lazy, I think even after the initial run I could do that since I don't take lots of pictures but I was thinking about a fire and forget sort of thing.

If you want, I can cook up a little Python script you could stick into Cron to do all the tasks you described.

Thank you so much, I asked ChatGPT and it generated the bat file below (since I'm using Windows) do you think this would work?

@echo off
REM Change directory to your photos folder
cd /d "C:\path\to\your\photos\folder"

REM Sync files to backup folder
robocopy . "C:\path\to\your\Camera_Backup" /mir /xo

REM Delete files older than 15 days
forfiles /p "C:\path\to\your\photos\folder" /s /m *.* /d -15 /c "cmd /c if @isdir==FALSE del @file"

REM Upload assets using immich cli
immich upload "C:\path\to\your\Camera_Backup" -r -a --delete
[-] Mir@programming.dev 1 points 5 months ago

More or less yes. Except that the auto upload is limited I can't figure out why most of albums aren't showing

[-] Mir@programming.dev 1 points 9 months ago

What do you use it for

view more: ‹ prev next ›

Mir

joined 1 year ago