You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-10Lines changed: 16 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,38 +61,43 @@ The architectures supported by this image are:
61
61
62
62
Webui can be found at `<your-ip>:32400/web`
63
63
64
-
** Note about updates, if there is no value set for the VERSION variable, then no updates will take place.**
64
+
**note**: If there is no value set for the VERSION variable, then no updates will take place.
65
65
66
-
** For new users, no updates will take place on the first run of the container as there is no preferences file to read your token from, to update restart the Docker container after logging in through the webui**
66
+
**note**: For new users, no updates will take place on the first run of the container as there is no preferences file to read your token from, to update restart the Docker container after logging in through the webui.
67
67
68
68
Valid settings for VERSION are:-
69
69
70
-
`IMPORTANT NOTE:- YOU CANNOT UPDATE TO A PLEXPASS ONLY (BETA) VERSION IF YOU ARE NOT LOGGED IN WITH A PLEXPASS ACCOUNT`
70
+
**info**: YOU CANNOT UPDATE TO A PLEXPASS ONLY (BETA) VERSION IF YOU ARE NOT LOGGED IN WITH A PLEXPASS ACCOUNT.
71
71
72
72
+**`docker`**: Let Docker handle the Plex Version, we keep our Dockerhub Endpoint up to date with the latest public builds. This is the same as leaving this setting out of your create command.
73
73
+**`latest`**: will update plex to the latest version available that you are entitled to.
74
74
+**`public`**: will update plexpass users to the latest public version, useful for plexpass users that don't want to be on the bleeding edge but still want the latest public updates.
75
75
+**`<specific-version>`**: will select a specific version (eg 0.9.12.4.1192-9a47d21) of plex to install, note you cannot use this to access plexpass versions if you do not have plexpass.
76
76
77
-
## Hardware Acceleration
77
+
###Hardware Acceleration
78
78
79
-
### Intel
79
+
Many desktop application will need access to a GPU to function properly and even some Desktop Environments have compisitor effects that will not function without a GPU. This is not a hard requirement and all base images will function without a video device mounted into the container.
80
80
81
-
Hardware acceleration users for Intel Quicksync will need to mount their /dev/dri video device inside of the container by passing the following command when running or creating the container:
81
+
#### Intel/ATI/AMD
82
82
83
-
```
83
+
To leverage hardware acceleration you will need to mount /dev/dri video device inside of the container.
84
+
85
+
```text
84
86
--device=/dev/dri:/dev/dri
85
87
```
86
88
87
89
We will automatically ensure the abc user inside of the container has the proper permissions to access this device.
88
90
89
-
### Nvidia
91
+
####Nvidia
90
92
91
93
Hardware acceleration users for Nvidia will need to install the container runtime provided by Nvidia on their host, instructions can be found here:
92
-
93
94
https://github.com/NVIDIA/nvidia-docker
94
95
95
-
We automatically add the necessary environment variable that will utilise all the features available on a GPU on the host. Once nvidia-docker is installed on your host you will need to re/create the docker container with the nvidia container runtime `--runtime=nvidia` and add an environment variable `-e NVIDIA_VISIBLE_DEVICES=all` (can also be set to a specific gpu's UUID, this can be discovered by running `nvidia-smi --query-gpu=gpu_name,gpu_uuid --format=csv` ). NVIDIA automatically mounts the GPU and drivers from your host into the plex docker.
96
+
We automatically add the necessary environment variable that will utilise all the features available on a GPU on the host. Once nvidia-docker is installed on your host you will need to re/create the docker container with the nvidia container runtime `--runtime=nvidia` and add an environment variable `-e NVIDIA_VISIBLE_DEVICES=all` (can also be set to a specific gpu's UUID, this can be discovered by running `nvidia-smi --query-gpu=gpu_name,gpu_uuid --format=csv` ). NVIDIA automatically mounts the GPU and drivers from your host into the container.
97
+
98
+
#### Arm Devices
99
+
100
+
Best effort is made to install tools to allow mounting in /dev/dri on Arm devices. In most cases if /dev/dri exists on the host it should just work. If running a Raspberry Pi 4 be sure to enable `dtoverlay=vc4-fkms-v3d` in your usercfg.txt.
96
101
97
102
## Usage
98
103
@@ -342,6 +347,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
342
347
343
348
## Versions
344
349
350
+
***12.02.24:** - Use universal hardware acceleration blurb
345
351
***09.01.24:** - Set ownership on TranscoderTempDirectory when it's been saved in Preferences.
346
352
* **16.08.23:** - Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar).
347
353
* **03.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
Copy file name to clipboardExpand all lines: readme-vars.yml
+5-22Lines changed: 5 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -61,40 +61,23 @@ app_setup_block_enabled: true
61
61
app_setup_block: |
62
62
Webui can be found at `<your-ip>:32400/web`
63
63
64
-
** Note about updates, if there is no value set for the VERSION variable, then no updates will take place.**
64
+
?+note[Updates](|If there is no value set for the VERSION variable, then no updates will take place.|)
65
65
66
-
** For new users, no updates will take place on the first run of the container as there is no preferences file to read your token from, to update restart the Docker container after logging in through the webui**
66
+
?+note[New users](|For new users, no updates will take place on the first run of the container as there is no preferences file to read your token from, to update restart the Docker container after logging in through the webui.|)
67
67
68
68
Valid settings for VERSION are:-
69
69
70
-
`IMPORTANT NOTE:- YOU CANNOT UPDATE TO A PLEXPASS ONLY (BETA) VERSION IF YOU ARE NOT LOGGED IN WITH A PLEXPASS ACCOUNT`
70
+
?+info[Plexpass](|YOU CANNOT UPDATE TO A PLEXPASS ONLY (BETA) VERSION IF YOU ARE NOT LOGGED IN WITH A PLEXPASS ACCOUNT.|)
71
71
72
72
+ **`docker`**: Let Docker handle the Plex Version, we keep our Dockerhub Endpoint up to date with the latest public builds. This is the same as leaving this setting out of your create command.
73
73
+ **`latest`**: will update plex to the latest version available that you are entitled to.
74
74
+ **`public`**: will update plexpass users to the latest public version, useful for plexpass users that don't want to be on the bleeding edge but still want the latest public updates.
75
75
+ **`<specific-version>`**: will select a specific version (eg 0.9.12.4.1192-9a47d21) of plex to install, note you cannot use this to access plexpass versions if you do not have plexpass.
76
76
77
-
## Hardware Acceleration
78
-
79
-
### Intel
80
-
81
-
Hardware acceleration users for Intel Quicksync will need to mount their /dev/dri video device inside of the container by passing the following command when running or creating the container:
82
-
83
-
```
84
-
--device=/dev/dri:/dev/dri
85
-
```
86
-
87
-
We will automatically ensure the abc user inside of the container has the proper permissions to access this device.
88
-
89
-
### Nvidia
90
-
91
-
Hardware acceleration users for Nvidia will need to install the container runtime provided by Nvidia on their host, instructions can be found here:
92
-
93
-
https://github.com/NVIDIA/nvidia-docker
94
-
95
-
We automatically add the necessary environment variable that will utilise all the features available on a GPU on the host. Once nvidia-docker is installed on your host you will need to re/create the docker container with the nvidia container runtime `--runtime=nvidia` and add an environment variable `-e NVIDIA_VISIBLE_DEVICES=all` (can also be set to a specific gpu's UUID, this can be discovered by running `nvidia-smi --query-gpu=gpu_name,gpu_uuid --format=csv` ). NVIDIA automatically mounts the GPU and drivers from your host into the plex docker.
0 commit comments