HydrogenAudio

Lossless Audio Compression => WavPack => Topic started by: Porcuhead on 2008-07-03 10:39:46

Title: How to unpack embedded arts cue and log from single .wv
Post by: Porcuhead on 2008-07-03 10:39:46
hi folks,
i'm no newbee in audiocoding, god beware, i m member here since around 6 years.

basic : i organize my collections in folders - means i have the music with the eac logs and cuesheets in folders -
and in that folder i have the coverscans in a seperate folder.
my music library is my speedcommander datamanager.

problem : i have got an album as single .wv with embedded arts cue and logfiles.

question : is there a method or a special program to unpack that embedded files within that single .wv?


i searched the net for hours as well as i read the wvunpack guide with special commands?
but i havent found yet what i need yet.

For example i have found an easy method to unpack embedded files in .flac by usin metaflac and a batchfile - that unpacks anything inside the flac.

isnt there sumpn like that for wavpack? or an other method.

many many thx for your help.

shine on
Title: How to unpack embedded arts cue and log from single .wv
Post by: Synthetic Soul on 2008-07-03 11:12:14
Case's Tag and foobar could extract the cue sheet and log for you; however to get the artwork as well I would have to go with MP3Tag (http://www.mp3tag.de/).  I don't use it myself, but I'm pretty sure that it will read artwork in APEv2 tags and I suspect that it will allow you to export it.

Edit: Sorry, after re-reading I see that the artwork is not embedded.

If you like your batch files you may want to take a look at automating using Case's Tag (http://wiki.hydrogenaudio.org/index.php?title=Tag.exe).

Code: [Select]
TAG.EXE --tostdout {tag name} {file name}>{external file}

E.g.:

Code: [Select]
TAG.EXE --tostdoutn cuesheet file.wv>file.cue
TAG.EXE --tostdoutn eaclog file.wv>file.log
Title: How to unpack embedded arts cue and log from single .wv
Post by: Porcuhead on 2008-07-03 11:45:40
Case's Tag and foobar could extract the cue sheet and log for you; however to get the artwork as well I would have to go with MP3Tag (http://www.mp3tag.de/).  I don't use it myself, but I'm pretty sure that it will read artwork in APEv2 tags and I suspect that it will allow you to export it.

Edit: Sorry, after re-reading I see that the artwork is not embedded.

If you like your batch files you may want to take a look at automating using Case's Tag (http://wiki.hydrogenaudio.org/index.php?title=Tag.exe).

Code: [Select]
TAG.EXE --tostdout {tag name} {file name}>{external file}

E.g.:

Code: [Select]
TAG.EXE --tostdoutn cuesheet file.wv>file.cue
TAG.EXE --tostdoutn eaclog file.wv>file.log



just found a solution and as i was finished i saw here s a reply.

yes mp3 tag does it all (i ve changed from the antique 2.37 version to newest 2.41) .
and surprise there was the embedded arts to in extended tags mode visible

extracting the arts so easy there. just rightclick on the arts - extract - finished.

also u just can paste and copy the cue and log infos to created .txt files and rename em to .log , .cue

thats all, so ezy after all that long search. tsssssssss


many thx for your answer synthetic soul. have a great day.

shine on