Everything posted by SJOWG
-
Current flash drive recommendations?
Swissbit Industrial SLC 2 GB. 5 years and counting. I expect the drive will outlive me.
-
[Support] Linuxserver.io - Plex Media Server
Thanks, that fixed it
-
[Support] Linuxserver.io - Plex Media Server
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?
-
[Support] Linuxserver.io - Plex Media Server
Thanks
-
[Support] Linuxserver.io - Plex Media Server
Thanks. I guess that's what I get for following that old YouTube video. Is there an idiot's guide to converting?
-
[Support] Linuxserver.io - Plex Media Server
Got it, thank you. My apologies.
-
[Support] Linuxserver.io - Plex Media Server
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.
-
[Support] Linuxserver.io - Plex Media Server
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?
-
[Support] Linuxserver.io - Plex Media Server
THANK YOU! That's what I was missing. It's working now.
-
[Support] Linuxserver.io - Plex Media Server
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
-
[Support] Linuxserver.io - Plex Media Server
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.
-
[Plugin] CA Fix Common Problems
Running 6.7.2. The latest update to FCP won't install; I get a 502, Bad Gateway error. So I figured I'd uninstall the plugin, and download the new version. But when I try to uninstall, I get a 502, Bad Gateway error. I went to the apps tab, searched for FCP, and when the window opened, clicked on "Install the Update Here," and it took me back to the plugins page. Once again, I get the 502 Bad Gateway error. Any suggestions as to what I might be doing wrong?