scripts to gerate map files for juke(1).
mkmap /root/of/your/music
does (essentially)
du -a /root/of/your/music | du2map /root/of/your/music
to generate a map.
if utility program mp3tag is available, du2map uses it to
extract tags and turn them into attributes.
permutemap reads (from stdin) a map containing lines
title=.... and artist=....
and writes to stdout a new map containing a permuted
index for titles and artists.
both du2map and permutemap are in perl; feel free
to rewrite them in a more 9-ish language
(and don't forget mailing me a copy if you do so)
[email protected]
|