Compare commits

...

2 Commits

Author SHA1 Message Date
84496e5e73 Makefile 2024-12-28 11:53:46 +01:00
b54387c898 README.md 2024-12-28 11:52:12 +01:00
2 changed files with 34 additions and 1 deletions

13
Makefile Normal file
View File

@ -0,0 +1,13 @@
####################################################
# Installing jellyfin-plex-optimizer #
####################################################
PREFIX=/usr
install:
cp jellyfin-plex-optimizer $(PREFIX)/bin
chmod +x $(PREFIX)/bin/jellyfin-plex-optimizer
uninstall:
rm $(PREFIX)/bin/jellyfin-plex-optimizer

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
```