Collin Heist
Collin Heist
I'd love to - the only reason I haven't done this yet is because TheTVDb API is paid, while TMDb's is free. I should consider adding the *option* to use...
It'd technically be possible (in ImageMagick) to apply both the blur _and_ grayscale styles, as they're both just boolean toggles. For prosperity, both `grayscale` and `grayscale blur` / `blur grayscale`...
> Oh interesting! Probably an even different future enhancement but is it possible to control the hardness of the blur? @LubricantJam Currently that's customizable per card _type_, so anyone _making_...
# To-Do's - [x] Document better custom source file specification - [x] Document new `unwatched_style` and `watched_style` options - [x] Document template defaults - [x] Document new `--grayscale` argument for...
> [...] your Docker container is running an older version of ImageMagick [...] My container is running `Version: ImageMagick 7.1.0-37 Q16-HDRI x86_64 b65d0d9af:20220605`, while the "working" version is `7.1.0-33`, so...
I couldn't find much info on how to build a new version of Freetype, so I executed the following within my Docker container: ```console $ git clone https://git.savannah.nongnu.org/git/freetype/freetype2.git $ cd...
I'll close this for now. Developing support for a paid API that 99.9% of users won't use is not ideal, right now. Might implement this in the future, though!
I think this is better implemented as allowing filters to be applied to Templates. This is a bit more versatile, and as long as templates can be tiered for a...
Good catch - I see that as well. Perhaps this should be documented in the `get` method docs so that users can either manually remove the comma from their search...
Posted on the forum [here](https://forums.plex.tv/t/commas-in-filters-not-working-as-expected/838227).