Crates.io | tori |
lib.rs | tori |
version | 0.2.6 |
source | src |
created_at | 2023-04-20 04:37:03.304574 |
updated_at | 2024-01-31 01:18:59.00916 |
description | The frictionless music player for the terminal |
homepage | https://github.com/LeoRiether/tori |
repository | https://github.com/LeoRiether/tori |
max_upload_size | |
id | 844108 |
size | 231,715 |
tori is a terminal-based music player and playlist manager that can play music from local files and external URLs (supported by yt-dlp).
tori's documentation is hosted here. It includes a Getting Started guide and configuration instructions.
For code-related documentation, there's also a docs.rs entry.
cargo install tori
Alternatively, if you use an Arch-based Linux distro, you can install tori from the AUR: yay -S tori-bin
Prebuild binaries for Windows, Mac and other Linux distros will be available soon.
If you're using yt-dlp instead of youtube-dl, edit your mpv.conf
and paste the following line:
script-opts=ytdl_hook-ytdl_path=yt-dlp
Either this or follow the guide I followed :)