All Projects → thekvs → radiotray-lite

thekvs / radiotray-lite

Licence: other
Online radio streaming player with minimum interface that runs on a Linux system tray

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to radiotray-lite

switchboard-plug-useraccounts
Switchboard User Accounts Plug
Stars: ✭ 13 (-73.47%)
Mutual labels:  gtk, gtk3
initial-setup
New user setup app designed for elementary OS
Stars: ✭ 34 (-30.61%)
Mutual labels:  gtk, gtk3
wingpanel-indicator-notifications
Wingpanel Notifications Indicator
Stars: ✭ 22 (-55.1%)
Mutual labels:  gtk, gtk3
Myxer
A modern Volume Mixer for PulseAudio.
Stars: ✭ 190 (+287.76%)
Mutual labels:  gtk, gtk3
switchboard-plug-applications
Switchboard Applications Plug
Stars: ✭ 14 (-71.43%)
Mutual labels:  gtk, gtk3
pw3270
3270 Emulator for gtk
Stars: ✭ 38 (-22.45%)
Mutual labels:  gtk, gtk3
wingpanel-indicator-datetime
Wingpanel Date & Time Indicator
Stars: ✭ 28 (-42.86%)
Mutual labels:  gtk, gtk3
ThemeChanger
Theme changing utility for Linux, etc.
Stars: ✭ 14 (-71.43%)
Mutual labels:  gtk, gtk3
AbsTK
The Abstract Toolkit – a widget toolkit for GUI and text-mode applications.
Stars: ✭ 67 (+36.73%)
Mutual labels:  gtk, gtk3
postcss-gtk
Processes GTK+ CSS into browser CSS
Stars: ✭ 23 (-53.06%)
Mutual labels:  gtk, gtk3
live-chart
A real-time charting library for Vala and GTK3 based on Cairo
Stars: ✭ 47 (-4.08%)
Mutual labels:  gtk, gtk3
vulcan
A minimalistic text editor designed for both ordinary use and software development
Stars: ✭ 46 (-6.12%)
Mutual labels:  gtk, gtk3
ElementaryLua
Lua + GTK + Granite + Flatpak
Stars: ✭ 19 (-61.22%)
Mutual labels:  gtk, gtk3
switchboard-plug-wacom
Manage drawing tablets and Wacom devices
Stars: ✭ 17 (-65.31%)
Mutual labels:  gtk, gtk3
flate
🌈 Colorful dark themes
Stars: ✭ 35 (-28.57%)
Mutual labels:  gtk, gtk3
photos
Photo viewer and organizer designed for elementary OS
Stars: ✭ 101 (+106.12%)
Mutual labels:  gtk, gtk3
dopewars
Game simulating the life of a drug dealer in New York
Stars: ✭ 47 (-4.08%)
Mutual labels:  gtk, gtk3
notifications
Gtk Notifications Server
Stars: ✭ 39 (-20.41%)
Mutual labels:  gtk, gtk3
abaddon
An alternative Discord client made with C++/gtkmm
Stars: ✭ 333 (+579.59%)
Mutual labels:  gtk, gtk3
libappindicator-rs
Rust safe bindings for the libappindicator library
Stars: ✭ 27 (-44.9%)
Mutual labels:  gtk, gtk3

About

radiotray-lite is a lightweight clone of the original Radio Tray online radio streaming player rewritten in C++.

Screenshot

Key features

  • Runs on a Linux system tray.
  • Has minimum interface possible.
  • Plays most media formats (it uses gstreamer).
  • Supports PLS, M3U, ASX, RAM, XSPF playlists.

Build

For a while this project is only tested on Ubuntu (14.04 and 16.04 versions). In order to build it you need to have installed -dev versions of the following packages:

  • libgtkmm-3.0
  • libgstreamermm-0.10-2 or libgstreamermm-1.0
  • libcurl3
  • libnotify4
  • libappindicator3
  • libmagic

To compile program run following (with obvious amendments) commands from build directory:

  • $ cmake /path/to/radiotray-lite/ -DCMAKE_INSTALL_PREFIX=/usr/
  • $ make
  • $ cpack -G DEB to create package in .deb format or $ cpack -G RPM to create package in .rpm format.

Package will be created in the packages folder of the build directory.

Configuration

Bookmarks

Copy your existing bookmarks.xml from Radio Tray (which is usually located at $HOME/.local/share/radiotray/bookmarks.xml) into $HOME/.config/radiotray-lite/ directory.

Options

Configuration file is located in the same directory as bookmarks file. It has simple XML format and following options are supported:

  • last_station -- name of the last played station. Automatically updated, you don't need to change it.
  • buffer_size -- size of the internal gstreamer's buffer.
  • buffer_duration -- number of seconds to buffer.
  • url_timeout -- timeout in seconds for fetching playlist.
  • notifications -- if set to false disables desktop notification messages. Default is true.

Example:

<?xml version="1.0"?>
<config>
  <option name="last_station" value="Rock 181" />
  <option name="buffer_size" value="102400" />
  <option name="buffer_duration" value="2" />
  <option name="url_timeout" value="5" />
  <option name="notifications" value="false" />
</config>

Licensing

See LICENSE.md file for license information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].