sudipghimire533 / ytui-music

Youtube client in terminal for music ( lightweight youtube client )
GNU General Public License v2.0
467 stars 19 forks source link
music music-player playlist rust tui youtube youtube-dl

Ytui-music

Listen to music from youtube inside terminal with sleek tui

Ytui-music Search Result

See more screenshots


Installation

1) Download latest binary from release page. If binary is not available for your platform, head on to build from source

2) Give it executable permission and from downloaded directory, in shell:

ytui_music run

3) You may need to jump to Usage Guide


Dependencies

Ytui-music depends on mpv and youtube-dl. You may refer to the official websites of mpv and youtube-dl.

If you have choco for windows or brew in mac or one of popular package manager in Linux you may run:

- Windows (In powershell or cmd)

choco install mpv youtube-dl

- Mac

brew install mpv youtube-dl

- Debian/Ubuntu Derivatives

sudo apt update -y
sudo apt install -y youtube-dl libmpv1 libmpv-dev

For other distributions, install youtube-dl and mpv packages in your preferred methods


Before running ytui-music

Before you start with ytui-music, make sure that the following directory exists and that you have write permission to ytui-music in order to save configuration file.

Windows

C:\Users\<username>\AppData\Roaming or anv var {FOLDERID_RoamingAppData}

Mac

/Users/<username>/Library/Application Support or $HOME/Library/Application Support

Linux

$HOME/.config/ or /home/<username>/.config or env var $XDG_CONFIG_HOME


Building from Source

Ytui-music is written entirely in Rust and building it from source is dead simple. All you have to do is download source, install rust and build with cargo.

1) Installing rust. Head to Rust installation. It is basically doing

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

2) Get the source code. You can [download from the archives]() or use git clone:

git clone git@github.com:sudipghimire533/ytui-music

3) cd into source root and do:

cargo build --all --release

4) The compiled binary is located in target/release/ directory. Copy the ytui_music binary and place it somewhere where it is easy to run. Preferrably under $PATH.

sudo update-alternatives --install /usr/local/bin/ytui_music ytui_music $PWD/target/release/ytui_music 1

5) Ytui-music is now ready to fire. Head over to usage


Usage

ytui-music is single binary so it shouldn't be difficult to run. Just make sure you have installed the required dependencies.

Run ytui-music

ytui_music run

Show help message

ytui_music help

Show current configured shortcuts

ytui_music info shortcuts

Show version information

ytui_music infor version

Searching

1) Press / to go to search box 2) Type

Navigating

Playback control

Downloading

1) Highlight the item you want to download. Currently downloading of music and playlist is supported. 2) Press CTRL+d to download the selection

Quitting

Adding to favorites

1) Highlight the item you want to add or remove from favorites 2) Press f to add or u to remove from favorites 3) To see your list


Screenshots

This is what ytui-music looks like. It may even look better on yours. ;)

Click to see screenshots ![Initial Screen](screenshots/initial-screen.png) ![Searching Music](screenshots/music-search.png) ![Search Results](screenshots/search.png) ![Responsive UI](screenshots/small-screen.png) ![Music Info](screenshots/music-info.png) ![Playing Music](screenshots/playing.png)