An open API service indexing awesome lists of open source software.

https://github.com/johennes/jradio

Internet radio player for the Linux desktop
https://github.com/johennes/jradio

internet-radio-player

Last synced: 6 months ago
JSON representation

Internet radio player for the Linux desktop

Awesome Lists containing this project

README

          

jRadio
======

An internet radio player for the Linux desktop

jRadio is an easy to use internet radio player for your Linux desktop. The
application is written in C++ using Gtkmm and (among others) includes the
following features:

* Robust playback of web radio streams using VLC
* Meta data support
* Playlist history
* Customizable station icons

### How to Install

To compile the sources use the following commands from the root directory

```shell
autoreconf -vif
./configure [--prefix=PREFIX]
make
```

Afterwards you can install the application into the specified PREFIX directory
by using the command

```shell
make install
```

### Screenshots

![Main window 1](screenshots/main-window-1.png)

![Main window 2](screenshots/main-window-2.png)

![Main window 3](screenshots/main-window-3.png)

![Station Dialog](screenshots/station-dialog.png)