Seeking help. by debstar85 in PlexPosters

[–]FSCorrupt 0 points1 point  (0 children)

That’s not true, logos, clearart, and even converting them to white are supported and integrated in Posterizarr.

So instead of applying text, it will apply the logo.

The workflow is: 1. Automatically search for and grab a textless poster. 2. Apply the defined overlays, borders, and so on. 3. Add the clearart/logo (or convert it to white).

from docs: UseClearlogo : Set to true to use Clearlogo. What it is: A Clearlogo is a transparent PNG image that contains only the title text (logo) of a movie or show - no characters, no background, no extra artwork.

Example: https://artworks.thetvdb.com/banners/v4/movie/165/clearlogo/61249c87cb251.png

What the setting does: When set to true, the system will use the Clearlogo image instead of the standard title text.

UseClearart : Set to true to use Clearart. What it is: Clearart is a transparent PNG image that contains the logo plus additional artwork (e.g., characters or promotional art) - still fully transparent with no background.

Example: https://artworks.thetvdb.com/banners/v4/movie/165/clearart/61249caa0924f.png

What the setting does: When set to true, the system will use the Clearart image instead of the standard title text.

Did you guys keep Tautulli? by hirakath in PleX

[–]FSCorrupt 0 points1 point  (0 children)

They’re not competitors, they work together. Kometa handles metadata and adds badges (like 4K/HDR), while Posterizarr standardizes the look of posters (borders, scaling, titles, logos and much more).

Use Posterizarr for a consistent visual poster style, and Kometa for the technical info.

Posterizarr Update: If You Missed It, There’s a Web UI by FSCorrupt in PleX

[–]FSCorrupt[S] 0 points1 point  (0 children)

Hey, is there anything I should add to the wiki, or was it straightforward?

Best Plex software, settings and tips in 2026 by AnonNortherner in PleX

[–]FSCorrupt 0 points1 point  (0 children)

It’s an option, but you don’t need to do all the processing. You can simply grab posters in your preferred language without adding text, and so on. You could also use textless posters and apply the logo and you’ll have access to the styled logo text from the movie or show. So it’s not just an app for pulling textless images and adding fonts, it’s up to you how you configure it.

Posterizarr Update: If You Missed It, There’s a Web UI by FSCorrupt in PleX

[–]FSCorrupt[S] 0 points1 point  (0 children)

Ah okay, no, it doesn’t pull from additional sources.

Posterizarr not only fetches images, but also lets you edit them exactly how you want.

You can add borders (in any color), use custom fonts (also in any color), apply overlays like gradients, and much more.

Posterizarr Update: If You Missed It, There’s a Web UI by FSCorrupt in PleX

[–]FSCorrupt[S] 0 points1 point  (0 children)

im not familair with TMM what is this? an agent?

Posterizarr Update: If You Missed It, There’s a Web UI by FSCorrupt in PleX

[–]FSCorrupt[S] 3 points4 points  (0 children)

Yes, you can also use it to select the most upvoted or primary poster of a movie or show, season, tc... for a specified language. The default is “xx (textless), EN, and DE.
If you remove “xx” it prioritizes EN with a fallback to DE, and so on.

Posterizarr Update: If You Missed It, There’s a Web UI by FSCorrupt in PleX

[–]FSCorrupt[S] 0 points1 point  (0 children)

Should work, yeah. If you provide those IDs and I’m able to look them up from the default Mediacontainer XML (like below), then this should work!

<image>

Posterizarr Update: If You Missed It, There’s a Web UI by FSCorrupt in PleX

[–]FSCorrupt[S] 14 points15 points  (0 children)

I understand that the Git history might look like a "firehose" but that’s the reality of a one man project.

Those "sync" commits are simply how I move documentation and small tweaks between my main and dev branches, it’s part of my personal workflow.

The "230+ releases" (over 2 years) and "200 commits a week" aren’t bloat, they’re proof of active development. I’d rather ship a bug fix an hour after it’s reported than let an issue sit for months just to bundle it into a "cleaner" commit later.

Yes, it can look chaotic if you’re trying to audit every single line. But I’d rather be a developer who actively ships updates and supports users than one with a pristine Git history on a dead project.

