notryanb / nu_plugin_id3

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

Support recursive directory traversal #8

Closed notryanb closed 4 years ago

notryanb commented 4 years ago

It might be cool to give id3 a top level directory that contains sub-directories with files in them. ie. a directory where artist_directory > [album_1, album_2, album3] and all the mp3 files within are parsed.

notryanb commented 4 years ago

This is taken care of in the 0.2.0 release.