A simple terminal UI player for di.fm
Find a file
Adriano Caloiaro c106bda7d4
Use pulse audio
2020-11-16 06:23:35 -08:00
app Replace oto with pulseaudio 2020-11-15 09:05:46 -08:00
components Add a status pane for temporarily displaying status messages 2020-03-25 20:27:09 -04:00
config UI Improvements 2020-03-01 17:41:04 -05:00
context Use pulse audio 2020-11-16 06:23:35 -08:00
difm Replace oto with pulseaudio 2020-11-15 09:05:46 -08:00
player Use pulse audio 2020-11-16 06:23:35 -08:00
views Add ASCII album art 2020-05-09 14:18:06 -04:00
.gitignore UI Improvements 2020-03-01 17:41:04 -05:00
CHANGELOG.md Official first release 2020-04-10 00:01:31 -04:00
go.mod Replace oto with pulseaudio 2020-11-15 09:05:46 -08:00
go.sum Replace oto with pulseaudio 2020-11-15 09:05:46 -08:00
LICENSE Initial commit 2020-02-23 21:48:39 -05:00
main.go Use pulse audio 2020-11-16 06:23:35 -08:00
README.md Update README.md 2020-05-09 14:10:41 -04:00

di-tui

A simple terminal UI player for di.fm Premium

App Screenshot

Caveat

This player is a somewhat crude proof-of-concept that was written over the course of ~8 hours and slightly improved upon since. There are not doubt bugs. Help me improve it if you find it useful.

Install

This app has been tested on Linux and Mac, but not Windows. However, it should also build on Windows.

Binary Releases

There are binary builds available in releases.

With go get

go get -u github.com/acaloiaro/di-tui

If $GOPATH/bin is not on your $PATH (modify accordingly for ZSH users ~/.zshrc)

echo "export PATH=$PATH:$GOPATH/bin" >> ~/.bashrc
source ~/.bashrc

If your $GOPATH is not set, see https://github.com/golang/go/wiki/SettingGOPATH

Authenticate

di-tui --username "you@yourdomain.com" --password "your password"

Run

di-tui