How disappointing

Discussion on Plex media server and clients
Locked
User avatar
Poojinky
Posts: 4
Joined: 09 Nov 2024, 11:21
Great Britain

How disappointing

Post by Poojinky »

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.
TMpzhen

Re: How disappointing

Post by TMpzhen »

Poojinky wrote: 09 Nov 2024, 11:27
I'm very sorry for the inconvenience caused to you. Could you please describe in detail what problem you encountered?
User avatar
TMzethar
TM Support
Posts: 2819
Joined: 27 Oct 2020, 16:43

Re: How disappointing

Post by TMzethar »

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.
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)
User avatar
bugacha
Posts: 59
Joined: 09 Nov 2024, 16:25
Algeria

Re: How disappointing

Post by bugacha »

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)
User avatar
Gremlin
Gold Member
Posts: 1627
Joined: 02 Dec 2022, 22:31
Great Britain

Re: How disappointing

Post by Gremlin »

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
User avatar
bugacha
Posts: 59
Joined: 09 Nov 2024, 16:25
Algeria

Re: How disappointing

Post by bugacha »

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.
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.

You can't just give RO access to allusers group, that's silly
User avatar
Poojinky
Posts: 4
Joined: 09 Nov 2024, 11:21
Great Britain

Re: How disappointing

Post by Poojinky »

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

Image

Step two:
Image

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 :)


Image
User avatar
Phyore
Posts: 8
Joined: 01 Dec 2024, 02:51
Great Britain

Re: How disappointing

Post by Phyore »

Poojinky 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

Image

Step two:
Image

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 :)


Image
Just checking, where is that "Application Users" dropdown? I only have groups and users and also having the issue of nothing showing
User avatar
IrisLi
TM Support
Posts: 146
Joined: 07 Aug 2023, 18:10

Re: How disappointing

Post by IrisLi »

Do you want to assign other users permission to use the application?
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)
User avatar
bugacha
Posts: 59
Joined: 09 Nov 2024, 16:25
Algeria

Re: How disappointing

Post by bugacha »

bugacha 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)
Actually cancel what I said above


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.
Locked

Return to “Plex Media Server”