miraficus / RadioPlayer

Website for listening to Online Radios at my workplace.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Radio Player

Description

Website for listening to Online Radios I wanted single file so i can have it on my desktop without the need of hosting it on webserver. I changed my mind and i will separate RadioPlayer into more files becouse i can make shortcut to index.html and host it on github pages. You can use the radios.m3u file to play radios in VLC for example. Im czech so i will have mostly czech radios on this website.

Disclaimer

This thing is in development. (It may be forever)

TODO

  • Better design
  • Dark Theme
  • Black Theme
  • Blue Theme
  • Make browser rember the slected theme and checked autoplay (also bitrate when it will be implemented).
  • Make quality selector (changes the bitrate). (Probably will make me rewrite audio source switching)
  • Make sources tab (with links to icecast sources and/or official websites).
  • Choose a license.
  • Maybe show song playing right now (probably hard af for n00b like me).
  • Remove few console.log("unnecesary");
  • Sort radio staions alphabeticaly.

Issues

  • When switching radio stations reload audio source.
  • When unpausing radio station reload audio source (It plays cached bit over and over). (For that i would probably need to make my own controls for the player) (or make empty file and name it silence.mp3 and onpause change source to it and on play change it back)
  • Add time after link so it seems like new link.

Code Snipppets

Links

Links (Just for me)

License

I dont have one yet.

About

Website for listening to Online Radios at my workplace.


Languages

Language:HTML 100.0%