Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Req for a Docker? ImageMaid (Plex Image Cleanup)

Featured Replies

Solved by bmartino1

  • 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

image.thumb.png.31743a1d22d819d13b2e1934b2e6a827.png
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...
image.thumb.png.0813e41c4900b9a9e2af2f3b73938ede.png

 

beside, a similar and potential better may already exist with in unraid but may require similar path access to your Plex system:
image.thumb.png.751f1b5a3f8fa98666d1a05fc39a5fcf.png

 

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.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.