Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] Linuxserver.io - Plex Media Server

Featured Replies

7 minutes ago, bally12345 said:

I did try moving to its own folder so /mnt/user/appdata/plex/my-custom-files/custom-install.sh too but that didnt make any difference

 

I made a mistake, I created a folder called "custom" inside my plex appdata folder, then for the script pathing just map to the "custom" folder and leave out the script. That's my bad. Also looks like I used an underscore instead of a dash in the script name.

 

image.png.52e88e64116d198f09b283cdab95d44e.pngimage.png.08d7b8f54d7a1bf640a62a5ccbe76a02.pngimage.png.c7924a1a0f334450dad546e7f2c3b53f.png

 

Edit: See updated instructions:

 

image.png.1a647e7a95fb96a89102eebf8c982512.png

 

 

Edited by MowMdown

  • Replies 6k
  • Views 1.3m
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Dear Plex User, We have recently experienced a security incident that may potentially involve your Plex account information. We believe the actual impact of this incident is limited; however, action i

  • Go to the appdata share and look in Plex\Library\Application Support\Plex Media Server\Crash Reports You will find folders for your previous versions named as the release version.

  • Yep, seems like the problem.   Not to be outdone... google.  And what do I find.... Hoopster's post from over a year ago. I see your post here regarding the iGPU not being enabled corr

Posted Images

47 minutes ago, MowMdown said:

 

I made a mistake, I created a folder called "custom" inside my plex appdata folder, then for the script pathing just map to the "custom" folder and leave out the script. That's my bad. Also looks like I used an underscore instead of a dash in the script name.

 

image.png.52e88e64116d198f09b283cdab95d44e.pngimage.png.08d7b8f54d7a1bf640a62a5ccbe76a02.pngimage.png.c7924a1a0f334450dad546e7f2c3b53f.png

 

Edit: See updated instructions:

 

image.png.1a647e7a95fb96a89102eebf8c982512.png

 

 

So that still didnt work but noticed the following in plex log.

 

[custom-init] Files found, executing
[custom-init] custom_install.sh: executing...
/custom-cont-init.d/custom_install.sh: line 10: syntax error near unexpected token `fi'
/custom-cont-init.d/custom_install.sh: line 10: `fi'
[custom-init] custom_install.sh: exited 2

 

image.png.bcdda6cf3ef37aeffa2def29a9b55fb3.png

Edited by bally12345

1 minute ago, MowMdown said:

That's strange, no idea why it works for me? Maybe try copying it from this URL where I got it from originally?

 

https://gist.github.com/vertigo235/051b076f2ad79132b87c7da37158e1b8

Yeh I did that and saved using notepad just incase notepad++ was doing something weird. No big deal not in a rush.

When I run it again same as before.

 

Setting permissions on /transcode
**** Server already claimed ****
**** permissions for /dev/dri/card0 are good ****
**** permissions for /dev/dri/renderD128 are good ****
No update required
[custom-init] Files found, executing
[custom-init] custom_install.sh: executing...
[custom-init] custom_install.sh: exited 2
Starting Plex Media Server. . . (you can ignore the libusb_init error)
[ls.io-init] done.
Critical: libusb_init failed

 

@bally12345 what happens if you console into the plex container? Can you see the "custom-cont-init.d" folder and script inside?

 

what happens if you try and execute it while you're inside the container?

 

image.png.0a66b273cab99d5ea187246d4fc8883f.pngimage.png.8d71756254cfda787671f1c04c5eb239.png

On 8/12/2015 at 8:13 AM, linuxserver.io said:

There is no need to utilise the NVIDIA_DRIVER_CAPABILITIES parameter any more.  This is handled by our container.

 

PSA: For the new HEVC Encoding Forum Preview, it appears you need to add back in

NVIDIA_DRIVER_CAPABILITIES=all

for things to work properly. The new preview looks like it needs to find a supported card before it shows you the new options and Plex does not log that it is recognized without using all (dockerfile include "compute,video,utility" as the default for this variable)

 

I also wonder if this has ever always been the case, as my GPU name was not showing up in the drop down list for GPU selection until I added this in, despite hardware transcoding working perfectly!

On 9/19/2024 at 12:58 AM, sreknob said:

 

PSA: For the new HEVC Encoding Forum Preview, it appears you need to add back in

NVIDIA_DRIVER_CAPABILITIES=all

for things to work properly. The new preview looks like it needs to find a supported card before it shows you the new options and Plex does not log that it is recognized without using all (dockerfile include "compute,video,utility" as the default for this variable)

 

I also wonder if this has ever always been the case, as my GPU name was not showing up in the drop down list for GPU selection until I added this in, despite hardware transcoding working perfectly!

What if you are using alderlake igpu

1 hour ago, bally12345 said:

What if you are using alderlake igpu

 

Then all you need is to do is just add this to the "extra parameters" section

--device=/dev/dri

 

 

The Nvidia stuff is ONLY if you're using an Nvidia GPU card.

wanting to try the new HEVC Encoding but i think il wait for it to arrive nornally over an update! 

Hello,

I have the following problem: I have set up the Plex server and mounted remote shares via NFS from my Synology NAS. The two paths Movies and TV are also recognized, Plex finds the subfolders and can read the files. Now I wanted to make my photos available to Plex, so I mounted the /Photos Path and the Homes Path of my Synology. But Plex doesn't see any folders or photos there.

Screenshot2024-09-25115211.thumb.png.e1209b7208ef8527b929bc5f097c798f.png

