December 25, 20169 yr Hi, I'm trying to switch from the Linuxserver.io Plex docker to the official docker. But the trying to add the docker URL doesn't yield any templates. Do I have to install this manually for it to work? For reference, what I'm trying to add: https://github.com/plexinc/pms-docker
December 25, 20169 yr Just add / edit an existing template and change the repository to be plexinc/pms-docker
December 25, 20169 yr Author Just add / edit an existing template and change the repository to be plexinc/pms-docker Thank you, I'll give that a try.
December 25, 20169 yr Just add / edit an existing template and change the repository to be plexinc/pms-docker Thank you, I'll give that a try. And read the github readme well!
December 25, 20169 yr Community Expert What they said. Docker templates are an unRAID feature. Dockers "in the wild" don't have templates. A template is just the saved entries from the Add container page in the unRAID webUI. Once you add the docker, you will have a template for it which you can select from the dropdown on the Add container page if you ever need to install it again.
December 25, 20169 yr Author What they said. Docker templates are an unRAID feature. Dockers "in the wild" don't have templates. A template is just the saved entries from the Add container page in the unRAID webUI. Once you add the docker, you will have a template for it which you can select from the dropdown on the Add container page if you ever need to install it again. Thank's for the help everyone. This makes sense. Got it working by editing an existing template. Merry Christmas.
June 3, 20179 yr Hey guys, I want to try out the new live tv feature and I am a PlexPass owner. Can I use this docker to enable the PlexPass release? I've changed the dropdown in the Plex gui and it wants a manual install and I tried "-e VERSION=plexpass" in the parameters section 'stealing' from another docker parameter. What am I missing. Thanks!
June 3, 20179 yr 37 minutes ago, Kash76 said: Hey guys, I want to try out the new live tv feature and I am a PlexPass owner. Can I use this docker to enable the PlexPass release? I've changed the dropdown in the Plex gui and it wants a manual install and I tried "-e VERSION=plexpass" in the parameters section 'stealing' from another docker parameter. What am I missing. Thanks! Probably need to use the entire version number instead of "plexpass"
June 3, 20179 yr That's odd isn't it? How would I keep it upgraded other than updating the docker settings version by version?Sent from my ONEPLUS A3000 using Tapatalk
June 3, 20179 yr I'm hitting the same wall. I'm not seeing how we should update our docker in unRAID to the latest plexpass version on the official docker repo to gain access to the Live TV feature. I see they have tags and I tried changing the version to the same "plexpass", but no luck. Edited June 3, 20179 yr by KungFuCowboy
June 3, 20179 yr 15 hours ago, Kash76 said: Hey guys, I want to try out the new live tv feature and I am a PlexPass owner. Can I use this docker to enable the PlexPass release? I've changed the dropdown in the Plex gui and it wants a manual install and I tried "-e VERSION=plexpass" in the parameters section 'stealing' from another docker parameter. What am I missing. Thanks! I think I have this sorted. It's simple, but not very spelled out for a newbie like myself. To target the plexpass tag, you just need to append ":plexpass" to the end of the repo name in your settings. I'm attaching an image to illustrate. Hope it helps! Edited June 3, 20179 yr by KungFuCowboy
June 3, 20179 yr Thank you so much, this was driving me mad. I would never have worked it out on my own.
June 3, 20179 yr Just now, marctwo said: Thank you so much, this was driving me mad. I would never have worked it out on my own. Happy to help!
July 26, 20196 yr Can I just edit my current Plex docker repository limetech/plex to plexinc/pms-docker and have it work or do I need to create a new one and delete my old one? Thanks Joe
October 4, 20196 yr On 7/26/2019 at 1:12 AM, Joe said: Can I just edit my current Plex docker repository limetech/plex to plexinc/pms-docker and have it work or do I need to create a new one and delete my old one? I have the same question.
October 4, 20196 yr @SpaceInvaderOne just did a new video relating to thisSent from my NSA monitored device
October 4, 20196 yr I actually tried installing the official plex docker, and after I did, it overwrote my linuxserver.io docker. I only see one Plex Media Server docker in my list which is the official plex docker now. I edited that docker, adding a few additional folders for media, and after i hit submit, it churned for a bit and then when it returned to the list of dockers, plex is gone. kind of odd.
October 4, 20196 yr ok so i just noticed that it says command failed when i try to add the paths for my content. i think what happened was that I didnt have the leading slash on the path so it yelled at me telling em that it needed an absolute path. root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='PlexMediaServer' --net='host' --privileged=true -e TZ="America/xxxxxx" -e HOST_OS="Unraid" -e 'PLEX_CLAIM'='claim-xxxxxxxxxxxxxxxxxx' -e 'PLEX_UID'='99' -e 'PLEX_GID'='100' -e 'VERSION'='latest' -v '/mnt/user/appdata/plexnew/transcode':'/transcode':'rw' -v '/mnt/user/appdata/plexnew/data/':'/data':'rw' -v '/mnt/user/movies/Kids Movies/':'kidsmovies':'rw' -v '/mnt/user/RecordedTV/KidsShows/':'kidsshows':'rw' -v '/mnt/user/appdata/PlexMediaServer':'/config':'rw' 'plexinc/pms-docker' /usr/bin/docker: Error response from daemon: invalid volume specification: '/mnt/user/movies/Kids Movies/:kidsmovies:rw': invalid mount config for type "bind": invalid mount path: 'kidsmovies' mount path must be absolute. See '/usr/bin/docker run --help'. The command failed.
October 4, 20196 yr Community Expert 1 hour ago, bdee1 said: i think what happened was that I didnt have the leading slash on the path so it yelled at me telling em that it needed an absolute path. That would definitely be a problem
Archived
This topic is now archived and is closed to further replies.