Crates.io | mm_music_tui |
lib.rs | mm_music_tui |
version | 0.9.2 |
source | src |
created_at | 2024-11-19 07:43:00.688152 |
updated_at | 2024-11-22 02:42:44.309332 |
description | A simple music TUI application. Supports a basic library stored in the home directory, downloads songs via yt-dlp, and has a TUI while playing |
homepage | |
repository | https://github.com/yekyam/mm_music_tui |
max_upload_size | |
id | 1452978 |
size | 60,852 |
~/.music_library
for ease of usePlays the songs in the library in a random order. Displays basic controls.
Downloads the song via the location URL, and adds the song with the given name and artist to the library.
Deletes the given song from the library.
Renames the given song in the library to the new name.
Outputs the songs in the library, sorted by artist name.
Open an issue, let's discuss.