May 22, 20242 yr Anyone fancy adding a docker to unRAID for this? https://github.com/Kometa-Team/ImageMaid Its designed to prune the crud from your Plex library so seems a good idea to me?
May 22, 20242 yr Solution ?This requires a known path that can't be automated due to user intervention... so no... However, you can install the docker compose plugin and run it via compose..., or make a custom template and add this to unraid. Since this project is running github python code and then docker run you would need to do follow their instruction on the github. I would recommend a docker compose method... Docker Compose: Example Docker Compose file: version: "2.1" services: plex-image-cleanup: image: meisnate12/plex-image-cleanup container_name: plex-image-cleanup environment: - TZ=TIMEZONE #optional volumes: - /path/to/config:/config - /path/to/plex:/plex restart: unless-stopped so: mkdir /mnt/appdata/pleximagemain cd /mnt/appdata/pleximagemain git https://github.com/Kometa-Team/ImageMaid.git cd ImageMaid Unraid: New stack Advance past file path: /mnt/appdata/pleximagemain ? ? ? gits folder.... then add the compose file... map to plex data fodler and plex config folder of already running docker... so the volume would need edited in the example compose... I use Linux IO ploex docker so my config folder is xyz not sure of the git hubs script and not that interested. I don't want a 3rd paty thing touching my plex system.. As you can see I don't have a /plex and not sure what path its referring to? data media libary? etc daemon? etc... beside, a similar and potential better may already exist with in unraid but may require similar path access to your Plex system:
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.