I will explain my question and my problem.
I currently installed plex on a Vm running docker.
(for test reasons). The goal is to launch all on a hypervisor as proxmox.
I installed with the docker-compose of linuxserver (on docker hub)
I managed to add my remote files to the VM using Fstab, creating folders by a user dedicated to a plex.
When I browse folders and subfolders via Winscp, I see my files mounted in each directory.
But in the end when I scan my music, I only have about fifteen titles that add to the library. While the shared folder is much more than that.
A question can be summed up, does the tree play a role in it.
The on the pc is: /opt/docker/plex
files are in/opt/docker/plex/data/music.
Knowing that the files on the nas, we were scrapped some time ago already via an automatic scrapper.
Is that the problem I’m facing?
Thank you for your help…
Ps:
Moreover the video files are not readable on the pc (connected to my plex space via the webinterface ) while from my telephone connected to wifi it works --’ .
There are things I don’t understand …
Because of the double layering you’ll end up with Plex, in a docker, in a VM with remote media mounted, the more layers you can remove the better off you’ll be.
The native package is easily administered with the systemctl start and stop commands as compared to docker run .
Is that an option?
While it won’t get you any closer to HW transcoding access, it will remove one more layer.
Personally, I don’t use docker because everything I need is available as a native package or I pulled the code out of docker and setup a native package.
My point here is “keep things as simple as possible – as close to the metal as possible”. e.g. If you want to run docker, run PMS in docker on the host. It affords you the best experience with the least wasted resources.
I use docker in a vm for testing how docker works, my goal is to put all my containers on my proxmox hyperV without vm. For sharing library and hardware.
It’s for learn how it works, for make it work as better as i can do.
I have problem here i think