A simple terminal UI player for di.fm
Find a file
Adriano 6c87b046ad
Update context.go
Update inaccurate code comment
2020-07-27 22:37:52 -06:00
app Add ASCII album art 2020-05-09 14:18:06 -04: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 Update context.go 2020-07-27 22:37:52 -06:00
difm Clean up status messaging 2020-03-25 21:02:16 -04: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
di-tui.go Turn off termianl true colors 2020-04-06 10:52:26 -04:00
go.mod Add ASCII album art 2020-05-09 14:18:06 -04:00
go.sum Add ASCII album art 2020-05-09 14:18:06 -04:00
LICENSE Initial commit 2020-02-23 21:48:39 -05: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