DanielPhoton / xld

Automatically exported from code.google.com/p/xld
0 stars 0 forks source link

Opening with cue sheet does not open flac file. brings up dialog with "cannot open input file" #233

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. loading cue file does not find associated flac file.
2.
3.

How about the reproducibility (always, sometimes, rarely, ...)?
always

What is the expected output? What do you see instead?
I expected conversion into split mp3s.
I see dialog with "cannot open input file"

What version of the product are you using? On what operating system?
20131102 (145) OSX 10.9.1

Please provide any additional information below.
Attached cue file.
I can guarantee flac file is named the same as it is in the cue file and is in 
the same folder.

Original issue reported on code.google.com by miro.sa...@gmail.com on 17 Feb 2014 at 5:47

Attachments:

GoogleCodeExporter commented 8 years ago
It has UTF-16 encoding which isn't supported. Convert to UTF-8 before open.

Original comment by tmkkmac on 18 Feb 2014 at 12:07