Optionally adjust output card dimensions, various other fixes and changes#323
Merged
CollinHeist merged 18 commits intomasterfrom Apr 10, 2023
Merged
Optionally adjust output card dimensions, various other fixes and changes#323CollinHeist merged 18 commits intomasterfrom
CollinHeist merged 18 commits intomasterfrom
Conversation
Log IM command history for failed SVG conversions
Some Docker containers on Windows don't have librsvg2 in IM, making SVG to PNG conversion fail. This might fix that
- because of --no-install-recommends, imagemagick-extras were excluded - other dependencies are for ghost/post script and netbpm which might not be necessary
Update fixer --forget-cards to work with Emby and Jellyfin servers
- Add --id/--series-id fixer argument to allow specification of series ID's - This is required for manual importing of cards into Jellyfin/Emby since they require a series ID to match (not by name as is done in Plex) - Specified like --id emby 123 --id imdb tt1234 etc.
Set single request timeout to 240 seconds (from 30) during syncing. This is to handle slower server responses (probably caused by large libraries)
Addresses #321
- Parse global "card_dimensions" YAML option to adjust the output dimensions of all title cards - Currently only built in card types apply this resizing - Implement #314 - Also change the default image source priority to tmdb, plex, emby, jellyfin
Implements fix for #322
EpisodeInfo objects were not being assigned the TMDb ID's when getting episode data from TMDb, for some reason.
Adjust a lot of docstrings to the PEP8 80 character standard length
Owner
Author
To-Do
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Major Changes
card_dimensionsoption, for example:aspect ratio are warned
Beedman/GradientLogoTitleCardandYozora/SlimTitleCard, which I'll partially rewrite later to implement thisMajor Fixes
svghandling in DockerOlivierTitleCardMinor Changes
svgtopnglogo conversion--id/--series-idargument to specify database ID's which can improve (or are required for) series matching--id emby abcdef..--id imdb tt1234tmdb, plex, emby, jellyfinazuravian/TitleColorMatchcard type to not use intermediate images, instead using a single set of composite commands (makes card creation about 6x faster)Minor Fixes