Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: How to unpack embedded arts cue and log from single .wv (Read 11425 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

How to unpack embedded arts cue and log from single .wv

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

How to unpack embedded arts cue and log from single .wv

Reply #1
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.  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.

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
I'm on a horse.

 

How to unpack embedded arts cue and log from single .wv

Reply #2
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.  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.

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