#Status On Github Issues

30 messages · Page 1 of 1 (latest)

craggy thunder
#

Hi there,

A month ago, I openend a Github issue but I did not receive any response yet. Is there a common way to submit issues/feature request that I do not know of? It is about timeperiods in Top Server Tracks.

https://github.com/fmbot-discord/fmbot/issues/205

Kinds regards,
ItsFlokkie

GitHub

What command would you like to see improved or added? In times of Spotify Wrapped, I'm curious what the top tracks are in my Discord Server. But when I use the /server tracks command, a tim...

robust wolf
#

Had seen it already but forgot to write a response, just responded

craggy thunder
#

Thanks ❤️

#

I was also trying out some things in my own branch. But that makes sense why it isn't working 😛

robust wolf
#

yeah, you need a lot of data

#

did you run into any issues while running locally?

craggy thunder
#

It has been a while. I know that @jaunty nymph was also looking into this issue and had some issues with following the Installation Guide.

#

Ooh and by the way. I'm just wondering what the /year command uses to fetch that data and if this is fast enough. I think it depends on the LastFM API heavily because, according to your previous comment, this is not stored in the database of the bot. Otherwise we could technically use that one for the server stats to produce a Spotify Wrapped like experience for the Discord Server

robust wolf
#

it does about 6 API requests to last.fm, top 1000 artists/albums/tracks for current year and previous year

#

we have a limited amount of requests we can do, so it would not scale to something like server tracks

robust wolf
#

the 'Running the bot' stuff is no longer relevant

craggy thunder
#

Our server has just 14 registered users. So that is doable

robust wolf
#

it would maybe be interesting to store top artists/albums/tracks for a specific year per user in a table somewhere, after the year is already over

#

since it doesn't change anyway

#

but idk if that is worth the effort

#

although doing a year overview server wide would be cool

craggy thunder
#

That could be handy indeed. In a few weeks I have some time off. Maybe I can look into .fmbot than and all the things you guys are developing 😛

robust wolf
#

sure, I'm also going to spend more time in jan/feb but have a lot of stuff on my todo list already

craggy thunder
robust wolf
#

i'm pretty much the only developer right now, so the project structure is mostly setup for me

craggy thunder
#

I see. 🙂

#

I will take a look in a few weeks. I normally do Java development. But that doesn't need to be a problem with C# and .NET. It is almost the same syntax

robust wolf
#

Sure, would be cool. Feel free to DM me if you need any help

craggy thunder
#

Alrighty. Good to know 👍🏻

robust wolf
#

and if you happen to contribute a feature or something like that you also get contributor status in the bot, which gives you supporter perks for free

craggy thunder
#

Ooh that is awesome!

#

It is something on my bucketlist to contribute to a open source project. So I would like to check if I can make a contribution to .fmbot

robust wolf
#

Sure, let me know. I have plenty of stuff that I could use help on