April 7, 20224 yr This was a first for me. Never seen this one before. Read through some of the guidance but not sure where to look Thanks for help in advance. tower-diagnostics-20220407-1752.zip
April 7, 20224 yr Author I should add 2 things that could be part of this..... 1. Tried to add My Server plugin a week ago and had to abort since eero 6 Pro router didn't want to cooperate. Decided to try this at a later time. 2. I turned off my other docker images except for Plex. Acknowledged error, rescanned, error gone. Was it that simple?? Thanks in advance!
April 8, 20224 yr Author I haven't changed anything in my Plex config. It has transcode as "automatic". I've attached the settings screenshot. Anything I should be specifically looking for? On my Plex docker, I've got the original setup for transcodes to TMP Thank you.
April 8, 20224 yr 47 minutes ago, isrdude said: transcodes to TMP Your plex screenshot shows transcoding to a /transcode folder. Unless that folder is mapped that will be within docker.img. TMP by itself doesn't really make sense as a mapped host path since it isn't an absolute path. /tmp would be a possibility, and that would be in RAM. Post your docker run command for plex
April 9, 20224 yr Author Here is my run command for plex (edited for length): root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='Plex-Media-Server' --net='host' -e TZ="America/Los_Angeles" -e HOST_OS="Unraid" -e 'PLEX_CLAIM'='removed' -e 'PLEX_UID'='99' -e 'PLEX_GID'='100' -e 'VERSION'='latest' -v '/TMP':'/transcode':'rw' -v '/mnt/user/Media/':'/data':'rw' -v '/mnt/user/Media/Movies/':'/Movies':'rw' -v '/mnt/user/Media/Hallmark/':'/Hallmark':'rw' -v '/mnt/user/Media/TV SHOWS/':'/TV Shows':'rw' -v '/mnt/user/Media/History Audiobooks/':'/History Audiobooks':'rw' -v '/mnt/user/Media/Audiobooks/':'/Audio Books': Thank you again for taking a gander at this!
April 9, 20224 yr 4 hours ago, isrdude said: ????? huh? It was visible in the docker run, you probably don't want it publicly available.
April 9, 20224 yr /TMP is not the usual /tmp the OS already has, so /TMP would be created in rootfs, which is still RAM.
April 9, 20224 yr I gave up on transcoding to RAM especially since the download feature that allows your clients to download media for use offline also uses the transcode folder. If you let it use default transcode it goes into a subfolder of your plex appdata, which is also not ideal since you are probably backing up appdata. I just map it to the same share I have plex use for recordings, which is on my fast pool with appdata but separate from it.
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.