Choice of AppData location - don't kill small C drives

Give us the option to choose not just where the installation goes, but where the APPDATA (thumbnails and art) go. In a moderate Plex install, I have 20 gig of thumbs and art.

Imagine my surprize when, after deliberately choosing my large storage D: for installation, my small SSDD C: drive filled right up.

I find I can't use PLEX at all with a small C: drive, just because it uses C:Users/[me]/AppData/Local/Plex/Userdata/Thumbnails

 

The part you let me relocate on install, the program files, take a total of 90 meg. The part you don't let me manage is at 20 gig and growing, 200 times the size of the install itself.

I believe this is a function of Windows UAC Virtualization working the way it is supposed to.

You could move the entire windows user folder or try moving the AppData "Plex Media Server" folder to, say "D:\\Plex Media Server", and then create a simlink to it with something like:

mklink /D "C:\Users\\AppData\Local\Plex Media Server" "D:\\Plex Media Server"

(didn't test that command, so use at your own risk)

That said, having a custom location for the Media folder could be handy.

I could be wrong, but I believe this is already implemented (Settings -> General -> Show Advanced):

![post-771-0-62332100-1363466101.jpg|690x488](upload://fOjSiBaqoxb0oKLP5TKCspBTP9Y.jpg)

I could be wrong, but I believe this is already implemented (Settings -> General -> Show Advanced):

attachicon.gifScreenshot_3_16_13_1_33_PM.png

Would you look at that.  How long has that been around?

Well that also explains why I didn't find it when I looked... I was looking in the PLAYER not the server setteings. I thought it was the player queueing up thumbnails....THANKS! I'll certainly try it.

OK starting this again.

The path indicated in the screenshot above is indeed controlled from the SERVER, for the SERVER. The various files stored there for the SERVER amount to under 6 gig in my installation.

However, the caches, images, and various bits for the MEDIA PLAYER for Windows has inflated to over 30 gig and is strangling my C: drive. And I have not yet found a setting to change the location for this on the PLAYER settings.

So my original request still stands, PLEASE make a way to not have PLEX fill up my small C: drive. And if I'm missing the setting, please help me find it. For the PLAYER.

98% of the space is taken up by C:\Users\MiniMo\AppData\Local\Plex\userdata\Thumbnails

I've tried various settings that SEEM to point here, but any change makes it lose all thumbnails in the player. No matter what part of the file section I point to, I seem only to be able to make it worse.

Sorry for misreading your original post.

While there's no setting for this in the client, you may be able to use a symlink to relocate your whole %LOCALAPPDATA%\Plex directory somewhere else.

Move your USERS folder you will quickly find that all sorts of apps are going to use the user folder for temp disk and the default location to save stuff.

http://www.sevenforums.com/tutorials/18629-user-folders-change-default-location.html

Move your USERS folder you will quickly find that all sorts of apps are going to use the user folder for temp disk and the default location to save stuff.

http://www.sevenforums.com/tutorials/18629-user-folders-change-default-location.html

That's why I suggested symlinking %LOCALAPPDATA%\Plex and not the user folder.

For closure on this item, it was discovered shortly after this thread stopped that PLEX WEB was in fact copying complete movies into the thumbnails directory, naming them as if they were thumbnails. This was cured in later WEB releases, and the damage can be fixed by looking for huge files (half a gig and larger) in the thumbnails directory, and simply deleting them.

Very old news now… but I saw this hanging… and now it’s not.

Early 2021 clean-up: implemented (originally via Settings, currently a hidden setting -> see support article)