#how can i delete posters
1 messages · Page 1 of 1 (latest)
Welcome @dire mountain!
Someone from <@&938443185347244033> will assist when they're available.
Including the meta.log from the beginning is a huge help, type !logs for more information.
You can press the "Close Post" button above or type /close at any time to close this post.
Use Plex Image Cleanup to get rid of unwanted bloat!
Features include:
:one: Cleaning up of custom posters and title cards that were uploaded to Plex and are not in use anymore
:two: Deleting the Phototranscoder folder to free up even more space
:three: Perform the Empty Trash, Clean Bundles and Optimize DB operations
:four: Scheduling Plex Image Cleanup to run regularly
Anything further required here?
How do I install Plex image cleanup on unraid
Same as any other docker container.
So it’s not on unraid App Store
UNRaid allows you to install docker containers not on their app store. @sand vessel runs it on unraid.
so install via docker run on unraid terminal , docker run -v "X:\Media\Plex Image Cleanup\config:/config:rw" -v "X:\Plex Media Server:/plex:rw" meisnate12/plex-image-cleanup
my plex directory is appdata/plex
Sure, you could do that, but I think unraid also offers a GUI way to set up arbitrary containers. It's been years since I used it.
Of course, you'd update the paths as appropriate.
my actual media folder is on synology (smb share), run unraid on dell optiplex
PIC doesn't care about the media folder.
It's working with the plex metadata folder only.
This is where you want to keep the PIC config files:
-v "X:\Media\Plex Image Cleanup\config:/config:rw"
This is where the plex metadata is:
-v "X:\Plex Media Server:/plex:rw"
docker run -v "appdata:\Media\Plex Image Cleanup\config:/config:rw" -v "appdata:\Plex Media Server:/plex:rw" meisnate12/plex-image-cleanup
so this would be it
Those paths don't look correct to me, but I don't use unraid.
/mnt/user/appdata/plex so this seems to be folder paths on unraid
for a new query do i need to start new post , as want to know which of these is advised to use for creating a movie list - imdb, tmdb or mdblist
thank you
I prefer mdblist or trakt tbh
what would the code be something like this trakt_list_collectionname
in trakt do i go to lists - personal lists - + does it need to be public or can i keep private or will that make things complicated
thank you
just saw this.. is PIC all ok?
not setup
thank you
\\NZWHS01\flash\config\plugins\dockerMan\templates-user is where that template came from
to give you this:
in terms of config.yml
would i just edit example env on wiki and name it config.yml
The config file is named .env as noted.
It needs to be called .env [just those four characters, not .env.txt or anything like that] and needs to be in the directory that you are mapping in to the container as /config
sorry so name it .env
for some reason logs are not showing why its not working
followed the wiki
Yes. I don't know how to put that any more plainly.
in terms of deleting posters manually do i just need to go to pms folder - metadata and delete everything in that ?
You don't want to do that.
The posters you want to delete are named with obfuscated names like adsa879as8976oasiklusad789asjklyasdf786 and there's no simple way for you to know which are safe to delete.
If you plex-dance the item, those extra images will be removed [along with the one you want, but you could then reapply that one]
thanks
Anything else needed here?
I will try this again
Dude, you may want to pass env. Variables in here
I just gave an example of my template in unraid.
E.g create variable LOG_REQUESTS and pass value as true or false.
Here is a screenshot of my config. I run it only when it is required.
Also, you don’t need docker compose to setup this. On apps tab, search Plex-image-cleanup. Nothing will show up which is expected. On the same search results, if you look right side you’ll see some text which offers you to look into whole docker library. You may need to turn on advanced mode to see this.
@gloomy oar thank you
this can be closed