elliotttate / beatsaver-laravel

Rewrite of beatsaver.com (https://github.com/beatsaver/beatsaver) using the laravel framework
https://discord.gg/8B44zqM
MIT License
39 stars 19 forks source link

Request: RSS Feed of New Songs #20

Closed steets250 closed 6 years ago

steets250 commented 6 years ago

It would be nice if there was a way to be notified of new songs. I find myself frequently checking the newest songs list. Having a feed of some sort would make it easier to monitor new content.

elliotttate commented 6 years ago

Until this gets added, you can use use the RSS feed feature on bsaber.com and it should do exactly what you were wanting. You can also subscribe using the Wordpress app or follow new songs using Apple News or Google News.

Byorun commented 6 years ago

RSS is a good idea, I need to evaluate compatible rss libs for php/laravel ( I am not going to implement RSS myself). My Rewrite included a discord webhook for every uploaded song (I don't know which channel it is currently configured at). This may be an alternative until rss is implemented. Also if anyone wants to do that, I am happy to help since I am too busy to implement completely new features right now

Byorun commented 6 years ago

will be added with #39