Screenshot2024-09-25115232.thumb.png.a38076e7f366ed3ea81ac4c9a1a23566.png

 

Does anyone have an idea what the reason is?

 

Thank you all

3 minutes ago, Tobiasp said:

Does anyone have an idea what the reason is?

Did you edit the Plex container to add these shares as extra paths?

Edited by Cessquill
clarity

1 hour ago, Cessquill said:

Did you edit the Plex container to add these shares as extra paths?

I have only used the “Add Path” function at the bottom.

2 hours ago, Tobiasp said:

have only used the “Add Path” function at the bottom.

That's it, may some screens from your docker setting path and how you want to add them into Plex path

42 minutes ago, alturismo said:

That's it, may some screens from your docker setting path and how you want to add them into Plex path

Screenshot2024-09-25160205.thumb.png.ba25e9ab050e36e7c74039b18d93950e.png

 

The TV and Movies folder is recognized correctly. The other two are not.

7 minutes ago, Tobiasp said:

The TV and Movies folder is recognized correctly. The other two are not.

Are you saying that when you are in Plex setting up the photos library, when you go to add a folder, /photosp and /photospri are not listed as root folders to select?

34 minutes ago, Cessquill said:

Are you saying that when you are in Plex setting up the photos library, when you go to add a folder, /photosp and /photospri are not listed as root folders to select?

Yes, the folders themselves are there. However, no subfolders are visible and no images can be found.

Just now, Tobiasp said:

Yes, the folders themselves are there. However, no subfolders are visible and no images can be found.

So if you click on the browse icon where you set the mount up, are the files/folders there?

 

image.thumb.png.6ffb8af760596c6cc52cf03f7f8370db.png

11 minutes ago, Cessquill said:

So if you click on the browse icon where you set the mount up, are the files/folders there?

 

image.thumb.png.6ffb8af760596c6cc52cf03f7f8370db.png

Yes:

Screenshot2024-09-25170436.png.194d950ac37812d7d0460b9d85f55a48.png

FYI, there is a newer test version available: https://forums.plex.tv/t/hevc-encoding-forum-preview/888127

 

Version: 1.41.1.9043-2ace0d939

 

Chris over at Plex:

Quote

Hey all, I have just updated the download links to a build with the following changes:

 

- 10 Bit data is no longer truncated on mac

 

- 10 Bit Data is no longer truncated on Shield

Note: The shield does not support 10 bit encoding so tone mapping is still required for HDR files

 

- Tone mapping is applied when the client does not support HDR playback

Note: there is a bug in the android client where it does not properly inform PMS of a lack of HDR support. This has been addressed but users will need to wait for it to roll out in a future version

 

- Apollo Lake CPUs do not support 10 bit encoding (just decoding) so we removed support from those devices

 

- DVR recordings should now be a reasonable size

 

- Burning in bitmapped subtitles (such as PGS) should only be preformed when encoding to a 10 bit format

 

- Updates to the target resolution (for the same bitrate) when encoding to HEVC.

Note: this means the selector on the client will likely be lying to you.

 

 

18 hours ago, Cessquill said:

So if you click on the browse icon where you set the mount up, are the files/folders there?

 

image.thumb.png.6ffb8af760596c6cc52cf03f7f8370db.png

Screenshot2024-09-26114806.thumb.png.ecaa79734461e0076825e0615ead3e5e.png

I can also see the folders via the Plex Docker Console. But not in Plex itself. I think wrong rights in Docker itself?

4 minutes ago, Tobiasp said:

I can also see the folders via the Plex Docker Console. But not in Plex itself. I think wrong rights in Docker itself?

I'm out of ideas I'm afraid.  If Plex can see those shares but not the folders inside them then something's wrong - hopefully one of the other people on here can assist.

10 minutes ago, Cessquill said:

I'm out of ideas I'm afraid.  If Plex can see those shares but not the folders inside them then something's wrong - hopefully one of the other people on here can assist.

Many thanks for trying
I have just changed the permissions. Subfolders are now recognized in plex but not the images. But the permission change is still running.

 

Edit: Plex Server Log:

 

Couldn't check for the existence of file "/photosp/.grab": boost::filesystem::status: Permission denied [system:13]: "/photosp/.grab"

 

Edited by Tobiasp

I just changed the access mode and can access the second folder Photospr, Plex also finds the pictures. In photosp the subfolders are cleared.

 

 

On 9/17/2024 at 4:15 PM, MowMdown said:

 

Edit 2:

 

There is an easier way to do this, simply change or these to you container configuration:

 

image.png.16f35daf8785f362c68885575f353ac7.pngimage.png.722fe26ec3df2e06c57304042deb05ba.png

 

The full URL for this is: https://artifacts.plex.tv/plex-media-server-experimental

 

 

Edit: Can confirm it works:

 

image.png.8cf03134d4dd8a22b71bfc81aff243a5.pngimage.thumb.png.113efce7796714c01c68337889f22172.png

image.png.8acf8679be3f2bff74926cb872d3d699.png

 

Just tried updated method but get the following

image.thumb.png.98f0ac5c8b7793ab8637f6711df9d84a.png

 



I added to the 2 following variables

image.png.0bc430ef36d98426bcb2103f9cec7f39.png

 

the URL I added was https://artifacts.plex.tv/plex-media-server-experimental/1.41.1.9043-2ace0d939/debian/plexmediaserver_1.41.1.9043-2ace0d939_amd64.deb

Edited by bally12345
added url

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.