-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to set title card dimensions #314
Labels
Comments
CollinHeist
added a commit
that referenced
this issue
Apr 7, 2023
- 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
CollinHeist
added
the
needs-merged
Issue has been resolved on a development branch
label
Apr 9, 2023
These changes will also have to be made to the user-created card types. |
CollinHeist
added a commit
to CollinHeist/TitleCardMaker-CardTypes
that referenced
this issue
Apr 9, 2023
Implements CollinHeist/TitleCardMaker#314 for user card types
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
As suggested on the Discord:
Cards are written and created using 3200x1800 pixels, but for users who want to reduce their file sizes this should be adjustable.
Best implementation would likely be a global
options
option, like so:In the web interface this should be in the Settings page alongside card extension.
The text was updated successfully, but these errors were encountered: