archived-bot icon indicating copy to clipboard operation
archived-bot copied to clipboard

Custom ;;nowplaying embed for listen.moe

Open RealKC opened this issue 7 years ago • 6 comments

The current embed is... ugly:

img

The custom embed should show:

  1. artist name;
  2. song name;
  3. anime name;
  4. listeners;
  5. maybe who requested it as well.

The docs for getting this information are here, it seems listen.moe provides more information if you are authenticated to the socket, but I don't think that is needed.

Maybe display this image at the bottom of the embed as well?

RealKC avatar Apr 15 '17 13:04 RealKC

For anyone interested in doing this, look at NowplayingCommand.java

freyacodes avatar Apr 15 '17 13:04 freyacodes

appently listen.moe uses API v4 which requires to pass Authorization header.

knight-ryu12 avatar Aug 27 '17 15:08 knight-ryu12

@RealKC I would be willing to take this up

jacobselbo avatar Sep 30 '17 12:09 jacobselbo

@froghopperjacob that'd be nice!

RealKC avatar Sep 30 '17 12:09 RealKC

@RealKC I don't think what I did here looks any better image But I just wanted to know if I should change it and what should it look like

jacobselbo avatar Oct 01 '17 10:10 jacobselbo

I would suggest to use a similar style like one of the existing radio embeds, for example for gensokyo where each information is added in its own field: image

If that image that is shown on your screenshot stays always the same, I would suggest to set it as a thumbnail instead to save some space.

If you are completely new to embeds, here is a decent guide on what's possible: https://imgur.com/a/yOb5n

schnapster avatar Oct 01 '17 11:10 schnapster