Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
meisnate12 committed Jan 2, 2024
1 parent e8304b3 commit 0f53ccd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

[![Discord](https://img.shields.io/discord/822460010649878528?color=%2300bc8c&label=Discord&style=plastic)](https://discord.gg/NfH6mGFuAB)
[![Reddit](https://img.shields.io/reddit/subreddit-subscribers/PlexMetaManager?color=%2300bc8c&label=r%2FPlexMetaManager&style=plastic)](https://www.reddit.com/r/PlexMetaManager/)
[![Wiki](https://img.shields.io/readthedocs/plex-meta-manager?color=%2300bc8c&style=plastic)](https://metamanager.wiki/en/latest/home/scripts/image-cleanup.html)
[![Wiki](https://img.shields.io/readthedocs/plex-meta-manager?color=%2300bc8c&style=plastic)](https://metamanager.wiki/en/latest/pmm/scripts/image-cleanup/)
[![GitHub Sponsors](https://img.shields.io/github/sponsors/meisnate12?color=%238a2be2&style=plastic)](https://github.com/sponsors/meisnate12)
[![Sponsor or Donate](https://img.shields.io/badge/-Sponsor%2FDonate-blueviolet?style=plastic)](https://github.com/sponsors/meisnate12)

Expand All @@ -17,7 +17,7 @@ As well as being able to clean the PhotoTranscoder Directory and running the Ple

Special Thanks to [bullmoose20](https://github.com/bullmoose20) for the original [Plex Bloat Fix](https://github.com/bullmoose20/Plex-Stuff#plex-bloat-fix) (PBF) Script this is based on.

![](cleanup.png)
![](https://raw.githubusercontent.com/meisnate12/Plex-Image-Cleanup/master/cleanup.png)

This image shows which photos would be removed. Red is removed, Green is kept because it is the actively selected poster. The other two come standard from Plex when the posters are retrieved so the script will not touch those either:

Expand Down
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
num2words==0.5.12
numpy==1.24.3
opencv-python==4.7.0.72
pillow==9.5.0
PlexAPI==4.13.4
pmmutils==0.5.3
num2words==0.5.13
numpy==1.26.2
opencv-python==4.9.0.80
pillow==10.2.0
PlexAPI==4.15.7
pmmutils==0.5.10
requests==2.31.0
retrying==1.3.4
tmdbapis==1.2.0
tqdm==4.65.0
tmdbapis==1.2.6
tqdm==4.66.1

0 comments on commit 0f53ccd

Please sign in to comment.