New Version 0.2.2 of TerminalDrome

I just finished the work on TerminalDrome 0.2.2 and I am really proud of it, because I don’t know nothing about Rust programming language but the Terminal NaviDrome Client is running very well :-)

TerminalDrome started, Cover Art, no artist or album chosen


Whats is new?

What else?

Tested on:

If you download and test it, please let me now if it works. Bug reports straight to this blog here. Thank you.

Build Instructions (short)

In this early stage, but TerminalDrome runs on a daily basis here, it is a good idea to let it run via cargo run. Short build instructions as follows:

MPV

Because TerminalDrome is based on mpv, we need to install this module first. It’s responsible for sound output and is found on all Linux and macOS derivatives. It would probably work on Windows too, but Windows is too far removed from my experience.

apt install mpv

or

brew install mpv

or

sudo pacman -S mpv

and so on. So, now we can build TerminalDrome. Rust. We need rust for that. Please install the rust part of your distribution.

🔧 Build with Cargo

git clone https://github.com/thafaker/termnavi.git TerminalDrome

After the download, change to TerminalDrome directory:

cd TerminalDrome

and create a file config.toml, there is a config.toml.template which you can edit:

[server]
url = "https://YourNaviDromeServer.de"
username = "yourUser"
password = "yourPass"

than:

cargo run

Thats all, that should build and run TerminalDrome and let it run, connected to your NaviDrome Server.

Ressources