Compare commits

..

No commits in common. "84496e5e733e37f4b7fe72fa863439a0b52ef05d" and "4a59e27f39302ac6f4c0e0dfc374efb662079ee9" have entirely different histories.

2 changed files with 1 additions and 34 deletions

View File

@ -1,13 +0,0 @@
####################################################
# 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,23 +1,3 @@
# jellyfin-plex-optimizer
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
```
Optimize images for Jellyfin and Plex to save disk space