There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

couch1potato

@[email protected]

This profile is from a federated server and may be incomplete. Browse more on the original instance.

Traveler ordered to pay more than $5,000 in fuel costs after flight diverted due to bad behavior (www.cnn.com)

According to the Australian Federal Police, a then-32-year-old man from Western Australia was disruptive on a flight headed from Perth to Sydney. As a result, the plane had to turn around and go back to Perth, which meant that the pilot was forced to dump some fuel to land....

couch1potato ,

Scotch-in-your-3-1-1-bottles team, unite!

Android apps are blocking sideloading and forcing Google Play versions instead (arstechnica.com)

You might sideload an Android app, or manually install its APK package, if you’re using a custom version of Android that doesn’t include Google’s Play Store. Alternately, the app might be experimental, under development, or perhaps no longer maintained and offered by its developer. Until now, the existence of...

couch1potato ,

I live in a different country than the one I receive mail in

Games on Whales - Stream multiple desktops and games from a single host (games-on-whales.github.io)

After 3 years in the making I’m excited to announce the launch of Games on Whales, an innovative open-source project that revolutionizes virtual desktops and gaming. Our mission is to enable multiple users to stream different content from a single machine, with full HW acceleration and low latency....

couch1potato ,

Please submit a pre-built docker image to the unraid app store!

couch1potato ,

I have a 2017 ioniq hybrid and I’ve been happy with it.

couch1potato ,

They need to split up Big Word and Big Excel next.

A PR disaster: Microsoft has lost trust with its users, and Windows Recall is the straw that broke the camel's back (www.windowscentral.com)

It’s a nightmare scenario for Microsoft. The headlining feature of its new Copilot+ PC initiative, which is supposed to drive millions of PC sales over the next couple of years, is under significant fire for being what many say is a major breach of privacy and security on Windows. That feature in question is Windows Recall, a...

couch1potato ,

I employed imagemagick recently to batch edit some pics via CLI but I’m not sure if it’s a drop in replacement for bridge and lightroom.

couch1potato ,

I just set up vpns in my router and use macvlan network for my dockers so I can route their individual ip addresses to whichever interface I want…

couch1potato ,

You can link excel cells to fields in a word document… can probably use vba to systematically iterate through a list of data to populate your linked cells to generate your documents.

'Horrific' violence at UCLA after counter-protesters attack pro-Palestinian camp (www.bbc.com)

Violence erupted at the University of California, Los Angeles after pro-Israeli counter-demonstrators attacked a pro-Palestinian campus encampment. Bubbling tensions on the campus boiled over following the alleged breach of a “buffer zone” between the rival groups.

couch1potato ,

I just set up something similar a couple weeks ago because I wanted to upload named album folders as albums into immich.

Workflow is:

Syncthing to sync phone folder to folder on unraid server.

2nd syncthing instance to sync above folder to “photo albums” folder.

Immich-go cron job runs hourly to upload photo albums folder to immich

I used immich-go because the CLI upload with album tag kept failing and apparently it’s a common issue so… ¯_(ツ)_/¯ immich-go worked first try.

Now all my photos are uploaded as albums with no manual input:

https://lemmy.dbzer0.com/pictrs/image/5b9c8856-5a78-4605-9192-178a842d634a.jpeg

couch1potato , (edited )

Sure… I’m on unraid…


<span style="color:#323232;">cd /mnt/user/appdata_docker/immich/immich-go
</span><span style="color:#323232;">./immich-go -server=http://192.168.20.1:8080 -key=IMMICH_API_KEY upload -create-album-folder -when-no-date=FILE /mnt/user/photo_libraries```
</span><span style="color:#323232;">
</span><span style="color:#323232;">
</span><span style="color:#323232;">![](https://lemmy.dbzer0.com/pictrs/image/5155dc7f-1545-4e07-b7ec-4721e5fec43a.jpeg)
</span><span style="color:#323232;">
</span><span style="color:#323232;">
</span><span style="color:#323232;">There are other flag arguments that may be applicable to your use case... I'd suggest finding immich-go documentation on github and reading. It's not that intense of a read.
</span>
couch1potato ,

I have albums generate automatically… see my posts above

couch1potato ,

I created a specific folder to move family photos to that syncs with the server, because i use my phone for work pictures too and I don’t want those to end up on my immich timeline. So I manually move photos to that folder, but that’s the only manual intervention for me.

I set up the album handling the way I did because my wife spent a lot of time sorting stuff into folders and she wanted the organized folders to carry over to immich.

I do separately sync the DCIM folder to server with syncthing as well, just as a backup, but those don’t go to immich.

So for immich destined items it looks like:

  1. Manually move pics to phone “family photos” folder
  2. Syncthing-ext syncs phone folder “family photos” to server folder “syncthing_folders/my_family_pics”. (Also syncs phone folder “DCIM” to server folder “syncthing_folders/phone_pics_backup”)
  3. Syncthing-int (second syncthing instance on different port, so syncthing-ext and syncthing-int see each other as different devices and can work on the same folders) syncs server folder “syncthing_folders/my_family_pics” to some other designated server folder to work with immich… for example “photo_libraries/my_family_pics”
  4. The script I shared runs on server folder “photo_libraries/”

It’s set up this way because I have syncthing-ext syncing with a bunch of external devices and this way i can funnel just the photo folders into one photo library folder to run the script on.

If you have more questions it’s cool… I never get to talk about this stuff with anyone who appreciates it 😶‍🌫️

couch1potato ,
couch1potato ,

Yeah the phone folder is send only and the server syncthing-ext folder is receive only.

I never really find myself deleting stuff because I don’t take that many pictures/videos, but my wife is the one always running out of space. I’ve told her when she sees her album in immich it’s safe to delete from the phone.

I’m not sure how you’d automate deleting stuff while making sure you’re not deleting items that haven’t been sent yet… but, it’s not really something I’m interested in because I don’t have the need.

Another good practice (at least I’d like to think so), my syncthing-int which sends everything to /photo_libraries also sends everything to two other backup folders that are pinned to separate discs. So if I have a drive failure or multiple drive failures I’d still have a copy of all the photos/albums.

couch1potato ,

There Is a CLI tool to upload folders as albums and it keeps them as their original folders. The CLI didn’t work for me and I’ve read others had the same issue. Found a solution was to use immich-go which is a tool someone else made and it worked for me.

Tried to upload a screenshot but it’s not working 🤔

couch1potato ,

https://lemmy.dbzer0.com/pictrs/image/997c791b-c4d5-41a2-8944-d72e30d13c17.jpeg

Tried again and it worked lol. This is albums from folders in a file directory uploaded to immich using immich-go.

All good, just sharing my experience… I’m enjoying immich. 🤷‍♂️

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • lifeLocal
  • goranko
  • All magazines