Template-Plugin-MP3-Tag
view release on metacpan or search on metacpan
template/sample.tt view on Meta::CPAN
[% FOREACH filename = files %]
[% USE tag = MP3::Tag(filename) %]
[% USE Jcode %]
[% tag.album.jcode.euc %]
[% tag.artist.jcode.euc %]
[% tag.song.jcode.euc %]
[% tag.track.jcode.euc %]
[% tag.title.jcode.euc %]
[% tag.genre.jcode.euc %]
[% tag.year.jcode.euc %]
[% tag.commen.jcode.euc %]
[% END %]
( run in 2.375 seconds using v1.01-cache-2.11-cpan-b16cb0d3907 )