Leo Bernard
Leo Bernard
We might be able to do that using the Echo Nest API which seems to be free for all non-commercial projects.
It would be fairly easy to implement, because the playback state is already stored in Firebase. However, I don't know if there are many situations in which this feature would...
Maybe a good first step (and a great base for future features that require more data about party guests) is to keep a list of users that voted on a...
Hey @charlesomer! We're not actively working on Festify currently, but I think what you want to do can be achieved by liking playlists from Spotify or other creators in the...
This is an old issue, but I think this is because we're using the user account's country to filter search results, independent of the actual location. This is something that...
We have a donation button on our [homepage](https://festify.rocks#donate) which you can use if you want to donate :)
Technically yes, we'd just have to alter the algorithm [here](https://github.com/Festify/app/blob/develop/functions/lib/vote-processor.js#L70). If you'd like to give it a shot yourself, feel free to clone the repo and contribute 😊
Oops, I misinterpreted the issue title 😄 You're right, there would be some more modifications to do.
@gillchristian I'm currently stuck with the same issue. Have you found a workaround for making this work in the meantime?
That's a good solution! I've come up with another one that could be helpful for some. By removing the `DiscriminatorType` and using enums with just one entry for the discriminated...