TomW1605 / Tauticord

A Discord bot that displays live data from Tautulli
2 stars 0 forks source link

Request; Include media posters #3

Open twilsonco opened 4 years ago

twilsonco commented 4 years ago

Don’t know if this is even possible, but are the addresses used by Tautulli to show artwork (the top post in the screenshot) available to Tauticord? 4C6C1634-5D25-4972-B635-D3160C6782A3

TomW1605 commented 4 years ago

while i believe this should be posable it would require completely reworking the code to make the message a series of embeds. this should work but im not sure if it is posable to edit them.

unfortunately, this is a discord restriction. any images or non plain text content is displayed underneath the text

this is something i would like to do so i will leave this open as a reminder.

twilsonco commented 4 years ago

Sweet. Also, where can I donate you a snack or coffee or whatever?

Tim On Apr 16, 2020, 5:52 AM -0600, Thomas White notifications@github.com, wrote:

while i believe this should be posable it would require completely reworking the code to make the message a series of embeds. this should work but im not sure if it is posable to edit them. unfortunately, this is a discord restriction. any images or non plain text content is displayed underneath the text this is something i would like to do so i will leave this open as a reminder. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

TomW1605 commented 4 years ago

ok i have had a look and i can get the image url from tautulli but dispite the discord python api allowing you to retreive a list of embeds in a message it can only send/edit a message with 1 embed.

the only thing that can create messsages with mor than one embed is a webhook but that cant edit a message so i would be right back where we started with posting a message and then sending a new one with a webhook

i will still leave this open incase something changes