CUETools versions 1.9.5 through 2.1.4 (current), AccurateRip support & more |
CUETools versions 1.9.5 through 2.1.4 (current), AccurateRip support & more |
Oct 2 2008, 12:26
Post
#1
|
|
![]() Group: Developer Posts: 648 Joined: 2-October 08 From: Ottawa Member No.: 59035 |
Please welcome, CUETools v2.1.4. (CUETools download page) or direct link: http://www.cuetools.net/install/CUETools_2.1.4.rar
16.04.2012: CUETools 2.1.4: * CTDB 2.0: now ignoring pregap in parity calculations * CTDB 2.0: popular CDs can have twice larger correction files * CTDB 2.0: confidence values no longer include AccurateRip data * CTDB 2.0: simplified (per-track) verification log * CTDB 2.0: faster verification process with less network traffic * CUERipper: support for some older drives, like PLEXTOR W1210A * CUERipper: support for cover art * CUERipper: main window resizable * CUERipper: real test© mode * CUERipper: options dialog * Tagging: support for release date, release country, disc subtitle, label, catalog number, comment * Local DB: can now refresh folder, removing missing files from database and adding new files. * Codecs: LAME encoder updated to use libmp3lame.dll, which is now included in CUETools download (version 3.98.4) * Various bug fixes 14.06.2011: CUETools 2.1.2: * AccurateRip v2 support (without cross-pressing verification) * EAC CTDB plugin * CTDB now supports musicbrainz Next Generation Schema (NGS) metadata. Old musicbrainz library removed. New musicbrainz NGS metadata can now be used in filename templates, including %discname%, %label%, %releasedate%, %country%, %releasedateandlabel%, %discnumberandname% * CTDB submissions are now based on the same data that was used when verifying, so 'submit' script was removed, and data is submitted after verification, after showing confirmation dialog * CTDB verification is now much faster * Local DB: option to purge records * Local DB: now shown in the same window as folder browser * metadata editing window size is now saved in settings * CUERipper now sends CD barcode and rip quality when submitting * support for wierd CDs with two data tracks before audio IMPORTANT: .NET Framework 2.0 (SP2) required. If you get a "could not load file or assembly" error message for CUETools.Codecs.TTA/APE/WavPack/FLAC, make sure the recent version of Visual C++ 2008 runtime files (x86,x64) is installed. You can always download the latest source code from project's SVN repository at SourceForge. Instructions for svn access can be found here. This post has been edited by Gregory S. Chudov: Apr 17 2012, 03:55 -------------------- CUETools 2.1.4
|
|
|
|
![]() |
Oct 3 2008, 17:11
Post
#2
|
|
|
Group: Members Posts: 1540 Joined: 13-August 03 Member No.: 8353 |
Ah I didn't see the "embed cue sheet" was selected! But still, if the configuration file of the 1.9.1 version had WAV output, 1.9.2 will still output a WAV file... the greyed out radio button is selected </edit>when I want to add a cue sheet via drag & drop into the "Input:" box, the cue sheet is not added. But apart from that... embed cue sheet, add AR CRC tags, and so on... great job! <edit>...I'm going blind I guess.</edit> This post has been edited by Fandango: Oct 3 2008, 17:35 |
|
|
|
Oct 4 2008, 02:48
Post
#3
|
|
![]() Group: Developer Posts: 648 Joined: 2-October 08 From: Ottawa Member No.: 59035 |
Ah I didn't see the "embed cue sheet" was selected! But still, if the configuration file of the 1.9.1 version had WAV output, 1.9.2 will still output a WAV file... the greyed out radio button is selected </edit>when I want to add a cue sheet via drag & drop into the "Input:" box, the cue sheet is not added. But apart from that... embed cue sheet, add AR CRC tags, and so on... great job! <edit>...I'm going blind I guess.</edit> Wierd, drag&drop works for me. Hi, Gregory sent me to this thread from this one : http://www.hydrogenaudio.org/forums/index....showtopic=56531 What I don't understand is that my need is to be able to analyze a whole album made of single-track files in lossless form (FLAC, etc.) put inside the same album folder. I may be blind too Fandango This functionality is mandatory for me since I have thousands of single-FLAC files and not a single cuesheet. No, it's me who is blind, i didn't notice you didn't have cuesheets. I'll think about automating the process, but for now i would recomend to write a script whch would create cuesheets for each directory. This would be very easy if your files have gaps appended. If they have gaps prepended or left out, there's nothing really that can be done - you have to know the size of gaps to be able to compare the disc to the database. Also if the first track had index 00, you're out of luck. Here is a a template for your cuesheet: CODE PERFORMER "Performer" TITLE "Title" FILE "first_filename.flac" WAVE TRACK 01 AUDIO TITLE "title 01" INDEX 01 00:00:00 FILE "second_filename.flac" WAVE TRACK 02 AUDIO TITLE "title 02" INDEX 01 00:00:00 ... In fact, you don't even have to specify correct file names - you can use an option "Preprocess with filename corrector if unable to locate audio files". You just have to have the correct number of tracks. So you can create those dummy cuesheets by hand, and then just copy into each folder a .cue sheet which has the same number of tracks as this folder. This post has been edited by Gregory S. Chudov: Oct 4 2008, 03:33 -------------------- CUETools 2.1.4
|
|
|
|
Oct 5 2008, 21:58
Post
#4
|
|
|
troll / ban evasion Group: Banned Posts: 244 Joined: 22-April 08 Member No.: 52991 |
No, it's me who is blind, i didn't notice you didn't have cuesheets. I'll think about automating the process, but for now i would recomend to write a script whch would create cuesheets for each directory. This would be very easy if your files have gaps appended. If they have gaps prepended or left out, there's nothing really that can be done - you have to know the size of gaps to be able to compare the disc to the database. Also if the first track had index 00, you're out of luck. Well, I believe there must already be some utility that can batch-create cuesheets from single-track files. I'm talking about simply selecting a start folder, and then the utility would scan all the subfolders, find all tracks within a given subfolder, then create a cuesheet from them. Am I wrong ? I am not a programmer, but I guess if such utility doesn't exist yet, it should be quite easy to create, and also to implement in CUETools. So Gregory, I hope you'll have the time to automate such process in the future. Thank you. So you can create those dummy cuesheets by hand, and then just copy into each folder a .cue sheet which has the same number of tracks as this folder. Um, yes, sure, but I have several thousand folders, so by hand is not a solution... |
|
|
|
Oct 6 2008, 00:53
Post
#5
|
|
|
Group: Members Posts: 24 Joined: 8-April 04 Member No.: 13334 |
Strange...
Can it be that CUE Tools cannot find right offset for a set of FLACs linked up with a dummy cuesheet? In my case it gives only "(00/01) No matches.", while TripleFlac! easily found offset to be -1501 (with "LeadIn: 0") and verification in CT with that value showed "Accurately ripped as in pressing(s) #1". Also when I converted "tracks + dummy cuesheet" to WAV "Single File + CUE", ARcue found -1501 as well. At the same time with another rip (in the form of "flac-image + cuesheet") verification, as it should, showed two results: one without offset correction ("No matches") and another, "offsetted". Command line parameters is the feature I missed so much! Very nice verification mode & awesome new log! Now I wish only CT could directly handle a set of FLAC files (or folder containing them) - I'd throw away TripleFlac! As for usability I can suggest hotkeys (Alt+letter) and Write Offset box right in the main window (yeah, it was there already some time ago, and IMHO so it were much more convenient). Also an option to set up filename for AccurateRip report would be nice to have. And to be completely a bore… |
|
|
|
Gregory S. Chudov CUETools versions 1.9.5 through 2.1.4 (current) Oct 2 2008, 12:26
Fandango QUOTE (Gregory S. Chudov @ Oct 4 2008, 03... Oct 4 2008, 14:53
Gregory S. Chudov QUOTE (No Fun @ Oct 6 2008, 02:53) Strang... Oct 6 2008, 15:40
No Fun QUOTE (Gregory S. Chudov @ Oct 6 2008, 18... Oct 7 2008, 00:15
Gregory S. Chudov QUOTE (No Fun @ Oct 7 2008, 02:15) So why... Oct 7 2008, 23:10
No Fun QUOTE (Gregory S. Chudov @ Oct 8 2008, 02... Oct 8 2008, 00:32
foorious Hi, Gregory sent me to this thread from this one :... Oct 3 2008, 18:17
Gregory S. Chudov I encountered some very strange logs:
CODE[Dis... Oct 4 2008, 22:53
No Fun Gregory S. Chudov
Thanks for nice new features... Oct 4 2008, 23:49
Raiden This is a great tool! I'm using it to batc... Oct 5 2008, 00:34
Gregory S. Chudov QUOTE (Raiden @ Oct 5 2008, 02:34) This i... Oct 5 2008, 14:57
Raiden It now says (excerpt):
CODE 19 [8c2ca83c... Oct 5 2008, 20:39
greynol Maybe 1501 is beyond the window being used. The A... Oct 7 2008, 04:12
No Fun QUOTE (greynol @ Oct 7 2008, 07:12) Maybe... Oct 7 2008, 07:07
Moitah It should be able to find offsets within +/- 2939.... Oct 7 2008, 05:48
Gregory S. Chudov QUOTE (greynol @ Oct 7 2008, 06:12) The l... Oct 7 2008, 18:25
Gregory S. Chudov QUOTE (Moitah @ Oct 7 2008, 07:48) By the... Oct 7 2008, 19:51
Gregory S. Chudov Well, in this case there is no bug. Either your co... Oct 8 2008, 01:47
No Fun QUOTE (Gregory S. Chudov @ Oct 8 2008, 04... Oct 8 2008, 08:58

foorious QUOTE (No Fun @ Oct 8 2008, 01:58) Creati... Oct 8 2008, 14:49


yury_usa Ok, how is this possible, then?
CODEEAC extractio... Oct 14 2008, 03:25


greynol QUOTE (yury_usa @ Oct 13 2008, 19:25) Now... Oct 14 2008, 03:29

Gregory S. Chudov QUOTE (No Fun @ Oct 8 2008, 10:58) Maybe ... Oct 9 2008, 20:35
greynol QUOTE (Gregory S. Chudov @ Oct 7 2008, 17... Oct 8 2008, 16:04
Gregory S. Chudov QUOTE (greynol @ Oct 8 2008, 18:04) QUOTE... Oct 8 2008, 17:00
NachoMan77 Hi Gregory !
thanks a lot for jumpstarting CU... Oct 8 2008, 13:56
spoon Correct AR has 2 CRCs one for the track, the other... Oct 8 2008, 16:31
Moitah @spoon: Is there a way to query the AccurateRip da... Oct 8 2008, 17:34
foorious I think I have the same problem as "No Fun... Oct 10 2008, 01:24
Gregory S. Chudov QUOTE (foorious @ Oct 10 2008, 03:24) Gre... Oct 10 2008, 11:00
Moitah @foorious: I checked freedb/Amazon and it looks l... Oct 10 2008, 04:01
foorious Oh, that's too bad : I have manually splitted ... Oct 10 2008, 10:32
Gregory S. Chudov QUOTE (foorious @ Oct 10 2008, 12:32) How... Oct 10 2008, 11:14
foorious QUOTE (Gregory S. Chudov @ Oct 10 2008, 04... Oct 10 2008, 12:57

Gregory S. Chudov QUOTE (foorious @ Oct 10 2008, 14:57) I d... Oct 10 2008, 13:31
Porcus QUOTE (Gregory S. Chudov @ Oct 10 2008, 12... Oct 16 2008, 19:14
Gregory S. Chudov QUOTE (Porcus @ Oct 16 2008, 21:14) (1) I... Oct 16 2008, 20:47
Porcus QUOTE (Gregory S. Chudov @ Oct 16 2008, 21... Oct 17 2008, 01:06
Gregory S. Chudov QUOTE (Porcus @ Oct 17 2008, 03:06) Accur... Oct 20 2008, 06:42
Porcus QUOTE (Gregory S. Chudov @ Oct 20 2008, 07... Oct 20 2008, 10:38
Gregory S. Chudov QUOTE (Porcus @ Oct 20 2008, 12:38) First... Oct 20 2008, 11:44
Porcus QUOTE (Gregory S. Chudov @ Oct 20 2008, 12... Oct 20 2008, 15:17
NachoMan77 Gregory,
I can't make the "encode if % o... Oct 11 2008, 00:29
Gregory S. Chudov QUOTE (NachoMan77 @ Oct 11 2008, 02:29) G... Oct 11 2008, 12:39
Gregory S. Chudov QUOTE (NachoMan77 @ Oct 11 2008, 02:29) W... Oct 12 2008, 15:29
NachoMan77 QUOTE (Gregory S. Chudov @ Oct 12 2008, 08... Oct 12 2008, 16:33
Alex B Thank you for the excellent new CUEtools features.... Oct 11 2008, 13:06
yury_usa Question:
Original Log
CODEExact Audio Copy V0.99... Oct 11 2008, 22:59
Fandango QUOTE (yury_usa @ Oct 11 2008, 23:59) How... Oct 11 2008, 23:41
yury_usa Fandango
So this pressing is different by an offse... Oct 12 2008, 00:42
Fandango QUOTE (yury_usa @ Oct 12 2008, 01:42) Fan... Oct 12 2008, 00:45
Alex B I created a mockup to demonstrate my suggestion:
... Oct 12 2008, 15:54
Moitah I thought this was pretty cool, it runs fine with ... Oct 12 2008, 19:47
Gregory S. Chudov QUOTE (Moitah @ Oct 12 2008, 21:47) I tho... Oct 12 2008, 23:32

NachoMan77 QUOTE (Gregory S. Chudov @ Oct 12 2008, 16... Oct 12 2008, 23:45
Corwin QUOTE (Moitah @ Oct 12 2008, 10:47) I tho... Oct 19 2008, 11:45
Gregory S. Chudov Update: some bugs were fixed, fresher build can be... Oct 13 2008, 05:03
Alex B QUOTE (Gregory S. Chudov @ Oct 13 2008, 07... Oct 13 2008, 16:39
NachoMan77 Gregory, when converting from single APE to single... Oct 13 2008, 12:30
Gregory S. Chudov QUOTE (NachoMan77 @ Oct 13 2008, 14:30) G... Oct 13 2008, 13:51
NachoMan77 Also I see that you're embedding the LOG file ... Oct 13 2008, 12:54
Caleb Hey,
Great job on a great utility!
Does th... Oct 13 2008, 14:54
Gregory S. Chudov QUOTE (Caleb @ Oct 13 2008, 16:54) Hey,
... Oct 13 2008, 17:42
Alex B I converted a "tagged APE disc image + CUE... Oct 13 2008, 15:18
Gregory S. Chudov QUOTE (Alex B @ Oct 13 2008, 17:18) I con... Oct 13 2008, 17:23
yury_usa Would it be possible to generate AccurateRip repor... Oct 14 2008, 18:47
Gregory S. Chudov QUOTE (yury_usa @ Oct 14 2008, 20:47) Wou... Oct 14 2008, 19:30
naturfreak Thanks for this useful tool.
A small feature requ... Oct 14 2008, 22:07
NachoMan77 Gregory,
Update5 is working fine. Got a couple of... Oct 15 2008, 06:06
Gregory S. Chudov QUOTE (NachoMan77 @ Oct 15 2008, 08:06) 1... Oct 16 2008, 21:30
Caleb QUOTE (Gregory S. Chudov @ Oct 13 2008, 18... Oct 15 2008, 09:58
Gregory S. Chudov QUOTE (Caleb @ Oct 15 2008, 11:58) Hi Gre... Oct 17 2008, 19:13
NachoMan77 Hi Gregory !
here's my report on Update 6... Oct 18 2008, 01:43
NachoMan77 QUOTE (NachoMan77 @ Oct 17 2008, 18:43) H... Oct 19 2008, 00:29
Gregory S. Chudov QUOTE (NachoMan77 @ Oct 19 2008, 02:29) O... Oct 19 2008, 03:02
Porcus Feature request: duplicates detection. For "d... Oct 18 2008, 15:20
Corwin Just wanted to let people know that the "CUE ... Oct 19 2008, 09:41
Corwin Accurite rip reports the offset is wrong. I found ... Oct 19 2008, 09:53
Gregory S. Chudov QUOTE (Corwin @ Oct 19 2008, 11:53) Accur... Oct 19 2008, 12:44
Caleb QUOTE (Gregory S. Chudov @ Oct 17 2008, 20... Oct 19 2008, 12:28
Gregory S. Chudov QUOTE (Caleb @ Oct 19 2008, 14:28) I trie... Oct 19 2008, 14:02

mhudson7 I love this tool! Thanks to everybody for the... Oct 19 2008, 16:43
Corwin QUOTE (Caleb @ Oct 19 2008, 03:28) Well I... Oct 20 2008, 08:25
Gregory S. Chudov QUOTE (Caleb @ Oct 19 2008, 14:28) I trie... Oct 22 2008, 12:55
NachoMan77 Gregory,
I can confirm that Update7 is now workin... Oct 19 2008, 14:50
fredhammersmith I have a question: can CueTools process hi-rez fil... Oct 19 2008, 15:34
Moitah @Corwin: I will see about posting a WAV-only build... Oct 19 2008, 19:09
NightOwl Moitah and Gregory, thank you so much for CUE Tool... Oct 22 2008, 21:56
NightOwl I started using the latest Update 8 (after replaci... Oct 23 2008, 01:03
Gregory S. Chudov QUOTE (NightOwl @ Oct 23 2008, 03:03) I s... Oct 23 2008, 08:13
NightOwl OK, thanks for the explanation, Gregory. The toolt... Oct 23 2008, 17:15
Moitah IMHO even if the modified times are preserved, wri... Oct 23 2008, 19:12
NachoMan77 QUOTE (Moitah @ Oct 23 2008, 12:12) IMHO ... Oct 23 2008, 21:20
NachoMan77 Gregory,
while using the "Verify, then encod... Oct 25 2008, 21:14
Gregory S. Chudov QUOTE (NachoMan77 @ Oct 25 2008, 23:14) G... Oct 26 2008, 09:31
NachoMan77 QUOTE (Gregory S. Chudov @ Oct 26 2008, 02... Oct 26 2008, 14:32![]() ![]() |
|
Lo-Fi Version | Time is now: 25th May 2013 - 05:14 |