All Projects → acaloiaro → di-tui

acaloiaro / di-tui

Licence: BSD-2-Clause License
A simple terminal UI player for di.fm

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to di-tui

minimal-player
This is a minimal, clean audio/music/mp3 player with spinning cover images, built with jQuery, TweenMax.js and SVG images.
Stars: ✭ 48 (+45.45%)
Mutual labels:  music-player, audio-player
JetTunes-Desktop-Music-Player
Material design music player made with javafx
Stars: ✭ 36 (+9.09%)
Mutual labels:  music-player, audio-player
TonUINO
Alternative TonUINO Firmware
Stars: ✭ 112 (+239.39%)
Mutual labels:  music-player, audio-player
mpz
Music player for big local collections
Stars: ✭ 50 (+51.52%)
Mutual labels:  music-player, audio-player
badtaste
🎵 Terminal player with filesystem, google music and vk.com support
Stars: ✭ 40 (+21.21%)
Mutual labels:  music-player, audio-player
React H5 Audio Player
React audio player component with UI. It provides time indicator on both desktop and mobile devices.
Stars: ✭ 226 (+584.85%)
Mutual labels:  music-player, audio-player
pushtape-player.js
Customizable JS audio page player with global playback controls and autoscan (mutationobserver), built on Soundmanager2.
Stars: ✭ 27 (-18.18%)
Mutual labels:  music-player, audio-player
Html Midi Player
🎹 Play and display MIDI files on the web
Stars: ✭ 158 (+378.79%)
Mutual labels:  music-player, audio-player
SwimplyPlayIndicator
Animated PlayIndicator written in SwiftUI. Inspired by Apple's Music Player.
Stars: ✭ 52 (+57.58%)
Mutual labels:  music-player, audio-player
violin
🎵 Minimalistic music player for desktop devices.
Stars: ✭ 40 (+21.21%)
Mutual labels:  music-player, audio-player
react-aplayer
🍭 A React wrapper component of APlayer
Stars: ✭ 25 (-24.24%)
Mutual labels:  music-player, audio-player
amplyfm
A free and open-source web app for streaming music.
Stars: ✭ 46 (+39.39%)
Mutual labels:  music-player, audio-player
Musikcube
a cross-platform, terminal-based music player, audio engine, metadata indexer, and server in c++
Stars: ✭ 2,663 (+7969.7%)
Mutual labels:  music-player, audio-player
Swift Radio Pro
Professional Radio Station App for iOS!
Stars: ✭ 2,644 (+7912.12%)
Mutual labels:  music-player, audio-player
Audiomotion.js
High-resolution real-time spectrum analyzer and music player using Web Audio and Canvas APIs.
Stars: ✭ 177 (+436.36%)
Mutual labels:  music-player, audio-player
audioStreamDemo
A music player created in swift using AVPlayer to stream audio from server.
Stars: ✭ 33 (+0%)
Mutual labels:  music-player, audio-player
Sbplayerclient
支持全格式的mac版视频播放器
Stars: ✭ 110 (+233.33%)
Mutual labels:  music-player, audio-player
Cog
Cog - A Free and Open Source Audio Player for macOS 10.13+
Stars: ✭ 152 (+360.61%)
Mutual labels:  music-player, audio-player
MusicFolderPlayer
An elegant HTML5 web folder player for parties and/or private music collections, with playlist management that's just better.
Stars: ✭ 89 (+169.7%)
Mutual labels:  music-player, audio-player
ANMP
multi-channel loopable video game music player for nerds and audiophiles
Stars: ✭ 16 (-51.52%)
Mutual labels:  music-player, audio-player

di-tui

A simple terminal UI player for di.fm Premium

App Screenshot

Dependencies

PulseAudio

Both linux and MacOS depend on pulseaudio to be running.

MacOS

By default, pulseaudio on MacOS runs as "root", which is not ideal. PulseAudio is best run by non-root users. By symbolically linking the pulseaudio plist file into your user's ~/Library/LaunchAgents/, it runs as your user.

brew install pulseaudio
ln -s $(brew info pulseaudio | grep "/usr/local/Cellar" | awk '{print $1}')//homebrew.mxcl.pulseaudio.plist ~/Library/LaunchAgents
brew services start pulseaudio

Linux

apt install pulseaudio

Install

Binary Releases

There are binary builds available in releases.

With go install

go install github.com/acaloiaro/di-tui@latest

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

There are two authentication options

  • Enter your username and password directly into di-tui
  • If you're justifiably uncomfortable with entering your username/password into this application, copy your "Listen Key" from (https://www.di.fm/settings) and create the following file:

~/.config/di-tui/config.yml

token: <YOUR LISTEN KEY>
album_art: <BOOLEAN>
key description
token Your di.fm authentication "Listen Key" found at https://www.di.fm/settings
album_art Turn album art on or off

Run

di-tui

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].