search for: get_mp3tag

Displaying 3 results from an estimated 3 matches for "get_mp3tag".

2004 Sep 10
0
FLAC to mp3 batch converter?
...list >Flac-dev@lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/flac-dev > -------------- next part -------------- #!/usr/bin/perl use MP3::Info; foreach $file (@ARGV) { if (!($file =~ /\.flac$/)) { print "Skipping $file\n"; next; } if ($tag = get_mp3tag($file)) { $artist = $tag->{ARTIST}; $title = $tag->{TITLE}; $album = $tag->{ALBUM}; $track = $tag->{TRACKNUM}; chomp($artist); chomp($title); chomp($album); chomp($track); $track = sprintf("%2.2d", $track); } else { print "Couldn&...
2004 Sep 10
2
FLAC to mp3 batch converter?
I'm just wondering if someone wrote a perl script to convert a directory with flac files into mp3 and preserving the id3 tag from flac to mp3? I have two harddrives where I keep my favorite CDs in flac and others in mp3 but when I get tired of them, I move them into mp3 and rather than popping the original CD in, it might be easier to just convert from flac to mp3 directly. Please cc me on
2004 Aug 06
2
Metadata once more...with Ices
dimanche 24 mars 2002, 21:42:54, Brendan Cully a écrit : >> I also had strange results when commenting this function (in that case >> it is supposed to stream the name of the song, by reading the IdTag). With >> Winamp, I didn't get anything ("unnamned"), with XMMS, I had the proper >> name, with "unnamned" written after it, and it only worked