My gf used that when she migrated from Spotify to tidal. Worked quite well for that, but I’m not sure how it can work for recommendations though
My gf used that when she migrated from Spotify to tidal. Worked quite well for that, but I’m not sure how it can work for recommendations though
Sure!
I used the integration to fill in the gaps I have in my personal collection. With tidal, I could start playing my own music and plexamp would just drop in some new songs for me.
It would create some playlists based on what I listened to, which again helped to discover new music.
I could just start using tidal, but that means turning my back on my personal collection. Or I could give up tidal, but that means losing the recommendations.
I’m asking here for help with the latter
This looks like a decent option. Do you know if they have an api? I can’t find any info on the website
I already know what my friends listen to… Thats why I want computer recommendations!
Funkwhale would be good, but from my experience with it, it’s a bit dead
Obama famously used twitter in his first election campaign to create effect. In the brief moment when I had an account, he was my only follower
Have they? Do you have any examples? I’d love to see them talk shit about him
I found that confusing too, but I guess it pairs well with
You could try checking out feddit.uk
I did. The local files have GPS data visible in the phone’s gallery app, but the same file in immich doesn’t have it
Over a week at this point
Done. Link here for anyone in the future who might come across this issue https://github.com/immich-app/immich/issues/11280
I’m on 1.108
Couldn’t find anything obvious in the settings either
I did, but couldn’t find anything
Headless. It’s all running fine in the background. For now…
I have no issue writing a compose file. Dockge offers a bit more than that with logs and buttons for common commands which makes it easier and quicker to manage than through SSH.
To each their own 🙂
This is pretty much my situation. “Away from home” for me isn’t just a trip to the shops, it means being away for weeks at a time. I need to be able to fix things remotely if needed.
I’ve seen people recommend SSH, which seems worse because that would give potential hackers access to the whole system.
VPN is a very good suggestion, and what I’ve implemented now. Thank you to everyone who contributed
That’s correct. Ubuntu is basically just a platform to run docker, haven’t really touched it. Docker is the same. Just using it to run my containers. Haven’t ventured at all into /var/lib/docker
The volume is defined like this at the end of the compose file
database:
container_name: immich_postgres
image: registry.hub.docker.com/tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0
environment:
POSTGRES_PASSWORD: ${DB_PASSWORD}
POSTGRES_USER: ${DB_USERNAME}
POSTGRES_DB: ${DB_DATABASE_NAME}
volumes:
- pgdata:/var/lib/postgresql/data
restart: always
volumes:
pgdata:
model-cache:
The images are definitely uploaded. They’re on the fs, and in the correct folders
That was a very long article, so for anyone too lazy to click, here is the bit you’re probably interested in: