Added binaries and added links to GitLab instead.

This commit is contained in:
yuv420p10le 2024-06-11 21:04:27 +03:00
parent 2a003b95ba
commit 735bec04bd
6 changed files with 5 additions and 6 deletions

2
.gitignore vendored
View File

@ -213,9 +213,7 @@ FodyWeavers.xsd
*.obj
*.gch
*.pch
*.so
*.dylib
*.dll
*.mod
*.smod
*.lai

View File

@ -8,7 +8,7 @@ Unlocking *most features* on (hardware transcoding, intro/credit detection, HEVC
Note: x86-64 only. If your Plex Media Server is in "Program Files (x86)", it's an indicator of running the 32-bit version of Plex Media Server, which is not supported.
1. Download `IPHLPAPI.dll` from [the latest release](https://github.com/yuv420p10le/plexmediaserver_crack/releases/latest/download/IPHLPAPI.dll) and put it in your Plex Media Server's installation folder. (e.g. `C:\Program Files\Plex\Plex Media Server`)
1. Download `IPHLPAPI.dll` from [the latest release](https://gitgud.io/yuv420p10le/plexmediaserver_crack/-/raw/master/binaries/IPHLPAPI.dll) and put it in your Plex Media Server's installation folder. (e.g. `C:\Program Files\Plex\Plex Media Server`)
2. Restart Plex Media Server. All features will be unlocked.
## Linux
@ -34,7 +34,7 @@ The script assumes Plex Media Server is currently running.
Run the following command:
```bash
sudo sh -c "$(curl -sSL https://github.com/yuv420p10le/plexmediaserver_crack/releases/latest/download/crack_native.sh)"
sudo sh -c "$(curl -sSL https://gitgud.io/yuv420p10le/plexmediaserver_crack/-/raw/master/scripts/crack_native.sh)"
```
Your Plex Media Server should now be restarted with all features unlocked.
@ -51,7 +51,7 @@ If your container is named differently or if your external volume is mounted els
Run the following command: (you can emit `sudo` if the executing user is in the `docker` group)
```bash
sudo sh -c "$(curl -sSL https://github.com/yuv420p10le/plexmediaserver_crack/releases/latest/download/crack_docker.sh)"
sudo sh -c "$(curl -sSL https://gitgud.io/yuv420p10le/plexmediaserver_crack/-/raw/master/scripts/crack_docker.sh)"
```
Your Plex Media Server should now be restarted with all features unlocked.

BIN
binaries/IPHLPAPI.dll Normal file

Binary file not shown.

1
binaries/README.md Normal file
View File

@ -0,0 +1 @@
GitLab is god awful and makes life hard when it comes to attaching binaries to a release. I'm just putting them here.

Binary file not shown.

View File

@ -17,7 +17,7 @@ fi
rm -rf /opt/plexmediaserver_crack
mkdir /opt/plexmediaserver_crack
cd /opt/plexmediaserver_crack
wget https://github.com/yuv420p10le/plexmediaserver_crack/releases/latest/download/plexmediaserver_crack.so
wget https://gitgud.io/yuv420p10le/plexmediaserver_crack/-/raw/master/binaries/plexmediaserver_crack.so
rm $PLEX_MEDIA_SERVER_DIR/lib/plexmediaserver_crack.so
ln -s /opt/plexmediaserver_crack/plexmediaserver_crack.so $PLEX_MEDIA_SERVER_DIR/lib/plexmediaserver_crack.so
patchelf --remove-needed plexmediaserver_crack.so $PLEX_MEDIA_SERVER_DIR/lib/libsoci_core.so