Valentin Popov 424b8d2b54
Project description file
Signed-off-by: Valentin Popov <info@valentineus.link>
2018-05-31 07:06:28 +04:00

1.4 KiB

Notification about the current track

Pop-up notification about the currently playing music track. Uses playlists of a non-commercial radio station SomaFM. Created specially for Open Broadcaster Software.

Using

https://valentineus.link/obs-somafm-current-track/?radio=defcon

Open the page by specifying the GET parameter radio. This is necessary to the script receives the data of the desired radio. A list of available radio stations can be found here.

Development

To start a local server for development, you need:

  1. Clone the source repository:
git clone "https://github.com/valentineus/obs-somafm-current-track.git"
  1. Install packages:
cd "obs-somafm-current-track" && bundle update
  1. Start the server:
bundle exec jekyll serve --host "${IP}" --port "${PORT}" --trace

Please note in the executable command uses environment variables IP and PORT.

License

MIT License

MIT. Copyright (c) Valentin Popov.