Skip to content

Commit

Permalink
Add additional variable for TGS conversion in sample config (#1472)
Browse files Browse the repository at this point in the history
this was buried and wanted to bring it up in the config

Convert Tgs (Telegram animated sticker) images to PNG before upload.
This is useful when your bridge also contains platforms that do not support animated WebP files, like Discord.
This requires the external dependency `lottie`, which can be installed like this:
`pip install lottie cairosvg`
#874

#1173
  • Loading branch information
computeronix authored May 13, 2021
1 parent ac4aee3 commit 01955a0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions matterbridge.toml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -1019,6 +1019,13 @@ QuoteFormat="{MESSAGE} (re @{QUOTENICK}: {QUOTEMESSAGE})"
#OPTIONAL (default false)
MediaConvertWebPToPNG=false

#Convert Tgs (Telegram animated sticker) images to PNG before upload.
#This is useful when your bridge also contains platforms that do not support animated WebP files, like Discord.
#This requires the external dependency `lottie`, which can be installed like this:
#`pip install lottie cairosvg`
#https://github.com/42wim/matterbridge/issues/874
#MediaConvertTgs="png"

#Disable sending of edits to other bridges
#OPTIONAL (default false)
EditDisable=false
Expand Down

0 comments on commit 01955a0

Please sign in to comment.