PlexCache-D 3.2.0 Beta - testing discussion #135
StudioNirin
started this conversation in
General
Replies: 2 comments 1 reply
|
If you write up an issue and show your current paths on the docker
container along with the paths you use for plex container we can try and
help. Its probably just a mismatch somewhere.
…On Fri, 10 Apr 2026, 09:49 Tolagarf, ***@***.***> wrote:
I appreciate the work being done and like what I'm seeing, however I'm
struggling getting all my paths to work and hence can't really test
anything until that's fixed. I desperately need help with this, do you have
a forum or Discord where I might find solutions?
—
Reply to this email directly, view it on GitHub
<#135 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA4T22IW6U5EOLO3JPSG6UL4VCYTFAVCNFSM6AAAAACXRQSFGKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTMNJRGQYDENQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
0 replies
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
PlexCache-D Docker Setup for Unraid (Beta Testing)
@Brandon-Haney
Figured it was time I got around to opening this up to reddit etc for some more beta testers, so figured id increase the release version to 3.0.1 with all the new changes you made and then put up a reddit post for people to try it out. If you're happy with that?
Updated new thread for the current beta version as theres been a lot of changes since the previous. I think all this information is still correct for people doing installs and upgrades. I am doing this from my phone though so will update when im on pc.
Unraid Subreddit post - https://www.reddit.com/r/unRAID/comments/1sg7jor/plexcacher_update_beta_plexcached_fully/
Before You Start
Quick Install with Template
The easiest way to install is using the pre-configured Docker template:
/boot/config/plugins/dockerMan/templates-user/on your Unraid serverOr continue below for manual configuration.
Docker Container Settings
Basic Settings
plexcache-dghcr.io/studionirin/plexcache-d:latesthttp://[IP]:[PORT:5757]Required Mappings
/mnt/user/appdata/plexcache-d/config/mnt/cache_downloads//mnt/cache/mnt/user0/mnt/user0/mnt/user/mnt/user99PUID100PGIDEurope/LondonTZ57575757Optional Mappings (Native Unraid Notifications)
/usr/local/emhttp/usr/local/emhttp/tmp/notifications/tmp/notificationsPath Notes
Adjust the host paths to match your setup:
/mnt/user/appdata/plexcache-d)/mnt/cache_downloads/or/mnt/cache/).plexcachedbackup filesFirst Run
http://your-server-ip:5757Path Mappings Configuration
During setup, you'll configure path mappings. These tell PlexCache how to translate Plex's media paths to the container's paths.
Example Configuration:
/data/media/movies/mnt/cache/media/movies/mnt/user0/media/movies/mnt/cache_downloads/media/movies/data/media/tv/mnt/cache/media/tv/mnt/user0/media/tv/mnt/cache_downloads/media/tv.plexcachedbackup lives on the array (inside the container)Docker Path Translation (Important!)
Unraid Mover Integration (CA Mover Tuning)
If using the CA Mover Tuning plugin to prevent the mover from touching cached files:
Go to Settings → Scheduler → CA Mover Tuning
Set the File Exclusion Path to:
Example:
/mnt/user/appdata/plexcache-d/unraid_mover_exclusions.txtPlexCache automatically maintains this file with all currently cached media paths.
After Setup
Dashboard
Settings → Schedule
Settings → Cache
500GBor75%)Settings → Notifications
Maintenance
Migrating from CLI Version
If you're migrating from the CLI version:
Copy your CLI files to
/mnt/user/appdata/plexcache-d/import/:plexcache_settings.jsonunraid_mover_exclusions.txt(orplexcache_mover_files_to_exclude.txt)data/folder (timestamps, trackers, etc.)Start the container and access the Setup Wizard
The wizard will detect your import files and offer to migrate them automatically
After import, verify your Plex connection (URL may differ in Docker)
Migrating from Alpha Version
If you're migrating from the Brandon 'Alpha' test version:
Open up (edit) your docker container composer
Change the repo to - ghcr.io/studionirin/plexcache-d:latest
I changed the container name to plexcache-d and also the appdata folder to plexcache-d but you don't need to do either of these things really. If you do change the folder name make sure to also change the reference in the container compose file.
Hit apply and everything should just work.
All reactions