listTUI

A simple, easy to use music player for the terminal, written in rust. Currently it support playing local and youtube playlists.

Installation

Using cargo

You can compile and install lisTUI using the following command. cargo install listui

The following dependencies are needed to compile the app:

If you want to be able to play youtube playlists, please make sure you have yt-dlp and ffmpeg installed as well.

Manual installation

WIP

Usage

Play a playlist stored in your computer:

listui ~/Music/playlist1

Or a YouTube playlist:

listui "https://www.youtube.com/playlist? list=PLauaob2FukqdpQf4g4ph7kY3IHOr-BwzJ"

Or just launch the app and see all your saved playlists:

listui

Configuration

Currently lisTUI only has only three configurable settings:

lisTUI will look for the file ~/.config/listui.config and read the settings from there. Here's an example of listui.config file: YT_API_KEY=some_key DOWNLOAD_DIR=/home/user/Music/my_downloaded_songs

Changelog

Check CHANGELOG.md in the GitHub repository.