Thumbnail location -> SSD

A soon as the new ‘Forum Preview’ releases migrate to Plex Pass beta and then Public,
you will have full “Migrate to” support.

I added it back with the ARMv8 Alpha test.

If you can wait for that, It’s better.
If not:

  1. Make a share on the SSD volume e.g. /share/CACHEDEV4_DATA/PlexData
  2. SSH into the QNAP
  3. Stop Plex in App Center
  4. cd /share/CACHEDEV1_DATA/.qpkg/PlexMediaServer
  5. tar cf - ./Library | (cd /share/CACHEDEV4_DATA/PlexData ; tar xf - )
  6. mv Library Library.orig
  7. ln -s /share/CACHEDEV4_DATA/PlexData/Library .
  8. Start PMS

This sequence copies all your metadata to the SSD share.
If you SSD Volume name is different, please edit the names above appropriately.

1 Like