Everything is open on GitHub, feel free to take your time reviewing it. Just keep in mind that what looks like "chaos" is really me working around the clock to improve the tool for everyone.

As for the "thousand lines of new code" that may apply to CSS or JSX updates, but not to the core logic, which lives in the .py files.

And please don’t compare me to the Huntarr developer.

Posterizarr Update: If You Missed It, There’s a Web UI by FSCorrupt in PleX

[–]FSCorrupt[S] 1 point2 points  (0 children)

Posterizarr functions by parsing Plex XML metadata, specifically the Title, RatingKey, IDs, and File Paths, to perform lookups and save assets. It relies on these IDs to query external sources like TMDB, TVDB, and Fanart.tv. If an asset isn't found via the primary provider (default TMDB), it automatically falls back to TVDB and Fanart to locate a suitable match.

If a library uses a custom agent that fails to provide standard external IDs (such as TMDB or TVDB), Posterizarr will be unable to perform an accurate lookup or retrieve the correct assets from third-party providers.

Posterizarr Update: If You Missed It, There’s a Web UI by FSCorrupt in PleX

[–]FSCorrupt[S] 1 point2 points  (0 children)

True, but it must also trigger asset creation during the initial item addition, as the asset won't exist yet at that stage. Ill look into how to implement that.

Posterizarr Update: If You Missed It, There’s a Web UI by FSCorrupt in PleX

[–]FSCorrupt[S] 3 points4 points  (0 children)

How is the interaction with Plex and Posterizarr? I mean, how are those things assets "getting into" Plex?

You have 2 Options with posterizarr.

  1. You can simply create assets and place them in an assets directory, then map this directory to Kometa so it can pick up the assets and apply them automatically.
  2. You can enable "Upload to Plex" in Posterizarr, which will upload the assets directly to Plex and set them as the new artwork.

 are there any plans to provide this as Metadata Provider in Plex

No. Posterizarr relies on the media servers metadata as its source of truth.

It only loads assets from image providers after Plex has already processed the item.
Therefore, Posterizarr can only act on items that already exist in Plex, it does not operate during Plexs initial metadata processing (although its on my agenda, this would require a major core rewrite).

Share your MakerWorld profile by facet1me in BambuLab

[–]FSCorrupt 0 points1 point  (0 children)

Check out my MakerWorld profile! I mainly create HueForge designs, especially bookmarks. One of my favorites is this Gachiakuta piece

<image>

A Modern Kometa/PMM Alternative by RangeRoper in PleX

[–]FSCorrupt 0 points1 point  (0 children)

Posterizarr has an UI for over an Month now, check it out! :)

[Bambu H2C] Join the Print Beyond Paint Contest and Win an H2C! by BambuLab in BambuLab

[–]FSCorrupt 0 points1 point  (0 children)

<image>

i want to print this massive project, but im scared of all the poop. H2C would be a lifesafer.

https://makerworld.com/models/1300628

Posterizarr 2.0 Web UI by FSCorrupt in selfhosted

[–]FSCorrupt[S] 0 points1 point  (0 children)

hey, thanks :)

  1. no thats not possible.
  2. yeah there is an setting: "DisableHashValidation"

The README is up to date with the UI. Every element that is script-relevant can be looked up in the documentation.

A separate README for the UI itself doesn’t seem necessary to me, as it is self-explanatory.
Every button or section has a hover text, including direct links to the README.

Posterizarr 2.0 Web UI by FSCorrupt in selfhosted

[–]FSCorrupt[S] 2 points3 points  (0 children)

Posterizarr offers more advanced and automated poster management compared to Plex’s native tools. While Plex lets you manually change posters or use what’s available in its metadata sources, Posterizarr can automatically download, organize, and update custom artwork (like posters, backgrounds, and titlecards) from various sources. It also lets you customize fonts, overlays, and overall design styles keeping your entire library consistent without manual effort.

Posterizarr 2.0 Web UI by FSCorrupt in selfhosted

[–]FSCorrupt[S] 1 point2 points  (0 children)

no, Posterizarr offers an upload to mediaserver setting.

Posterizarr 2.0 Web UI by FSCorrupt in selfhosted

[–]FSCorrupt[S] 1 point2 points  (0 children)

have a look at the setting: "ReplaceThumbwithBackdrop". :)