This commit is contained in:
jailmanager 2020-07-20 14:17:44 +00:00
parent bd7e95e647
commit 96dbe4b8fd
2 changed files with 23 additions and 1 deletions

View File

@ -1 +0,0 @@
disable=SC2034,SC2154

23
content/plugins/plex.md Normal file
View File

@ -0,0 +1,23 @@
# Plex
### Config Parameters:
- beta: set to `true` if you want to run the plex beta (previously known as "plexpass"). Please note: This is not required for plexpass features
#### Advanced config parameters:
- ramdisk: Specify the `size` parameter to create a transcoding ramdisk under /tmp_transcode. Requires manual setting it un plex to be used for transcoding. (optional)
#### Experimental config parameters:
These parameters are either not fully tested or expected to break with short-term OS updates. They are included in the release however, because they are suspected to become stable eventually.
- hw_transcode: set this to "true" to enable hardware transcoding on compatible systems, to "false" to disable or, preferable, just leave it out to disable
- hw_transcode_ruleset: the devfs rulesetnumber to use for hardware transcoding
- ruleset_script: The location to save the ruleset-setting script to. (loaded at reboot)
# Original plex install script guide
https://www.ixsystems.com/community/resources/fn11-3-iocage-jails-plex-tautulli-sonarr-radarr-lidarr-jackett-transmission-organizr.58/
For more information about plex, please see the Plex website.