Thumbnail location -> SSD

Is it possible to change the location of where the thumbnails and poster art is stored. I would like to move them to a different drive which is SSD, so that they load faster when scrolling through plex.

I’m pretty sure that this is not something PMS supports by default. You might be able to somehow get it to work by relocating the folder and then creating a link in the PMS library folder, but that is something I’d definitely not try without backing everything up first.

What you can always do is move your Linux install to an SSD and keep your media on HDDs. That way your PMS library (including the thumbnails) will be on the SSD without any special trickery.

Thanks for the reply cetteup!

I’m running an 8-bay QNAP NAS. I’m not sure if its possible to change the default location of where PMS is installed., but I’ll investigate that as an option.

As an alternative, perhaps I could create some kind of sym link from the default thumbnail location, to a new one on an SSD drive?

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

Phenominal response ChuckPA, thank you.
Any idea on time frames when this feature will be in public preview?

Best,

Public preview is already ongoing.

I am mobile right now but you’re looking for the 'Hopefully smaller, faster, builds" thread.

You sir, are amazing. Thank you very much, have a wonderful Christmas!

Thanks but I’m just being myself

This is me, now retired, pulling whatever piece of info I need from memory.

Have yourself a very happy, safe, and Merry Christmas.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.