-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support watching the file system #7
Comments
I was hoping to do this through a web interface instead, so the flow is unified and to avoid the dependence on different file system architecture. I will put this as enhancement for the next milestone of the app :) |
not sure if Gaming4LifeDE meant the same thing |
@ippocratis Yes, it is exactly what @Gaming4LifeDE means. I am leaning toward an importer with a web interface though, so I can leverage the current APIs on the server-side. Once I got the mobile app stable, this is one of the first feature I am going to work on next |
@Gaming4LifeDE , @ippocratis I've created a CLI tool to upload images/video from your local machine/server to Immich You can take a look and test here https://github.com/alextran1502/immich_cli Please rebuild the server before testing, I added some additional helper functions on the server to accommodate the CLI tool Let me know how it goes. |
recloned the immich repo and tried to rebuild |
@ippocratis I am running TensorFlow in its own service, you can remove/commented out |
@alextran1502
also varus redis errors
|
@ippocratis can you show me your docker-compose file? |
|
@ippocratis can you use this command to run docker-compose 'docker-compose -f ./docker/docker-compose.yml up --build -V' Since there is new update in package.json, docker needs to copy and rebuild the node_modules I believe that should solve the problem |
@alextran1502 |
i try that but still proxy_nginx ports are not available |
I, too, would love to see this as a way to have Immich work with NextCloud uploads. Since I am already automatically backing up my mobile photos to my NC instance, it would be great if I could point Immich to that folder and let it do its thing when a new photo is added to NC. If I'm understanding, I can add my NC Photos folder where it says ${UPLOAD_LOCATION} in the docker-compose.yml shown above and that would allow what I'm trying to accomplish?
|
@tokenwizard Immich doesn't watch for files in the There is currently no plan to integrate with NextCloud in the foreseeable future as we are focusing on building out a fully functional platform However, Immich has a CLI tool (out-of-date at the moment with the recent releases) that can perform bulk upload to Immich server so you can move everything to Immich by that way( |
Ah, ok. I already have a functioning setup with NC handling all my automatic backups and PhotoView indexing my NC folder. I was just hoping to take advantage of Immich's better AI/Recognition services. Thanks for the reply. |
So immich won't have ability that manages existing folder's photos, right? |
Did you guys ever find a solution which can be a workaround for this and doesn't require having duplicates of same files one in your already existing folder/directory and one in the immich's upload directory. |
I just found this app, it looks amazing! However, I'm already using Folder Sync Pro on our android devices and manage our photos from home using DigiKam. Any changes get pushed back to our phones. It would be absolutely amazing to be able to have this app use a couple of local directories and make them available thru Immich. If you are going to implement this, hopefully do it in a way that allow multiple directories. For example: This is currently our workflow and it's been working for us. Love your work and doing an amazing job! |
I am starting the discussion for the implementation here #1006 |
Will be solved when #3124 is merged |
Fixed in #3124 |
Wasn't this issue about using a notification mechanism (e.g. inotify on Linux)? |
This issue and associated discussion were about a lot of things, but all generally related to the approach of auto import into immich without uploading/copying. Basically the new library approach. IMO this can stay closed and we can open a new request for library improvements like automatic change detection, etc., which can now be revisited in the context of libraries. |
As I already mentioned on Reddit, some people will have their photo volume mounted on their desktops via SMB or similar. When adding a picture there (let's say, when dumping from a DSLR), immich should watch the file system and index new files automatically.
The text was updated successfully, but these errors were encountered: