I moved over from Synology, and I'm regretting it now, in fact, I'm still using my highly functional slightly dated synology in conjunction with my new lump
I just came here to say the plex software appears to be very poorly considered or maybe just incompatible with TOS6 looking at the naming convention of the latest version, and if that is the case, it's misleading, I've been mislead assuming that the software there was cited as working/functional ... I spent a few quid on this NAS too
I dont have any technical details outside of plex won't scan the folders declared (could be permissions, could be application being trash, but what it isnt is clear, intuitive or verbose to share troubleshooting )
Plex gang, go have a holiday, come back and focus on getting those W's please - this currently is useless.
How disappointing
-
TMpzhen
Re: How disappointing
We would deeply appreciate it if you could describe more about the problem.
Based on the information available, we can only guess that you have not found a place to set plex permissions.
(Control Panel - Shared Folders - Edit - Permissions - Apply Users)
We will consider how we can make it easier for customers to find the location to set application permissions such as plex.
Based on the information available, we can only guess that you have not found a place to set plex permissions.
(Control Panel - Shared Folders - Edit - Permissions - Apply Users)
We will consider how we can make it easier for customers to find the location to set application permissions such as plex.
To contact our team, please send email to following addresses, remember to replace (at) with @:
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
Re: How disappointing
TMzethar wrote: ↑10 Nov 2024, 10:31 We would deeply appreciate it if you could describe more about the problem.
Based on the information available, we can only guess that you have not found a place to set plex permissions.
(Control Panel - Shared Folders - Edit - Permissions - Apply Users)
We will consider how we can make it easier for customers to find the location to set application permissions such as plex.
I can echo OP experience but I managed to solve it via SSH. I can explain what goes wrong:
I have 1 volume with videos and music folders. I have one user, which is my admin user.
I go and install Plex from App store.
It installs fine and I configure Libraries, and same result as OP, Plex doesnt have permissions.
I read online that there supposed to be Plex user created, but I don't see it in UI Users, I only see it in /etc/passed
What I did to solve this, I manually created a User Group media in UI and added Plex user via adduser plex media via SSH
I then granted RO permissions on folders to group media and only then Plex is able to see them
TOS 6 is better than 5, but still bad
My questions :
1. Why when I install Plex, user Plex is not visible in UI Users?
2. Why group Plex or video are not visible in User Groups ? (They are present in /etc/groups)
Re: How disappointing
I would expect that 'plex' is considered a (quasi) system user and is tagged in /etc/passwd as "nologin". Lets face it 'root' appears in password file but TOS does not acknowledge it's existence. May depend on the uid/gid allocated to them. I don't run plex so I can't check that specifically.
F5-221 TOS7.0.0777 - 4x4TB (Ironwolf) Traid
F2-424 TOS7.0.0777 - 2x500GB nvme (P3) Traid, 2x6TB HDD (HGST) Traid
F2-221 TOS7.0.0777 - 1x3TB Ext4, 1x4TB Btrfs
F2-425+ TOS7.0.0777 - 2x500GB nvme (P3) Traid, 2x6TB HDD (EXOS) Traid
F2-424 TOS7.0.0777 - 2x500GB nvme (P3) Traid, 2x6TB HDD (HGST) Traid
F2-221 TOS7.0.0777 - 1x3TB Ext4, 1x4TB Btrfs
F2-425+ TOS7.0.0777 - 2x500GB nvme (P3) Traid, 2x6TB HDD (EXOS) Traid
Re: How disappointing
That's fine, happy for it to stay quasi user but then there must be a way to configure permissions on folders for Plex to see.Gremlin wrote: ↑10 Nov 2024, 21:29 I would expect that 'plex' is considered a (quasi) system user and is tagged in /etc/passwd as "nologin". Lets face it 'root' appears in password file but TOS does not acknowledge it's existence. May depend on the uid/gid allocated to them. I don't run plex so I can't check that specifically.
You can't just give RO access to allusers group, that's silly
Re: How disappointing
Hey all, thanks for the discussion !
Here's how it gets to work
Step one:
grant the application permission after the install has taken place

Step two:

remove the @ characters from the folder path, where you will see /Volume1/@Media@/ it needs to be /Volume1/Media/ (if you see @ signs in the path, delete them
retrospect: it would be nice if we didnt have to do this from a UX perspective
Thanks

Here's how it gets to work
Step one:
grant the application permission after the install has taken place

Step two:

remove the @ characters from the folder path, where you will see /Volume1/@Media@/ it needs to be /Volume1/Media/ (if you see @ signs in the path, delete them
retrospect: it would be nice if we didnt have to do this from a UX perspective
Thanks

Re: How disappointing
Just checking, where is that "Application Users" dropdown? I only have groups and users and also having the issue of nothing showingPoojinky wrote: ↑18 Nov 2024, 11:28 Hey all, thanks for the discussion !![]()
Here's how it gets to work
Step one:
grant the application permission after the install has taken place
Step two:
remove the @ characters from the folder path, where you will see /Volume1/@Media@/ it needs to be /Volume1/Media/ (if you see @ signs in the path, delete them
retrospect: it would be nice if we didnt have to do this from a UX perspective
Thanks
![]()
Re: How disappointing
Do you want to assign other users permission to use the application?
You can set this by going to Control Panel - Access Privileges - Applications.
You can set this by going to Control Panel - Access Privileges - Applications.
To contact our team, please send email to following addresses, remember to replace (at) with @
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
Re: How disappointing
Actually cancel what I said abovebugacha wrote: ↑10 Nov 2024, 20:22 I can echo OP experience but I managed to solve it via SSH. I can explain what goes wrong:
I have 1 volume with videos and music folders. I have one user, which is my admin user.
I go and install Plex from App store.
It installs fine and I configure Libraries, and same result as OP, Plex doesnt have permissions.
I read online that there supposed to be Plex user created, but I don't see it in UI Users, I only see it in /etc/passed
What I did to solve this, I manually created a User Group media in UI and added Plex user via adduser plex media via SSH
I then granted RO permissions on folders to group media and only then Plex is able to see them
TOS 6 is better than 5, but still bad
My questions :
1. Why when I install Plex, user Plex is not visible in UI Users?
2. Why group Plex or video are not visible in User Groups ? (They are present in /etc/groups)
I totally missed that when you set permissions from File Manager or Shared Folders there is a drop-down list to show Application Users and there there is a plex user.

