jevinskie / sacd-ripper-google-code

Automatically exported from code.google.com/p/sacd-ripper
GNU General Public License v2.0
2 stars 2 forks source link

extract from iso to dsf fails on getz/gilberto sacd #71

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. take iso from verve sacd (which works fine), and run with -s option

What is the expected output? What do you see instead?

sacd_extract crashes on first track; no output.

What version of the product are you using? On what operating system?

0.3.7, Windows 8 64 bit.

Please provide any additional information below.

See attached screen.

Original issue reported on code.google.com by bdar...@gmail.com on 9 Sep 2013 at 6:55

Attachments:

GoogleCodeExporter commented 9 years ago
Make sure it's not a file name length problem! I find those from time to time, 
especially when I'm a few directories deep and the extract file names are very 
long. To get around this:
1) put the ISO at the root level of a drive with sacd_extract
2) extract from there

sacd_extract just falls through those files and skips them. I have requested a 
fix that would auto truncate the file and export the file with a truncated 
name. You still could have issues with the directory that is created being to 
long, where the solution above would work for you. Good luck.

Camelx

Original comment by kamel5...@gmail.com on 14 Nov 2013 at 10:33

GoogleCodeExporter commented 9 years ago
Yes, that's the problem: file name of extracted tracks are pretty
long, and it works if I run from the root directory. What an annoying
limitation!

Thanks!

Original comment by bdar...@gmail.com on 15 Nov 2013 at 3:49