Jump to content

martabal

Members
  • Posts

    27
  • Joined

  • Last visited

Posts posted by martabal

  1. 1 hour ago, thomas.mantot said:

    Hi again,

    I cannot delete picture using immich web page, when I delete I have a message information : Trashed 0 assets.

    and using android app : impossible to delete, read only file.

     

     

    What I need to do ?

    You’re probably using an external library which are only read-only (you can’t trash or delete assets)

  2. Because since v1.91.0, Immich uses a postgresql extension which is not shipped with the default postgres image. This new repository is "just" the standard postgres image with the extension installed.

     

    You can take a look at the github repository of the extension here and why it has been chosen here.

     

    Immich had a lot of breaking changes in the past year, but because you use the AIO image, it's the first time you directly have to deal with a breaking change. This is one of the benefit of using the AIO image.

    • Like 2
    • Thanks 1
  3. Yeah sorry if I'm not clear.

    When you upload new files Immich store the original file (and never touches it) and creates 2 thumbnails in /photos/library and /photos/thumbs. When you use the libraries feature, Immich will read the files in /import, create thumbnails for them in /photos/thumbs. Original files are just read. and files in /import are scanned to detect deleted, new, updated files. Immich only read the import folder

  4. It's more complicated than that.

    For better performances and compability, Immich creates 2 thumbnails (1 small thumbnail in webp and 1 in jpeg) for every asset imported/uploaded. The thumbnail are stored in your /photos folder. They are used when you're browsing the web and if you didn't enable the option to load original images on your phone. When you're downloading an image on the web or zooming an image compatible with your browser on the web, immich will send to your client the original image

  5. Hello, my german is not that good, I will speak in english.

     

    /photos = where your uploads are stored, including the original assets, thumbnails and encoded videos

    /import = existing libraries, Immich only read files in it

     

    If you want to import your existing files into immich, go to your admin settings > user management and set an external path to your user and set it to /import.

     

    Then on your account settings you can add a new library and set the path to /import

    • Like 2
  6. @b3rs3rk I actually have a closing curly brace at the end :

     

    root@unraid:~# timeout -k .500 .400 intel_gpu_top -J -s 250
    
    {
            "period": {
                    "duration": 37.787514,
                    "unit": "ms"
            },
            "frequency": {
                    "requested": 0.000000,
                    "actual": 0.000000,
                    "unit": "MHz"
            },
            "interrupts": {
                    "count": 0.000000,
                    "unit": "irq/s"
            },
            "rc6": {
                    "value": 100.000000,
                    "unit": "%"
            },
            "power": {
                    "GPU": 0.000000,
                    "Package": 25.694923,
                    "unit": "W"
            },
            "imc-bandwidth": {
                    "reads": 1507.837139,
                    "writes": 173.410042,
                    "unit": "MiB/s"
            },
            "engines": {
                    "Render/3D/0": {
                            "busy": 0.000000,
                            "sema": 0.000000,
                            "wait": 0.000000,
                            "unit": "%"
                    },
                    "Blitter/0": {
                            "busy": 0.000000,
                            "sema": 0.000000,
                            "wait": 0.000000,
                            "unit": "%"
                    },
                    "Video/0": {
                            "busy": 0.000000,
                            "sema": 0.000000,
                            "wait": 0.000000,
                            "unit": "%"
                    },
                    "VideoEnhance/0": {
                            "busy": 0.000000,
                            "sema": 0.000000,
                            "wait": 0.000000,
                            "unit": "%"
                    }
            },
            "clients": {
    
            }
    }
    {
            "period": {
                    "duration": 306.142594,
                    "unit": "ms"
            },
            "frequency": {
                    "requested": 0.000000,
                    "actual": 0.000000,
                    "unit": "MHz"
            },
            "interrupts": {
                    "count": 0.000000,
                    "unit": "irq/s"
            },
            "rc6": {
                    "value": 100.000000,
                    "unit": "%"
            },
            "power": {
                    "GPU": 0.000000,
                    "Package": 15.249090,
                    "unit": "W"
            },
            "imc-bandwidth": {
                    "reads": 668.529464,
                    "writes": 202.894420,
                    "unit": "MiB/s"
            },
            "engines": {
                    "Render/3D/0": {
                            "busy": 0.000000,
                            "sema": 0.000000,
                            "wait": 0.000000,
                            "unit": "%"
                    },
                    "Blitter/0": {
                            "busy": 0.000000,
                            "sema": 0.000000,
                            "wait": 0.000000,
                            "unit": "%"
                    },
                    "Video/0": {
                            "busy": 0.000000,
                            "sema": 0.000000,
                            "wait": 0.000000,
                            "unit": "%"
                    },
                    "VideoEnhance/0": {
                            "busy": 0.000000,
                            "sema": 0.000000,
                            "wait": 0.000000,
                            "unit": "%"
                    }
            },
            "clients": {
    
            }
    }
×
×
  • Create New...