Giter Site home page Giter Site logo

plexmediaserver_crack's Introduction

plexmediaserver_crack

Enables Godmode, unlocking all features on (hardware transcoding, intro/credit detection, HEVC transcoding, etc..) on Plex Media Server. Including Plex Pass features without a required subscription, and including early-access/development/Plex Ninja features.

Installation

Windows

  1. Download IPHLPAPI.dll from the latest release 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

x86-64 only.

Written for linuxserver/docker-plex.

Get the latest amd64 build of patchelf, extract the inner ./bin/patchelf file to your /config folder (the same one where "Library" is located). Ensure it has execute permissions.

Download plexmediaserver_crack.so from the latest release and save it somewhere. If running under Docker, /config works. Otherwise, use a directory that is readable by the user running Plex Media Server.

Execute the following commands:

docker exec -it plex ln -s /config/plexmediaserver_crack.so /usr/lib/plexmediaserver/lib/plexmediaserver_crack.so
docker exec -it plex /config/patchelf --remove-needed plexmediaserver_crack.so "/usr/lib/plexmediaserver/lib/libsoci_core.so"
docker exec -it plex /config/patchelf --add-needed plexmediaserver_crack.so "/usr/lib/plexmediaserver/lib/libsoci_core.so"

Now restart Plex Media Server. All features will be unlocked.

This will NOT persist through Docker image updates, as rebuilding the container will copy libraries freshly from the image.

For ARM64 or for a different installation method on Linux, check edde746's fork.

Building

Windows

Build using Visual Studio 2022, C++20.

Linux

linuxserver/docker-plex's image uses GLIBC 2.35, and Debian stable (bookworm, as of now) is at 2.36. Use a host with an older version to build (e.g. Debian Bullseye).

Troubleshooting

  • For intro/credit detection, go to Settings -> Library -> Marker source; and select the "local detection only" option.
  • If hardware transcoding (or any other feature) does not work, it should not be related to this repository. Use Google to troubleshoot why said feature doesn't work on your setup specifically.

Screenshots


plexmediaserver_crack's People

Contributors

yuv420p10le avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.