Help - Search - Members - Calendar
Full Version: WavPack problems
Hydrogenaudio Forums > Lossless Audio Compression > WavPack
matteo1983
hi! back again...

having a prob when i rip using 'Create Image + Cue Sheet' compressed this time!!

1. i insert cd, get the names from internet automatically etc.
2 i click 'Copy Image + Cue Sheet' > Compressed, Eac 'Compression Options'
are set to 'User Defined Encoder', File extension '.wv'
-w "Artist=%a" -w "Title=%t" -w "Album=%g" -w "Year=%y" -w "Track=%n" - w "Genre=%m" -h %s %d

after ripping i get two files, a .wv.wv image, and a .wv.cue cuesheet file.

when i load the .wv.cue file into Foobar it says 'cannot find referenced file in cuesheet' or something........
this is because in the cuesheet it looks for a .wv file, NOT a .wv.wv file!!!
renaming the .wv.cue file to look for a .wv.wv file makes it load fine in Foobar,

has anyone seen this before or know how to change the cuesheet file to look for the correct format?? i thought i may be something to do with the 'Hide extensions for known file types' option in Windows....

Cheers,

Matteo
Synthetic Soul
This is a well-known EAC issue - EAC doesn't like non-three letter extensions. It does the same with FLAC and LA.

If you use a tool like WACK or REACT it helps solve this stupid problem.

NB: It is easier and more sensible to rename "<name>.wv.wv" to "<name>.wv" than to amend the cuesheet FILE reference. smile.gif
matteo1983
lol! yeh i remember hearing about the extension problem! must hav illuded me!!

how do the othe programs get round it? are they finite soultions?, ie. are they the only way of making it work other than renaming .wv.wv. to .wv?

i remember from my earlier posts that u yourself use wavpack images, do u use the other programs or jus rename the file?

cheers

Matteo
Synthetic Soul
I use REACT.

I believe REACT works around it by naming encoded files itself, and bypassing EAC's renaming phase by not following the standard process (i.e.: "<name>.wav" -> "<temp>.wav" -> "<temp>.xxx" -> "<name>.xxx").
skelly831
I do it all straight from EAC with:

-hmw "CUESHEET=@*.cue" %s %d

I rip to a clean (empty) directory, the resulting wavpack file has the cuesheet embedded and the .wv.wv extension, I the simply remove the extra .wv and move the file to the directory where I keep all my image files. I'ts pretty simple.
Martin H
QUOTE(matteo1983 @ Dec 13 2005, 08:38 PM)
2    i click 'Copy Image + Cue Sheet' > Compressed, Eac 'Compression Options'   
      are set to 'User Defined Encoder', File extension '.wv'
      -w "Artist=%a" -w "Title=%t" -w "Album=%g" -w "Year=%y" -w "Track=%n" -      w "Genre=%m" -h %s %d

There's no point in tagging an image with "Title" and "Track" tags...

Use this instead :

-hm -w "Artist=%a" -w "Album=%g" -w "Year=%y" -w "Genre=%m" %s

If you wan't the cuesheet embedded, then use this instead :

-hm -w "Cuesheet=@*.cue" -w "Artist=%a" -w "Album=%g" -w "Year=%y" -w "Genre=%m" %s

(Use a clean ripping directory, since there must only be one cuesheet present...)

I have added -m to your command line, which calculates and stores an MD5 signature of the original unencoded audio data, which can be used to verify the integrity of the image with later...

Edit: Typo: Corrected "-h" to "-m".
Synthetic Soul
QUOTE(Martin H @ Dec 14 2005, 01:46 AM)
I have added -h to your command line, which calculates and stores an MD5 signature of the original unencoded audio data, which can be used to verify the integrity of the image with later...
CODE
         -h  = high quality (best compression in all modes, but slower)
         -m  = compute & store MD5 signature of raw audio data

I know you know this. smile.gif

matteo1983
thanks guys!! looks like ive finally got this sorted!!, can now rip my 100's of cds content that 'i know wat im doing' !!!

cheers for all the replies!

until we meet again,

Matteo
Martin H
QUOTE(Synthetic Soul @ Dec 14 2005, 10:20 AM)
QUOTE(Martin H @ Dec 14 2005, 01:46 AM)
I have added -h to your command line, which calculates and stores an MD5 signature of the original unencoded audio data, which can be used to verify the integrity of the image with later...
CODE
         -h  = high quality (best compression in all modes, but slower)
         -m  = compute & store MD5 signature of raw audio data

I know you know this. smile.gif
*


I can't believe that i posted -h instead of -m laugh.gif Now i'm really embarassed smile.gif

Thank's for the correction Synthetic Soul smile.gif

Edit: Typo.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.