tnozaki / cuelib

Automatically exported from code.google.com/p/cuelib
1 stars 2 forks source link

TrackCutter normalizes all metadata fields in a post-processing command. #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
TrackCutter can be configured with a post-processing command. In this
command, one can make references to metadata from the cue sheet. For
instance, the post-processing command can be "c:\tool\tool.exe <title>". If
the title from the cue sheet is "Thriller", "c:\tool\tool.exe" will be
called with the parameter "Thriller".

The problem is that TrackCutter normalizes these metadata fields as though
they were file names. For instance, the character '/' will be converted to
'_', as '/' could cause problems when used in a file name.

This behaviour is unnecessary and undocumented, so should be removed.

Original issue reported on code.google.com by monsterm...@gmail.com on 5 Jun 2008 at 9:50

GoogleCodeExporter commented 8 years ago
Fixed in issue 69.

Original comment by monsterm...@gmail.com on 5 Jun 2008 at 9:53

GoogleCodeExporter commented 8 years ago
Fixed in issue 70. Revision 69 did not actually address this issue.

Original comment by monsterm...@gmail.com on 5 Jun 2008 at 10:00