CUE Tools, Convert between different CUE sheet styles |
![]() ![]() |
CUE Tools, Convert between different CUE sheet styles |
Sep 19 2007, 09:40
Post
#26
|
|
|
Group: Members Posts: 22 Joined: 7-September 07 Member No.: 46866 |
I tested various formats with 1.9.0 and theres results: (input-output)
flac-(whatever, even if only create .cue)=error wav-wav=ok wav-flac=error wav-wv-ok wv-wav=ok wv-flac=error wv-wv=ok Seems like problem is flac related somewhere and 1.7.1 is working fine. This post has been edited by saltaslt: Sep 19 2007, 12:21 |
|
|
|
Sep 19 2007, 19:52
Post
#27
|
|
![]() Group: Members Posts: 193 Joined: 5-June 02 From: Virginia Beach, VA Member No.: 2227 |
I don't know what could be going wrong because there were no changes to the FLAC reading code between 1.7.1 and 1.8.0, and I can't imagine any problems with the changes to the writing code. I did upgrade the FLAC library from 1.1.4 to 1.2.0 but that shouldn't matter because there were only minor changes to the libFLAC interface that didn't affect me. I will try to release a new version of CUE Tools soon with the new FLAC 1.2.1 library, maybe that will help.
|
|
|
|
Sep 19 2007, 22:19
Post
#28
|
|
![]() Group: Members Posts: 193 Joined: 5-June 02 From: Virginia Beach, VA Member No.: 2227 |
1.9.1 released. Adds settings for WavPack compression/extra modes, updates libFLAC to 1.2.1, and adds option to automatically preprocess CUEs with the filename corrector.
@saltaslt: Please let me know if the FLAC stuff works in this version. |
|
|
|
Sep 19 2007, 23:51
Post
#29
|
|
|
Group: Members Posts: 22 Joined: 7-September 07 Member No.: 46866 |
Still same as 1.9.0
|
|
|
|
Sep 21 2007, 18:42
Post
#30
|
|
|
Group: Members Posts: 1540 Joined: 13-August 03 Member No.: 8353 |
QUOTE Added: Configurable WavPack compression mode and extra mode. Ah, this is great! It saves me from manually encoding the WAV in a command shell. CUETools gets better and better with each release, great work Moitah! EDIT: Oh, one request tho (it never ends! This post has been edited by Fandango: Sep 21 2007, 18:45 |
|
|
|
Sep 21 2007, 19:03
Post
#31
|
|
![]() Group: Members Posts: 193 Joined: 5-June 02 From: Virginia Beach, VA Member No.: 2227 |
Any chance you can add the following features? I need this for a project I'm doing for my sister... Possibly but don't hold your breath Ah, this is great! It saves me from manually encoding the WAV in a command shell. CUETools gets better and better with each release, great work Moitah! EDIT: Oh, one request tho (it never ends! I left that out because IIRC it's not just a simple option passed to the WavPack encoder, it's actually up to the encoding program to calculate the MD5 itself. I'll take a look again and see how much work it would require.
This post has been edited by Moitah: Sep 21 2007, 19:04 |
|
|
|
Sep 22 2007, 02:06
Post
#32
|
|
![]() Group: Members Posts: 124 Joined: 13-October 03 Member No.: 9280 |
CUE Tools won't convert my single-file cue to a multiple-files cue. I checked the box, "Create cue sheet only (no audio files)", but I get an error message that says it can't locate a wav file. Why is it needed?
|
|
|
|
Sep 22 2007, 02:25
Post
#33
|
|
![]() Group: Members Posts: 193 Joined: 5-June 02 From: Virginia Beach, VA Member No.: 2227 |
@Grey: It would be possible to do cuesheet-only conversion from single to multiple file cue without the audio file. However it is easier and cleaner in the code to require the audio file. I will consider it for a future release.
|
|
|
|
Sep 22 2007, 02:43
Post
#34
|
|
![]() Group: Members Posts: 124 Joined: 13-October 03 Member No.: 9280 |
@Grey: It would be possible to do cuesheet-only conversion from single to multiple file cue without the audio file. However it is easier and cleaner in the code to require the audio file. I will consider it for a future release. Thanks. I realize that in most cases the wav files would be readily available, but I made a mistake. I split a wav file with EAC, deleted the single wav, then accidentally deleted the wrong cue. I ended up rejoining the files with Foobar for the purpose of using your app. In the end, it wasn't that much of a hassle. I guess I was just wondering if the properties of the wav file had some affect on the generated cue. I assume by your answer that it does not. |
|
|
|
Sep 22 2007, 02:49
Post
#35
|
|
![]() Group: Super Moderator Posts: 9269 Joined: 1-April 04 Member No.: 13167 |
I wrote a batch script a while back that can do what you want...
http://www.hydrogenaudio.org/forums/index....st&p=436231 -------------------- Everything sounds the same until it is proven otherwise.
|
|
|
|
Sep 22 2007, 03:58
Post
#36
|
|
![]() Group: Members Posts: 124 Joined: 13-October 03 Member No.: 9280 |
I wrote a batch script a while back that can do what you want... http://www.hydrogenaudio.org/forums/index....st&p=436231 Works great. Thank you. |
|
|
|
Sep 24 2007, 05:25
Post
#37
|
|
![]() Group: Members Posts: 193 Joined: 5-June 02 From: Virginia Beach, VA Member No.: 2227 |
I was able to track down the FLAC crashing issue, thanks to saltaslt for helping me test. It only happens on CPUs that don't support SSE and was caused by some sort of conflict between a function that FLAC uses in its SSE detection routine and something else (not sure, .NET runtime maybe). The fixed FLACDotNet can be downloaded here (if your CPU supports SSE you don't need this, it wouldn't hurt anything though).
|
|
|
|
Sep 24 2007, 13:30
Post
#38
|
|
|
Group: Members Posts: 22 Joined: 7-September 07 Member No.: 46866 |
Thanks for fixing it Moitah. Now it works flawlessly again on those outdated CPU's
This post has been edited by saltaslt: Sep 24 2007, 13:32 |
|
|
|
Sep 25 2007, 06:55
Post
#39
|
|
|
Group: Members Posts: 97 Joined: 27-November 05 Member No.: 26025 |
What is wavpack 'extra mode' here?
asymmetrical computation for faster decode? I hope Cuetools will be more stable |
|
|
|
Sep 25 2007, 07:25
Post
#40
|
|
![]() Group: Members Posts: 193 Joined: 5-June 02 From: Virginia Beach, VA Member No.: 2227 |
It's the same as WavPack's -x switch, which spends more time encoding to achieve better compression without affecting decode speed.
|
|
|
|
Sep 30 2007, 07:17
Post
#41
|
|
|
Group: Members Posts: 5 Joined: 17-June 03 Member No.: 7241 |
Still same as 1.9.0 I have the same problem ... and was too lazy to report |
|
|
|
Oct 14 2007, 16:14
Post
#42
|
|
|
Group: Members Posts: 26 Joined: 14-July 06 Member No.: 32894 |
Great program, moitah, congratulations !
Could you please add APE input support ? thanks, N. |
|
|
|
Jan 12 2008, 19:08
Post
#43
|
|
![]() Group: Members Posts: 51 Joined: 25-March 05 Member No.: 20929 |
File corrector works perfectly, thank you very much for the great program Moitah!
-------------------- a frag a day keeps the doctor away
|
|
|
|
Jan 20 2008, 01:02
Post
#44
|
|
![]() Group: Members Posts: 90 Joined: 14-December 07 From: space Member No.: 49531 |
Moitah
Thank You for a great program |
|
|
|
Jan 20 2008, 03:40
Post
#45
|
|
|
Group: Members Posts: 11 Joined: 22-August 07 Member No.: 46414 |
This is a GREAT tool. I sent the author money: everyone else should too.
Bill |
|
|
|
Mar 15 2008, 12:56
Post
#46
|
|
|
Group: Members Posts: 1 Joined: 13-January 06 Member No.: 27078 |
Hi!
I split a wav image to FLAC tracks according to the cue sheet. It works great. The only thing what I need or missed the tag of the flac files. Is it possible to put the cue sheet data to the FLAC tag? I can manage it with other tagging tools, but it would be very nice if the CueTools can do this. |
|
|
|
Mar 25 2008, 20:03
Post
#47
|
|
![]() Group: Members Posts: 105 Joined: 26-October 04 Member No.: 17847 |
Hi Moitah!
Is your "Wav Tools" now included in "Cue Tools"? I mean I can't find Wav Tools at your homepage anymore. I didn't follow here in recent times, so I don't know, but I guess that functionaliy of Wav Tools is in Cue Tools now. Am I right? Great tool indeed! |
|
|
|
Mar 25 2008, 23:08
Post
#48
|
|
![]() Group: Members Posts: 193 Joined: 5-June 02 From: Virginia Beach, VA Member No.: 2227 |
@madmaxhu: CUE Tools isn't able to read or write any tags. It's a good idea, though.
@batagy: Yeah, since I added support for write offset to CUE Tools I don't really have a use for WAV Tools anymore. WAV Tools is still available for download here even though I removed it from the main page. |
|
|
|
Apr 9 2008, 07:10
Post
#49
|
|
|
Group: Members Posts: 11 Joined: 7-April 08 Member No.: 52623 |
I need to just edit drive offsets. I don't have cue sheets and all the songs in my CDs have been ripped to separate files. Is there some way I could accomplish this with CUE Tools?
|
|
|
|
Apr 9 2008, 08:16
Post
#50
|
|
![]() Group: Super Moderator Posts: 4887 Joined: 12-August 04 From: Exeter, UK Member No.: 16217 |
I need to just edit drive offsets. I don't have cue sheets and all the songs in my CDs have been ripped to separate files. Is there some way I could accomplish this with CUE Tools? IIRC that is what WAVTools, mentioned above, is specifically for.
-------------------- I'm on a horse.
|
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 26th May 2013 - 03:28 |