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
- Host: GitHub
- URL: https://github.com/johennes/jradio
- Owner: Johennes
- License: mit
- Created: 2011-11-22T19:18:50.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2020-10-04T11:44:28.000Z (about 5 years ago)
- Last Synced: 2025-04-01T22:47:05.051Z (6 months ago)
- Topics: internet-radio-player
- Language: C++
- Homepage:
- Size: 249 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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



