Page 1 of 1

What is the Path for Plex?

Posted: Wed Jan 29, 2020 4:30 am
by Skeptical.me
I'm trying to find Plex's path in my TS-253Be QTS 4.4.1.1146 for my sftp client, could someone point me in the right direction?

Thanks for any help, much appreciated. :DD

Re: What is the Path for Plex?

Posted: Wed Jan 29, 2020 4:59 am
by dolbyman
via SSH do

Code: Select all

getcfg -f /etc/config/qpkg.conf PlexMediaServer Install_path
to find it

mine is

/share/CACHEDEV1_DATA/.qpkg/PlexMediaServer

Re: What is the Path for Plex?

Posted: Wed Jan 29, 2020 5:09 am
by OneCD
Although, the installation path is usually called 'Install_Path'. ;)

Re: What is the Path for Plex?

Posted: Wed Jan 29, 2020 5:18 am
by dolbyman
spat it out right for me .. maybe not case sensitive ? *shrugs*

Re: What is the Path for Plex?

Posted: Wed Jan 29, 2020 5:21 am
by OneCD
dolbyman wrote: Wed Jan 29, 2020 5:18 am spat it out right for me .. maybe not case sensitive ? *shrugs*
Hmm... could be. Or else the Plex package is using a different key/value pair. :'

Re: What is the Path for Plex?

Posted: Wed Jan 29, 2020 9:00 am
by Skeptical.me
dolbyman wrote: Wed Jan 29, 2020 4:59 am via SSH do

Code: Select all

getcfg -f /etc/config/qpkg.conf PlexMediaServer Install_path
to find it

mine is

/share/CACHEDEV1_DATA/.qpkg/PlexMediaServer
Bingo! That worked. Thank you very much. I've made a note in my Standards Notes app, so I will have a reference if I need to know again. I don't use these commands often enough to remember. So thanks again.