Skip to content

robopuff/goradio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goradio

An golang kind of implementation of pyradio. To properly use this application you will need a Golang >= 1.13 and mplayer installed

Usage

$ goradio

$ goradio --help
Usage of goradio:
  -d	Debug mode (shows logger window)
  -m string
    	MPlayer executable (default "mplayer")
  -s string
    	Stations file path (default "~/.config/pyradio/stations.csv")

Installation

  1. git clone https://github.com/robopuff/goradio
  2. go get
  3. Use one of:
    • make run - run an application without really building an executable (always in debug mode)
    • make build - build an application (saved into build/goradio)
    • make install - installs an application in go bin directory

External libraries

License

No. Do wathever.