dmpop / radiolina

Simple PHP-based web radio player

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Radiolina

Simple PHP web UI for streaming radio stations.

Dependencies

  • PHP
  • Git (optional)

Installation and usage

  1. Install PHP and Git on your machine.
  2. Clone the project's repository using the git clone https://gitlab.com/dmpop/radiolina.git command. Alternatively, download the latest source code using the appropriate button on the project's page.
  3. In the terminal, switch to the radiolina directory and run the php -S 0.0.0.0:8000 command.
  4. On any other machine on the same network, point the browser to 127.0.0.01:8000 (replace 127.0.0.1 with the actual IP address of the machine running Little Radio).

Problems?

Please report bugs and issues in the Issues section.

Contribute

If you've found a bug or have a suggestion for improvement, open an issue in the Issues section.

To add a new feature or fix issues yourself, follow the following steps.

  1. Fork the project's repository.
  2. Create a feature branch using the git checkout -b new-feature command.
  3. Add your new feature or fix bugs and run the git commit -am 'Add a new feature' command to commit changes.
  4. Push changes using the git push origin new-feature command.
  5. Submit a merge request.

Author

Dmitri Popov

License

The GNU General Public License version 3

About

Simple PHP-based web radio player

License:GNU General Public License v3.0


Languages

Language:PHP 79.5%Language:CSS 17.4%Language:Shell 3.1%