jorenn92 / Maintainerr

Looks and smells like Overseerr, does the opposite. Maintenance tool for the Plex ecosystem
https://maintainerr.info
MIT License
781 stars 14 forks source link

Interesting Feature request (like NETFLIX) #1093

Closed gianfelicevincenzo closed 2 months ago

gianfelicevincenzo commented 4 months ago

I would like to propose an interesting request, also for users as it is much more understandable. Implement functionality like Netflix that notifies you when the movie will be removed from the site. It would be interesting to see something like this here on plex too, modifying the poster image currently in use in a film with a "red band" (like Netflix) in which the date of when it will be eliminated is written. I hope you will consider this request

mlamoure commented 4 months ago

That is mostly what the Collections in Maintainerr do. They can be added to all user home pages so that they see them. I call mine "Movies Leaving Plex Soon" and "TV Seasons Leaving Plex Soon".

Changing the poster seems a bit of a stretch for this app, but the author can comment on that. Another option is to look at Kometa.

gianfelicevincenzo commented 4 months ago

in my opinion no, also because it is more easily visible for users (also because as you well know the plex homepage is a bit of a mess). Maybe this option could be "an extra" that can always be useful. I've never heard of Kometa, but I would have liked to have it here

Droppisalt commented 4 months ago

@vincenzogianfelice if you do check out Kometa, you can create overlays for your posters in Plex. Here's a yaml config I created to add "Leaving Soon" to my movies that will be removed "by" Maintainerr.

2024-05-24_14-26

overlays:
  leaving-soon:
    overlay:
      name: text(Leaving Soon)
      # back_color: '#00000099'
      back_color: '#000000FF'
      back_radius: 0
      back_width: 275
      back_height: 60
      horizontal_align: left
      horizontal_offset: 20
      vertical_align: top
      vertical_offset: 120
      font: config/resources/fonts/BebasNeue-Regular.ttf
      font_color: '#DB202C'
      font_size: 65
    plex_all: true
    filters:
      collection: "Leaving Soon"
gianfelicevincenzo commented 4 months ago

@Droppisalt nice, what I was looking for. I ask you a question: is it possible via kometa to set a deletion "timer" for films? I ask quickly, since unfortunately I don't have time to look at both software well. If so, switch kometa as soon as I have time

jorenn92 commented 4 months ago

I agree that this is a bit out of scope for this project. As mentioned before, you can achieve the behavior you want by using Maintainer in conjunction with Kometa.

Droppisalt commented 4 months ago

@vincenzogianfelice

is it possible via kometa to set a deletion "timer" for films?

No, you have to use Maintainerr for that. I use both and it works great. My items get added to the Leaving Soon collection by Maintainerr. Then Kometa runs and adds the overlay to items in that collection. Kometa also has an extremely active discord (found on their website) and the community can help you should you face any issues.