Skip to content

Releases: javaarchive/OpenRadio

1.3.2a: Quality of Life update preview

11 Sep 22:05
Compare
Choose a tag to compare
Pre-release

This is a beta version which you should use to see new features earlier. This version might have bugs that can destroy your playlists completely or corrupt them. In case of corruption please attempt to manually delete the playlist using the url /delete_playlist/NAME
Also you can manually make backups of your db(pssst this might become a feature).
Changelog:

  • Added extras dialog
  • The extras dialog allows you to enable the previously hidden "secret" features like
  • Butterchurn visualization
  • Show audio element for debug
  • In addition, we have added color schemes for your radio items which might look ugly so you can always edit them in the public directory where the files start with palette
  • You can also change palettes using the extras menu
  • Also some messages were fixed
  • Since this is a quality of life update the playlist editor has gotten a update
  • First you can open the source of the song by clicking a button
  • Next there a buttons for moving songs up and down the playlist
    Most likely there will be three stages to this release. Enjoy!

OpenRadio 1.3.1: Better Admin

13 Jul 04:25
Compare
Choose a tag to compare

Admin panel has been upgraded with these features

  • All playlists are no longer crammed into a row, we now have 3 playlists per row
  • You can bulk import in the csv format
  • Some small bugs were fixed like not encoding playlist names correctly(this was also fixed for the frontend)
  • Added icons plus standalone mode
    Release 1.3.0 got messed up a bit sorry, so this is V1.3.1

OpenRadio 1.2.0: Visualization update

23 Jun 18:48
Compare
Choose a tag to compare
  • Song indicator bugfix
  • Added butterchurn for nostalgic visualizations
  • Type "milkdrop" to enable visualizations
  • Added left right arrow key control for visualizations

Major Stability Fix: OpenRadio V1.1.0

22 May 22:02
Compare
Choose a tag to compare

I switched to a rate limiting stream-throttle module for nodejs. Did a small refactor

OpenRadio V1.0.0

22 May 20:40
Compare
Choose a tag to compare

You can create in memory playlists by editing the hardcoded variables. 100% sure I'll switch to endb
Stream is laggy sometimes
IT IS HIGHLY RECOMMEND TO WAIT FOR THE NEXT STABILITY UPDATE

Admin Panel!

31 May 19:38
537c4ad
Compare
Choose a tag to compare

An admin panel has been added so you can control the playlists a lot easier. Access it through /admin by default you can set the password through the PASSWORD variable in .env
Known bugs:

  • EventEmitter max listener reached. I troubleshooted and it's not due to my code. The limit should stop the memory leak though
  • Current song not determined correctly...don't know cause yet