README.md

This commit is contained in:
q3aql 2024-12-28 11:52:12 +01:00
parent 4a59e27f39
commit b54387c898

View File

@ -1,3 +1,23 @@
# jellyfin-plex-optimizer
Optimize images for Jellyfin and Plex to save disk space
Optimize images for Jellyfin and Plex to save disk space
## Install dependencies:
```
sudo apt install ffmpeg imagemagick
```
## Install:
```
git clone https://git.q3aql.dev/q3aql/jellyfin-plex-optimizer
cd jellyfin-plex-optimizer
sudo make install
```
## Run:
```
sudo jellyfin-plex-optimizer
```