Skip to content

Latest commit

 

History

History
98 lines (61 loc) · 2.11 KB

File metadata and controls

98 lines (61 loc) · 2.11 KB

Gradio


Development is not dead! See actual WIP branch: https://github.com/haecker-felix/gradio/tree/wip_new_backend


A GTK3 app for finding and listening to internet radio stations.

demo_img

Install Gradio

[ALL DISTROS] Flatpak

A Flatpak repo for Gradio is available.

More details

Ubuntu

A PPA is available. Gradio needs Ubuntu 16.04 or higher.

More details

Fedora

A copr is available. Gradio needs Fedora 24 or higher.

More details

openSUSE

Gradio is available in the official openSUSE repository.

Arch Linux

Gradio is available in the AUR.

More details

Other

For unsupported distributions you can install gradio from source:

cd ~/Downloads
git clone https://github.com/haecker-felix/gradio.git
cd gradio
./autogen.sh
make
sudo make install

Releases

All Gradio releases can be found here

FAQ

A station is missing. How I can add a new station to the database?

It is possible to add new stations here:

http://www.radio-browser.info

In a further release of gradio it will be easier to add new stations.

A feature is missing. Can you add it?

Maybe. Open a new Github issue and I'll look at it.

Why is there no ubuntu 14.04 support?

Gradio needs GTK 3.14 or higher. Ubuntu 14.04 provides GTK 3.12 which is definitely too old.

Does a flatpak exist?

Yes! More information here: https://github.com/haecker-felix/gradio/wiki/How-to-install-Gradio-as-Flatpak

Technical Details

Dependencies

For gradio:

  • glib-2.0
  • gtk+-3.0 >=3.14
  • gstreamer-1.0
  • json-glib-1.0
  • gio-2.0
  • webkit2gtk-4.0
  • libsoup-2.4

For compiling:

  • General c/c++ libs & compiler
  • git
  • appstream-util / appstream-glib