git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: a9a743968f96821afdf0e54fba71d8d56584350f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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](http://www.sno.phy.queensu.ca/~phil/exiftool/) -- most likely available for your system as **Image::ExifTool**, provided via something like *libimage-exiftool-perl*

The auxiliaries:

* [Bash](http://www.gnu.org/software/bash/) (Bourne Again Shell)
* [GNU coreutils](http://www.gnu.org/software/coreutils/), [sed](http://www.gnu.org/software/sed/) and [(g)awk](http://www.gnu.org/software/gawk/) -- 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 man/mp3dir2html to a system manpage directory of your choice (with or without compression, whatever preferred).