A TUI for listening to the Swedish state radio Sveriges Radio built with nodejs and blessed using their official API
Please note that the UI is in Swedish
The app is hosted on npm, and can easily be installed with npm i -g --production sr-player
Due to some problems with using the default coreaudio in macOS it's suggested to use openal instead, so please install with the following command:
npm i -g --production sr-player --mpg123-backend=openal
This application depends on locally installed libmpg123
for decoding the mp3-streams
brew install mpg123
Use your package manager to install mpg123
or libmpg123
(e.g. apt-get install libmpg123-0
)
q
- quit the application
h
- show the help screen
/
- filter the channel list according to channel type
space
- play/stop the stream
j/↑
- Previous item in the active list
k/↓
- Next item in the active list
enter
- Select item in channel list
tab
- Move focus to the next list
S-tab
- Move focus to the previous list
Select an item in the playlist to get information about the song
No activity implemented on selection, yet