Hi Chuck, I have not tested any of these new packages, but I have a question/request or 2;
in the current/existing readynas x86 builds, there are 2 commands which run which take an increasing amount of time to complete as library size continues to grow;
(approximated from memory)
find (/pmspath)*.pyc -delete
chmod -r admin:admin (/pmspath)
is there any way that the find/delete can target the specific folder(s) that have *.pyc files in them instead of processing the entire pms path including metadata etc?
similarly chmod can also take a long time to progress through the directory tree with large libraries, is this necessary after every upgrade? wouldn’t the permissions stay the same once installed?
and lastly, would it be possible to restart the plex service after the package installer completes?
currently the after install completes, plex does not get restarted… so admin must install update, wait for all the file system activities to be processed above, then when the package install finally completes, restart plex manually.
plex upgrade can take 30-60+ minutes depending on nas load.
If you want to use the -delete that’s fine.
Going through the directories themselves just takes a long time if you have a big library
I just reset my library (i’m always testing something) so let me do a full build up of my default and report back in a bit. Once done, we can quasi-benchmark it.
Got it… yes… Looked at one thing, wrote the other. my mistake.
Yes, it’s there.
I didn’t write this installer so will need ask why it was done this way.
If the netgear behaves as the Synology does, I can update this to be selective about forcing a "set ownership’ like I do on Synology. It’s an easy fix…
Worst case, I do what is done on Synology, Push it to the background so the installation can proceed normally.
The “chown” you see currently has been removed because it’s entirely unnecessary.
The change is visible now in the beta thread (which you haven’t tried)
The PYC cleanup is being worked and will be done before we release.