if your tracks are all at the same level you could use a simple for
loop

e.g.


Code:
--------------------
    for i in /home/music/Music\ Library/*/*/*.mp3; do mp3gain -a "$i"; done
--------------------


Don't know what the correct syntax for the mp3gain command is I don't
use it but you can put in what ever you like.


-- 
nobspangle
------------------------------------------------------------------------
nobspangle's Profile: http://forums.slimdevices.com/member.php?userid=2969
View this thread: http://forums.slimdevices.com/showthread.php?t=36116

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to