RomanHargrave / cuelib

GIT repo containing the currently (idle?) dead cuelib
GNU Lesser General Public License v2.1
0 stars 0 forks source link

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

Closed RomanHargrave closed 9 years ago

RomanHargrave commented 9 years ago

From monsterm...@gmail.com on June 05, 2008 16:50:02

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 ". If the title from the cue sheet is "Thriller", "c:\tool\tool.exe" will be called with the parameter "Thriller".</p> <p>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.</p> <p>This behaviour is unnecessary and undocumented, so should be removed.</p> <p><em>Original issue: <a rel="noreferrer nofollow" target="_blank" href="http://code.google.com/p/cuelib/issues/detail?id=18">http://code.google.com/p/cuelib/issues/detail?id=18</a></em></p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/RomanHargrave"><img src="https://avatars.githubusercontent.com/u/6024227?v=4" />RomanHargrave</a> commented <strong> 9 years ago</strong> </div> <div class="markdown-body"> <p><em>From <a href="https://code.google.com/u/114086941947790110678/">monsterm...@gmail.com</a> on June 05, 2008 14:53:06</em></p> <p>Fixed in issue #69.</p> <p><strong>Status:</strong> Verified </p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/RomanHargrave"><img src="https://avatars.githubusercontent.com/u/6024227?v=4" />RomanHargrave</a> commented <strong> 9 years ago</strong> </div> <div class="markdown-body"> <p><em>From <a href="https://code.google.com/u/114086941947790110678/">monsterm...@gmail.com</a> on June 05, 2008 15:00:47</em></p> <p>Fixed in issue #70. Revision 69 did not actually address this issue.</p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>