Daniel Dietzler
Daniel Dietzler
Yeah, IMO `originalFileName` should always have the correct file name.
@andreasgerstmayr You've requested a review from me but you haven't yet addressed @jrasm91 comments and there are also lots of merge conflicts right now...?
Ah ok got it. No rush then :)
The CLI does not randomly ignore folders because of their name. And IMO that's a good thing, in case that's what you're referring to @TransRapid
Hey, could you check if that's still an issue? :)
Ok @chengguangnan it would be awesome if you could test something for us: Following the [guide in the docs](https://immich.app/docs/guides/database-queries), connect to the database. Then, run the following query: ```sql SELECT...
Oh sorry I missed something. Can you try ```sql SELECT COUNT(*) FROM albums_assets_assets AS a, assets AS b WHERE "a"."assetsId" = "b"."id" AND "a"."albumsId" = '' AND NOT "b"."isVisible" ```...
Thanks! Can you remove the `COUNT`? My guess is that those are all the motion (video) part of motion assets, so I'd like to verify/disprove that. ```sql SELECT * FROM...
And they are not visible, ok. Thanks for input! I think we should be able to work with that now :)
> Thanks! > > > I'd prefer if it'll automatically make a request to the server and update the config though. > > I agree. I can either copy the...