Greasy Fork is available in English.

Immich quality switcher

Script for Immich that adds a button to show original image or video instead of scaled down or transcoded version

Autor
Darkrael56
Instalaciones diarias
0
Instalaciones totales
2
Calificaciones
0 0 0
Versión
2024-11-30
Creado
30/11/2024
Actualizado
30/11/2024
Licencia
MIT
Funciona en

Introduction

A script for Immich that adds a button to show original image or video instead of scaled down or transcoded version. This is especially useful if you have a pretty low quality transcoded video for mobile access on the go but also want to look at the library in high quality at a computer without downloading every image and video.

Usage

Important:

You must add a new @match condition in the header if you host you own instance to make sure that the script runs there. By default, the script only works on the demo app of immich. So if you have an instance under https://myimmichinstance.example you should add the following below line 6: @match https://myimmichinstance.example/*

You can change the default behavior by changing the global variable SHOW_ORIGINAL in line 18 to true if you want to load the original quality by default.

Otherwise just install the script and it should work.