Crates.io | nu_plugin_id3 |
lib.rs | nu_plugin_id3 |
version | 0.3.0 |
source | src |
created_at | 2020-02-21 23:55:28.187969 |
updated_at | 2021-02-12 23:10:46.641197 |
description | An id3 reading plugin for Nushell |
homepage | |
repository | https://github.com/notryanb/nu_plugin_id3 |
max_upload_size | |
id | 211334 |
size | 35,727 |
The id3
is a plugin for nushell that helps you read the id3 metadata of your mp3 files.
This is project is experimental and still under development.
The public API for the user (flags, command input, etc...) may change while nushell is still pre 1.0
.
This project is still lacking many features
compact
removes empty rows)This project depends on a minimum of nushell 0.10.0
to be installed as that is when support for plugin names containing numbers started.
cargo install nu_plugin_id3
cargo install --path .
id3
will recursively walk a directory and try to parse id3 tags for each file it finds.
The only parameter id3
takes is an optional path.
If no optional path is given, id3
will search the current directory.
You may specify an arbitrary directory or path to search.
// Searches the present working directory
id3
// Searches all directories inside of ~/mp3s/fugazi
id3 ~/mp3s/fugazi
To take advantage of some fun features of nushell like viewing images in your terminal,
you'll need to have the binaryview
plugin installed with nushell.
You can install this via cargo install nu_plugin_binaryview
.
// :)
id3 ~/mp3s/fugazi/repeater | get pictures | first | get data