Jump to content

Please help.


scufless

Recommended Posts

So I spent 6 hours yesterday trying to create a share and using docker to map it.  I eventually got it up a running and could see all media in my Plex.  This morning I go to turn on Plex and the metadata wasn't loading.  What the heck?  So I try to go into Plex "server settings" and it said that the settings are unavailable...I assumed it was something wrong with my unRaid settings, so I start to tinker around with it. Big mistake.  Now I cant get my media back onto Plex.  I can see the media in the share I created and also the media in the docker but can't see it in Plex? And now Plex is saying that my TOWER server is unavailable.  This is so frustrating I am about to give up on it all lol

Link to comment

Ummm this stuff?

 

root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='PlexMediaServer' --net='host' --privileged=true -e TZ="America/Chicago" -e HOST_OS="unRAID" -v '/mnt/user/MyMedia/':'/config':'rw' 'limetech/plex'

e98e9e431983d679f8c73b8be50c7e22b7ab78675d467070b7f264c62e68a9a7

 

 

 

 

ErrorWarningSystemArrayLogin


*** Running /etc/my_init.d/00_regen_ssh_host_keys.sh...
*** Running /etc/rc.local...
*** Booting runit daemon...
*** Runit started as PID 9
6 10000 /config/Library/Application Support
10000
Mar 4 01:34:00 Tower syslog-ng[15]: syslog-ng starting up; version='3.5.6'
6 10000 /config/Library/Application Support
10000
6 10000 /config/Library/Application Support
10000
6 10000 /config/Library/Application Support
10000
6 10000 /config/Library/Application Support
10000
6 10000 /config/Library/Application Support
10000
6 10000 /config/Library/Application Support
10000
6 10000 /config/Library/Application Support
10000
6 10000 /config/Library/Application Support
10000
6 10000 /config/Library/Application Support
10000
6 10000 /config/Library/Application Support
10000
6 10000 /config/Library/Application Support
10000
6 10000 /config/Library/Application Support
10000
6 10000 /config/Library/Application Support
10000
6 10000 /config/Library/Application Support
10000
6 10000 /config/Library/Application Support
10000
6 10000 /config/Library/Application Support
10000
6 10000 /config/Library/Application Support
10000
6 10000 /config/Library/Application Support
10000
6 10000 /config/Library/Application Support
10000
6 10000 /config/Library/Application Support
10000
6 10000 /config/Library/Application Support
10000
6 10000 /config/Library/Application Support
10000
6 10000 /config/Library/Application Support
10000
6 10000 /config/Library/Application Support
10000
6 10000 /config/Library/Application Support
10000
6 10000 /config/Library/Application Support
10000
6 10000 /config/Library/Application Support
10000
6 10000 /config/Library/Application Support
10000
6 10000 /config/Library/Application Support
10000
6 10000 /config/Library/Application Support
10000
6 10000 /config/Library/Application Support
10000
6 10000 /config/Library/Application Support
10000
6 10000 /config/Library/Application Support
10000
6 10000 /config/Library/Application Support
10000
6 10000 /config/Library/Application Support
10000
6 10000 /config/Library/Application Support
10000
6 10000 /config/Library/Application Support
10000
6 10000 /config/Library/Application Support
10000
6 10000 /config/Library/Application Support
10000
6 10000 /config/Library/Application Support
10000
6 10000 /config/Library/Application Support
10000
6 10000 /config/Library/Application Support
10000
6 10000 /config/Library/Application Support
10000
6 10000 /config/Library/Application Support
10000
6 10000 /config/Library/Application Support
10000
6 10000 /config/Library/Application Support
10000

 

Link to comment

That seems to indicate that you have mapped the config (where the Plex library would be stored) directly to your 'MyMedia' share. The result of that would be to write the thousands of files in the plex library to your MyMedia share. What you should have is a mapping for config to the plex folder in your appdata, and another mapping that points to your MyMedia so plex can find your media files.

 

You really should take the trouble to read that thread I linked. There are even videos to help you figure this stuff out. It is much better if you understand what you are doing.

Link to comment

OK. In your MyMedia you are going to have a folder now called Library. That you accidentally created. Don't worry about that for now. You can delete it later.

 

Here is a screenshot that shows my mappings. You only have one mapping, and it is wrong. You need to have at least 2 mappings. The first mapping is telling it where to store the plex library (config) and the 2nd mapping is telling it where my files are so I can tell plex where they are.

 

plexContainer.thumb.png.4311d083950380fcef8123b548133f84.png

Link to comment
1 hour ago, scufless said:

Could that be why I can't find my library in Plex?

 

In your most recent screenshot, you have mapped your MyMedia share (/mnt/user/MyMedia) to /MyMedia, so in plex you would find it at /MyMedia.

 

It might be best if you stop the plex docker, go into your appdata share and delete the plex folder and let it start over so you get a clean start.

Link to comment

Ok I've done what you have said and deleted the shares that I have created and started fresh. Also switched to linuxserver Plex.   Plex is still not showing my library.  I'm using mac btw.

 

root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='Plex' --net='host' --privileged=true -e TZ="America/Chicago" -e HOST_OS="unRAID" -e 'PUID'='99' -e 'PGID'='100' -e 'VERSION'='latest' -v '/mnt/user/appdata/PlexMediaServer/':'/config':'rw' 'linuxserver/plex'

5dfb0689fb2b8c20d42f140d3854aed8a9780fb99ff1e597c335572dfc48e612

3747e1b754aef2efc0104f42eb6e8249.png

c2558a868137ade55168ee769b351837.png

fc8b449cf4269c0acc36265e76294336.png

1e9f96a2c84665ce019f77ea77be28f6.png

Link to comment
17 minutes ago, scufless said:

Did that.  Still doesn't show library in plex

Before even trying to run the plex webUI to see if you can see your media, you need to get a mapping for your media in the container. The last screenshot you posted of the Docker Containers showed no Volume mapping for your media. Until you fix that plex has no way to see your media.

 

Are you sure you applied the mappings you showed in that other screenshot?

 

Maybe something is breaking the unRAID webUI on your setup. Do you have any adblockers installed? Do you have any incompatible plugins installed? What version unRAID are you running?

 

Link to comment

I have hit apply.

I'm using 6.4.1. 

I have AdBlock turned off for tower.local. 

I have Community Applications & Fix Common Problems plugins installed.

Is there supposed to be docker container for each volume mapping?   Because when I try to Add Container it just replicates the one I already have.

 

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...