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

Auteur
Darkrael56
Nombre d'installations quotidiennes
0
Nombre d'installations
2
Évaluations
0 0 0
Version
2024-11-30
Créer
2024-11-30
Mis à jour
2024-11-30
Licence
MIT
S'applique à

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.