Perl script to that scans a directory structure and converts flac files to mp3. The converted files are written to a new directory structure that mirrors the original.
Changes for this version: v0.2.7 - changed the way file and directory names are processed to be more portable (Now make more extensive use of File::Spec) - Now processes MusicBrainz tags (thanks Hakan <hakan@gurkensalat.com>)
Perl script to that scans a directory structure and converts flac files to mp3. The converted files are written to a new directory structure that mirrors the original.
Changes for this version: v0.2.6 - Now ships with additional non-standard modules - Now works on Windows (tested with ActiveState Perl v5.8.7 - Moved Revision history to separate file - Added some documentation
Perl script to that scans a directory structure and converts flac files to mp3. The converted files are written to a new directory structure that mirrors the original.
Changes for this version:
v0.2.4 - Handle extended characters better (accents, etc.) [thanks Dan Sully] - Don't reset timestamp of destination file - Moved flags into a hash structures (%Options, %pflags} - Other code restructuring
Perl script to that scans a directory structure and converts flac files to mp3. The converted files are written to a new directory structure that mirrors the original.
New in this version:
v0.2.3 - Added --force option to force conversion - files/directories now processed alphabetically - Revised tag-handling code - Now handles Comments correctly (Comments are complex frames) - Tidied up code with perltidy (http://perltidy.sf.net)
v0.2.2 (not released) - Bug-fix: timestamp comparison not quite right - Be more robust when converting files (thanks Darren Warner <darren@dazwin.com>)