Skip to content

josefbehr/somafm-qt

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

SomaFM Radio Player (somafm-qt)

written in C++ and QT5

Features

It does the basics:

  • Show the channel list
  • Double-click a channel to play it
  • Rudimentary player control
  • Manage favorite channels
  • Tray icon

Screenshot

ToDo

  • Song history of current channel
  • (Use official API?)
  • 'News' Tab(?)

Build

Linux

Clone the git repository:

git clone https://github.com/josefbehr/somafm-qt.git

Make sure to have installed the qt5 development headers as well as the network and multimedia components. Then build using qmake:

cd somafm-qt
qmake
make

If everything works, you'll get a binary called somafm-qt, which you can run:

./somafm-qt

Windows and MacOS

The principle steps here should be the same as above, but if you can provide specifics to include here, please share and I'll add the information.

Bugs and Problems

This program is an early work in progress, and if you encounter any problems or bugs, please feel free to report them on the github issue tracker.

About

SomaFM Radio (somafm.com) player (desktop, qt5)

Resources

License

Stars

Watchers

Forks

Packages

No packages published