mp3dirlist
This is a tool to create an HTML file containing all music in the current directory. This is done by reading all id3 tags recursively and then assembling the rest.
This isn't even alpha, it's experimental. It's quick and dirty still and needs some polishing :)
Requirements
The core:
- ExifTool -- most likely available for your system as Image::ExifTool, provided via something like libimage-exiftool-perl
The auxiliaries:
- Bash (Bourne Again Shell)
- GNU coreutils, sed and (g)awk -- most likely already installed on your system
Installation
Just type "make help".
The alternative: Copy bin/mp3dir2html to a PATH directory of your choice, and copy man1/mp3dir2html.1 to a system manpage directory of your choice (with or without compression, whatever preferred).