I have a samba share with my music on it, and I'd like to find out how much disk space only the mp3 files (not anything mixed in with my music like pictures or videos, or any other filetypes like flac or aac or ogg) are taking up. I've tried baobab, gdmap, and ncdu, and don't really want to basically install all of KDE to try filelight (which doesn't look like it can do this either).
I can get a big list of what all is going to move (find ~/moremusic -name "*.mp3"), but AFAIK that's not totally helpful. If I do something like du -a ~/moremusic | grep ".mp3" I get a whole big list that each line starts with the filesize in KB. Just have to have that added up and I'll be good to go, but I have no idea the best way to do that.