SJOWG

Members
  • Posts

    23
  • Joined

  • Last visited

SJOWG's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I've installed LinuxServer Plex in Docker. Here's the run command: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='plex' --net='host' --log-opt max-size='50m' --log-opt max-file='1' -e TZ="America/Los_Angeles" -e HOST_OS="Unraid" -e 'VERSION'='docker' -e 'NVIDIA_VISIBLE_DEVICES'='' -e 'TCP_PORT_32400'='32400' -e 'TCP_PORT_3005'='3005' -e 'TCP_PORT_8324'='8324' -e 'TCP_PORT_32469'='32469' -e 'UDP_PORT_1900'='1900' -e 'UDP_PORT_32410'='32410' -e 'UDP_PORT_32412'='32412' -e 'UDP_PORT_32413'='32413' -e 'UDP_PORT_32414'='32414' -e 'PUID'='99' -e 'PGID'='100' -v '/mnt/user/media/Movies/':'/movies':'rw' -v '/mnt/user/media/RecordedTV/':'/tv':'rw' -v '/mnt/user/media/Music/':'/music':'rw' -v '':'/transcode':'rw' -v '/mnt/user/media/videos/':'/videos':'rw' -v '/mnt/user/media/pictures/':'/photos':'rw' -v '/mnt/user/appdata/plex':'/config':'rw' 'linuxserver/plex' e438d613a4c29e3feb94f36ab8a1a2c5cdd28bd07c1580ef4dd070332e0dcd9b The command finished successfully! But when I open the GUI, it shows me two copies of my server: one that has my Music, Other Videos, and Photos shares shown, and the other that shows my Movies share. The first one has an exclamation point on it, and when I click on it, Plex tells me the server is unavailable. When I click on the second one (the one that shows the Movies share), all seems well. I can add the other libraries to the second one, but how do I delete the first one? And how did I get two in the first place?
  2. Thanks. I guess that's what I get for following that old YouTube video. Is there an idiot's guide to converting?
  3. I understand. If I had a clue what support thread that was, I would. When searching through the threads, I only found this one and the binhex one that said "Plex." Since I knew I wasn't using the binhex docker, I assumed this was the correct one. My apologies.
  4. I'm sure you're telling me something important, but I'm not getting it. Are you saying I'm in the wrong thread? Or that I've configured my system incorrectly? Something else?
  5. THANK YOU! That's what I was missing. It's working now.
  6. This is my command: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='PlexMediaServer' --net='host' --log-opt max-size='50m' --log-opt max-file='1' --privileged=true -e TZ="America/Los_Angeles" -e HOST_OS="Unraid" -v '/mnt/user/appdata/PlexMediaServer':'/config':'rw' 'limetech/plex' e98fb6545baa9978e101367ab338143fdaf2d9eaca29d655b83f0eb3fe5286c5
  7. I"m sorry, I'm a complete noob, and I'm completely lost. Please excuse my ignorance, egregious though it may be. I'm trying to enable the Plex Media Server. I created a new Docker container, and walked through the (dated) video as best I can. I used the unRaid cheat sheet at https://ronnieroller.com/unraid#setup-notes_plex-media-server to set the container path. Plex runs, but it doesn't see my Media share. When I go to Add Library, and then Add Folder, I can get to /mnt, but it doesn't show any subfolders--I can't see /mnt/user, let alone any of the shares underneath that. I read the unRaid Docker Guide at https://lime-technology.com/wp/docker-guide/, and frankly can't understand a damn thing it's saying. If there's anything resembling a manual, or instructions, I'd greatly appreciate someone pointing me in the right direction. I'd gladly RTFM if I could find the FM.
  8. THANK YOU! I shall do so.
  9. Well, I gave up and rebooted to safe mode (had to force a shutdown with the power button; neither GUI nor console would work for that). I was then able to run diagnostics, but since I'd already rebooted, I don't know how useful those results would be. After that, I rebooted out of safe mode, and now, everything seems to work. I can update plugins, run Fix Common Problems (which says that all is well), etc. But I don't believe in miraculous solutions, and would like to prevent this from happening again, if possible. I'd appreciate any suggestions as to where I go from here.
  10. I've been reluctant to do that, since I can't do a clean reboot or shutdown. But if that's the best approach, that's what I'll do.
  11. I'd be happy to, if the Diagnostics ever completed. After 12 hours, they still have not. That's one of the problems.