notryanb / nu_plugin_id3

A Nushell plugin to get Id3 tag information as structured data.
6 stars 1 forks source link

Better public api #5

Closed notryanb closed 4 years ago

notryanb commented 4 years ago

Currently id3 supports parsing the tags by expecting the input to be a file path. This means id3 currently has to be used in the following manner - ls | get name | id3.

This is not intuitive for the user and depends upon another command running first.

Investigate / Add Support for: