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 |
Nov 9 2010, 23:17
Post
#1201
|
|
![]() Group: Developer Posts: 648 Joined: 2-October 08 From: Ottawa Member No.: 59035 |
I do read this topic from time to time
It is an exaggeration to say i stopped developing CUETools. I consider hardware-accelerated FLAC encoder a very important feature for the future of CUETools. Not everyone has a powerfull GPU, yes, but very soon everybody will have at least quad-core CPU with advanced vector instructions. The future is in parallel processing. If anybody wants to work on other parts, like fixing the profiles system or adding AccurateRip2 support, just drop me or jdp a message to get access to souceforge repository. -------------------- CUETools 2.1.4
|
|
|
|
Nov 16 2010, 20:05
Post
#1202
|
|
|
Group: Members Posts: 13 Joined: 25-July 10 Member No.: 82513 |
Can someone show me a script for
1. encode into file-new.flac 2. removing original files if the encoding is successful 3. rename file-new into original file All I want to do actually is to use the magnificent CUE embedding capabilities of CUETools on a batch of folders. It would be perfect if not even encoding would be required, but given today's FLAC speed its not that bad. This post has been edited by zsero: Nov 16 2010, 20:05 |
|
|
|
Nov 17 2010, 01:25
Post
#1203
|
|
|
Group: Members Posts: 1 Joined: 17-November 10 Member No.: 85776 |
Dear folks,
unfortunately I'm suffering on a freshly installed Windows 7 X64 from a crash right from the spot after having started Cuetools 2.0.9. It just leads to a dialog where I get informed that Cue Tools has stopped working. The details of that dialog are pointing - among others - at "CLR20r3" and a "System.ArgumentException". I assume all .NET elements to be installed correctly. I would be pleased if someone threw in some thoughts about solving my issue ... Thanks. |
|
|
|
Nov 18 2010, 01:35
Post
#1204
|
|
![]() Group: Members Posts: 178 Joined: 16-April 07 Member No.: 42593 |
I assume all .NET elements to be installed correctly Not a good assumption. A number of times I suddenly have had problems with .net programs that required reloading .net. Once , after a microsoft update, I had to completely uninstall everything and reload to resolve the problem. |
|
|
|
Nov 18 2010, 20:29
Post
#1205
|
|
![]() Group: Admin Posts: 2530 Joined: 26-September 01 From: Denmark Member No.: 21 |
Gregory:
If you have time could you please check out this wiki page: http://wiki.hydrogenaudio.org/index.php?ti...n_of_CD_rippers There are some blanks for CueTools where we don't know exactly what it is doing. It would be nice to complete this. |
|
|
|
Nov 20 2010, 13:19
Post
#1206
|
|
![]() Group: Developer Posts: 648 Joined: 2-October 08 From: Ottawa Member No.: 59035 |
Done.
-------------------- CUETools 2.1.4
|
|
|
|
Nov 22 2010, 02:59
Post
#1207
|
|
|
Group: Members Posts: 52 Joined: 18-February 05 Member No.: 19936 |
i am experiencing the following problems running cuetools 2.0.9 in the latest mono version (2.6.something) in ubuntu 10.04
1. clicking on the settings button crashes cuetools 2. trying to encode the only option i have is wav and that gives me an error this is everything that comes up when i run cuetools with mono from the terminal CODE Error loading UIA bridge (UiaAtkBridge, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f4ceacb585d99812): System.IO.FileNotFoundException: Could not load file or assembly 'UiaAtkBridge, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f4ceacb585d99812' or one of its dependencies. The system cannot find the file specified. File name: 'UiaAtkBridge, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f4ceacb585d99812' at System.AppDomain.Load (System.String assemblyString, System.Security.Policy.Evidence assemblySecurity, Boolean refonly) [0x00000] in <filename unknown>:0 at System.AppDomain.Load (System.String assemblyString) [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.AppDomain:Load (string) at System.Reflection.Assembly.Load (System.String assemblyString) [0x00000] in <filename unknown>:0 at System.Windows.Automation.Provider.BridgeManager.GetAutomationBridge () [0x00000] in <filename unknown>:0 this is what comes up when i click settings and cuetools crashes CODE System.NullReferenceException: Object reference not set to an instance of an object at JDP.frmSettings.encodersBindingSource_CurrentItemChanged (System.Object sender, System.EventArgs e) [0x00000] in <filename unknown>:0 at System.Windows.Forms.BindingSource.OnCurrentItemChanged (System.EventArgs e) [0x00000] in <filename unknown>:0 at System.Windows.Forms.BindingSource.<ConnectCurrencyManager>m__5 (System.Object o, System.EventArgs args) [0x00000] in <filename unknown>:0 at System.Windows.Forms.CurrencyManager.OnCurrentChanged (System.EventArgs e) [0x00000] in <filename unknown>:0 at System.Windows.Forms.CurrencyManager.ChangeRecordState (Int32 newPosition, Boolean validating, Boolean endCurrentEdit, Boolean firePositionChanged, Boolean pullData) [0x00000] in <filename unknown>:0 at System.Windows.Forms.CurrencyManager.UpdateIsBinding () [0x00000] in <filename unknown>:0 at System.Windows.Forms.CurrencyManager.ListChangedHandler (System.Object sender, System.ComponentModel.ListChangedEventArgs e) [0x00000] in <filename unknown>:0 at System.Windows.Forms.BindingSource.OnListChanged (System.ComponentModel.ListChangedEventArgs e) [0x00000] in <filename unknown>:0 at System.Windows.Forms.BindingSource.ResetBindings (Boolean metadataChanged) [0x00000] in <filename unknown>:0 at System.Windows.Forms.BindingSource.SetList (IList l) [0x00000] in <filename unknown>:0 at System.Windows.Forms.BindingSource.ResetList () [0x00000] in <filename unknown>:0 at System.Windows.Forms.BindingSource.OnParentCurrencyManagerChanged (System.Object sender, System.EventArgs args) [0x00000] in <filename unknown>:0 at System.Windows.Forms.CurrencyManager.OnMetaDataChanged (System.EventArgs e) [0x00000] in <filename unknown>:0 at System.Windows.Forms.CurrencyManager.ListChangedHandler (System.Object sender, System.ComponentModel.ListChangedEventArgs e) [0x00000] in <filename unknown>:0 at (wrapper delegate-invoke) System.ComponentModel.ListChangedEventHandler:invoke_void__this___object_ListChangedEventArgs (object,System.ComponentModel.ListChangedEventArgs) at System.Windows.Forms.BindingSource.OnListChanged (System.ComponentModel.ListChangedEventArgs e) [0x00000] in <filename unknown>:0 at System.Windows.Forms.BindingSource.ResetBindings (Boolean metadataChanged) [0x00000] in <filename unknown>:0 at System.Windows.Forms.BindingSource.SetList (IList l) [0x00000] in <filename unknown>:0 at System.Windows.Forms.BindingSource.ResetList () [0x00000] in <filename unknown>:0 at System.Windows.Forms.BindingSource.set_DataSource (System.Object value) [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.BindingSource:set_DataSource (object) at JDP.frmSettings.frmSettings_Load (System.Object sender, System.EventArgs e) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Form.OnLoad (System.EventArgs e) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Form.OnLoadInternal (System.EventArgs e) [0x00000] in <filename unknown>:0 System.ObjectDisposedException: The object was used after being disposed. at System.Windows.Forms.Control.CreateHandle () [0x00000] in <filename unknown>:0 at System.Windows.Forms.Form.CreateHandle () [0x00000] in <filename unknown>:0 at System.Windows.Forms.Control.get_Handle () [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control:get_Handle () at System.Windows.Forms.Application.RunLoop (Boolean Modal, System.Windows.Forms.ApplicationContext context) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Form.ShowDialog (IWin32Window owner) [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.Form:ShowDialog (System.Windows.Forms.IWin32Window) at JDP.frmCUETools.toolStripButtonSettings_Click (System.Object sender, System.EventArgs e) [0x00000] in <filename unknown>:0 at System.Windows.Forms.ToolStripItem.OnClick (System.EventArgs e) [0x00000] in <filename unknown>:0 at System.Windows.Forms.ToolStripButton.OnClick (System.EventArgs e) [0x00000] in <filename unknown>:0 at System.Windows.Forms.ToolStripItem.HandleClick (System.EventArgs e) [0x00000] in <filename unknown>:0 at System.Windows.Forms.ToolStripItem.FireEvent (System.EventArgs e, ToolStripItemEventType met) [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.ToolStripItem:FireEvent (System.EventArgs,System.Windows.Forms.ToolStripItemEventType) at System.Windows.Forms.ToolStrip.OnMouseUp (System.Windows.Forms.MouseEventArgs mea) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Control.WmLButtonUp (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0 at System.Windows.Forms.ScrollableControl.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0 at System.Windows.Forms.ToolStrip.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Control+ControlWindowTarget.OnMessage (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Control+ControlNativeWindow.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0 at System.Windows.Forms.NativeWindow.WndProc (IntPtr hWnd, Msg msg, IntPtr wParam, IntPtr lParam) [0x00000] in <filename unknown>:0 and the attached image is the error i get when i try to get cuetools to output wav (image+cue and individual tracks give same error) This post has been edited by greynol: Nov 22 2010, 19:06
Reason for edit: quote -> codebox
-------------------- - sig removed, no code allowed
|
|
|
|
Nov 22 2010, 18:04
Post
#1208
|
|
|
Group: Members Posts: 3 Joined: 22-November 10 Member No.: 85916 |
I have various soundtrack CDs ripped to single FLAC files with accompanying .CUE files. I want to split the single FLAC's and extract the individual track files.
I go into the file browser, select the desired .cue file, click "go" and then I get the following error, "Exception: ffmpeg: The system cannot find the file specified". I have the .cue file of the single FLAC file that I want to split in the same folder as the FLAC. Settings: Action- Encode Audio output- Lossless, m4a, ffmpeg alac CUE Style- Tracks Freedb lookup- if needed. I am using CUETools v2.0.3. My question is, why is this error occurring and how can I successfully split the single FLAC files into individual track files? Any help appreciated. This post has been edited by greynol: Nov 22 2010, 19:30
Reason for edit: formatting
|
|
|
|
Nov 23 2010, 19:17
Post
#1209
|
|
|
Group: Members Posts: 52 Joined: 18-February 05 Member No.: 19936 |
more info on the error i get when encoding... it apparently only happens when a log file is present
-------------------- - sig removed, no code allowed
|
|
|
|
Nov 24 2010, 18:55
Post
#1210
|
|
|
Group: Members Posts: 1 Joined: 24-November 10 Member No.: 85989 |
Settings: Audio output- Lossless, m4a, ffmpeg alac I am using CUETools v2.0.3. My question is, why is this error occurring and how can I successfully split the single FLAC files into individual track files? Any help appreciated. Just think you have a corrupted @ffmpeg alac@ one. Try to update CUETools (2.0.9 is available) and use libALAC instead of @ffmpeg alac@ (with default compression) |
|
|
|
Dec 6 2010, 19:23
Post
#1211
|
|
|
Group: Members Posts: 161 Joined: 11-March 07 Member No.: 41384 |
There is some weird behavior when unicode filenames are involved.
My current settings are to set a file according to this pattern: %music%\_transcoding\'['Album']' %artist% - %album%.cue Everything works fine as long as the filename stays alphanumeric. But when I have an utf-8.cue file, with Japanese kanji in tags for example, they will be substituted with underscores (_) The reason I never noticed it was because I usually have my codepage set to Japanese, so I assumed CUETools writes utf-8 filenames - obviously, it doesn't, which is rather weird since it doesn't have any issues with utf-8 anywhere else. |
|
|
|
Dec 8 2010, 17:51
Post
#1212
|
|
|
Group: Members Posts: 6 Joined: 3-December 10 Member No.: 86224 |
Sorry to ask something stupid but despite Googling cannot find an answer.
Would be especially interested in the first two use cases described here Is there a Guide to this tool ? I have ripped several CDs with EAC but mistakenly to a single FLAC file + CUE, as it takes more than hour for CD I'd love to use the CUE to help generate one FLAC per track possibly without re-encoding. Managed to do it with foobar but understand it's possible with CUETools too. Using Win XP and Win7. Any help please ? Thank you in advance Bob |
|
|
|
Dec 9 2010, 13:11
Post
#1213
|
|
|
Group: Members Posts: 14 Joined: 20-August 08 From: Sarolay Member No.: 57324 |
Sorry to ask something stupid but despite Googling cannot find an answer. Would be especially interested in the first two use cases described here Is there a Guide to this tool ? I have ripped several CDs with EAC but mistakenly to a single FLAC file + CUE, as it takes more than hour for CD I'd love to use the CUE to help generate one FLAC per track possibly without re-encoding. Managed to do it with foobar but understand it's possible with CUETools too. Using Win XP and Win7. Any help please ? Thank you in advance Bob It's easy in fact. But I understand, CUETools has a confusing GUI at first glance. You just choose “Encode” in the “Action” section, and then “Tracks” in the “Mode” section. On the section just above these two previous one, you can chose the path of the folder that contains all your cue/FLAC you want to convert for the “Input”, and CUETools will make a batch convert. I recommend you to choose the following template as an Output: [%directoryname%\]%filename%-new[%unique%].cue I hope that will help This post has been edited by Saxo: Dec 9 2010, 13:11 |
|
|
|
Dec 10 2010, 21:55
Post
#1214
|
|
|
Group: Members Posts: 32 Joined: 24-November 08 Member No.: 63054 |
A very small question: how could I use FLACCL in CUETools? I downloaded flaccl03.rar, but I'm still getting errors...
|
|
|
|
Dec 14 2010, 16:39
Post
#1215
|
|
|
Group: Members Posts: 3 Joined: 26-August 10 Member No.: 83384 |
Can someone show me a script for 1. encode into file-new.flac 2. removing original files if the encoding is successful 3. rename file-new into original file All I want to do actually is to use the magnificent CUE embedding capabilities of CUETools on a batch of folders. It would be perfect if not even encoding would be required, but given today's FLAC speed its not that bad. At present time the only workaround for such a thing is to do a batch encoding on a different drive, however this does not copy the coverart usually located in the same folder as the flac. A solution for this will be nice. |
|
|
|
Dec 14 2010, 18:55
Post
#1216
|
|
|
Group: Members Posts: 12 Joined: 1-October 08 Member No.: 58976 |
Hi
Which foobar2000 naming tags are implemented? Tried to use $lowercase without any success. Also are there any information on how to set up a cuetools development environment? The current SVN version is not compiling out of the box |
|
|
|
Dec 16 2010, 12:36
Post
#1217
|
|
|
Group: Members Posts: 3 Joined: 26-August 10 Member No.: 83384 |
This happened today.
Until yesterday, doing a batch conversion, dropping the root path on the "input", caused CueTools 2.09 to look first at the cuesheet, then encoding. Now it looks first to the embedded cue in the flac file. This is quite problematic in you're correcting by hand then reencode a flac with the corrected infos. The "Setting/Tagging" has the Write basic tags from cue data" and "copy basic tags"active. |
|
|
|
Dec 19 2010, 00:23
Post
#1218
|
|
|
Group: Members Posts: 1 Joined: 19-December 10 Member No.: 86624 |
Greetings,
I'm trying to convert a large .tta file into multiple .flac files with included .cue file via CUETools 2.0.9. Unfortunately, even after installing Microsoft Visual C++ 2005 Service Pack 1 Redistributable Package ATL Security Update, I still received the error: Exception: Unsupported audio type: G:\IMAE-00034.tta |
|
|
|
Jan 6 2011, 09:27
Post
#1219
|
|
|
Group: Members Posts: 10 Joined: 14-July 10 Member No.: 82254 |
Is there a way to either clear the profile or restore the default settings? I.e. run the program as if I was running it for the first time?
|
|
|
|
Jan 6 2011, 19:36
Post
#1220
|
|
|
Group: Members Posts: 12 Joined: 5-January 11 Member No.: 87076 |
hello,
i use 2.0.9. inside the german translate dll is a bug. i get always exeption and crash / or freeze if freedb or other other db provider is selectet. the en and ru interface work without exeption. only the de interface has this bug since some version. maybe there was some missing (unsupportet) stuff inside de interface? can this be fixed ? This post has been edited by Merlin_de: Jan 6 2011, 19:41 |
|
|
|
Jan 6 2011, 19:41
Post
#1221
|
|
![]() Group: Members Posts: 176 Joined: 24-April 07 From: Northern Germany Member No.: 42855 |
I (as the German translator) don't really have any influence on the DLL itself, I only translate the strings without compiling it myself.
-------------------- audiophile // FLAC and Vorbis user // Winamp addict
|
|
|
|
Jan 8 2011, 16:54
Post
#1222
|
|
|
Group: Members Posts: 8 Joined: 27-March 10 Member No.: 79373 |
CUETools:
Is it possible to access the network folder? how? For example: input: "//network folder/Billy Idol - Greatest hits/Greatest hits.cue" This post has been edited by shanahan: Jan 8 2011, 16:54 |
|
|
|
Jan 8 2011, 19:10
Post
#1223
|
|
![]() Group: Members Posts: 1471 Joined: 30-November 06 Member No.: 38207 |
Semi-educated guess: The "German" issue could be about locale conventions? Like comma vs full stop for decimal separator, etc?
-------------------- geocities.com/hydrogenaudio: http://goo.gl/tqYZj
|
|
|
|
Jan 11 2011, 15:17
Post
#1224
|
|
![]() Group: Members Posts: 178 Joined: 16-April 07 Member No.: 42593 |
|
|
|
|
Jan 14 2011, 12:24
Post
#1225
|
|
|
Group: Members Posts: 1 Joined: 14-January 11 Member No.: 87309 |
Apologies if my question has been asked before...
The following log excerpts are results from when I ran CUETools>>>Verify on my albums folder. Is there a problem with Album 1 and 2 since the first section has a status of "no match"? All my other albums have a status of "accurately ripped" for all sections. Could someone please help me understand whats happened? Thank you. Album 1 CODE Track [ CRC ] Status 01 [db6e4999] (0/5) No match 02 [6c22543c] (0/5) No match 03 [ddd11b31] (0/5) No match 04 [ab2cbb3b] (0/5) No match 05 [d58296de] (0/5) No match 06 [eb622cc2] (0/5) No match 07 [7f4fa38c] (0/5) No match 08 [279f2576] (0/5) No match 09 [80bd3c87] (0/5) No match 10 [593db50c] (0/5) No match 11 [a96c781a] (0/5) No match 12 [f9075843] (2/7) Accurately ripped Offsetted by 670: 01 [b75965e7] (5/5) Accurately ripped 02 [92eef4bc] (5/5) Accurately ripped 03 [a81fb869] (5/5) Accurately ripped 04 [8df62945] (5/5) Accurately ripped 05 [a20ff34a] (5/5) Accurately ripped 06 [a316230e] (5/5) Accurately ripped 07 [e69a85c8] (5/5) Accurately ripped 08 [6a1b6e48] (5/5) Accurately ripped 09 [9c7c2da7] (5/5) Accurately ripped 10 [6e286a58] (5/5) Accurately ripped 11 [90d76288] (5/5) Accurately ripped 12 [29b32909] (5/7) Accurately ripped Album 2 CODE Track [ CRC ] Status
01 [18fa5268] (000/152) No match 02 [8296adbc] (000/148) No match 03 [76e27ea3] (000/153) No match 04 [f3ae4341] (000/150) No match 05 [1a330e62] (000/148) No match 06 [b5ea5157] (000/152) No match 07 [cf378241] (000/152) No match 08 [9cabf414] (000/149) No match 09 [e0251af0] (000/150) No match 10 [2174fedb] (000/149) No match 11 [409c7127] (000/152) No match 12 [b798463e] (000/148) No match Offsetted by -1280: 01 [9cd4f063] (004/152) Accurately ripped 02 [94374d73] (004/148) Accurately ripped 03 [330987e2] (004/153) Accurately ripped 04 [83dfdfa0] (004/150) Accurately ripped 05 [7f12dbb1] (004/148) Accurately ripped 06 [a0663589] (004/152) Accurately ripped 07 [db082127] (004/152) Accurately ripped 08 [60bdc039] (004/149) Accurately ripped 09 [16fa05ce] (004/150) Accurately ripped 10 [54ff804a] (004/149) Accurately ripped 11 [f1ff2819] (004/152) Accurately ripped 12 [aa60f733] (004/148) Accurately ripped Offsetted by 30: 01 [a3972bc4] (140/152) Accurately ripped 02 [243a4ef0] (138/148) Accurately ripped 03 [3c2d3bab] (141/153) Accurately ripped 04 [17bdb9f7] (138/150) Accurately ripped 05 [ca27b5c5] (136/148) Accurately ripped 06 [fa709264] (140/152) Accurately ripped 07 [dc23711c] (140/152) Accurately ripped 08 [5be50a7e] (137/149) Accurately ripped 09 [ec82adba] (137/150) Accurately ripped 10 [d994a872] (136/149) Accurately ripped 11 [a7448cb6] (139/152) Accurately ripped 12 [94e118ab] (135/148) Accurately ripped Offsetted by 36: 01 [805533b7] (002/152) Accurately ripped 02 [4e3b6cd8] (002/148) Accurately ripped 03 [26b866c8] (002/153) Accurately ripped 04 [b8f9d0a9] (002/150) Accurately ripped 05 [4c5c50d4] (002/148) Accurately ripped 06 [739e8649] (002/152) Accurately ripped 07 [a527ab84] (002/152) Accurately ripped 08 [11f918f9] (002/149) Accurately ripped 09 [b5a619ae] (003/150) Accurately ripped 10 [2c8e2e44] (003/149) Accurately ripped 11 [c4a4515f] (003/152) Accurately ripped 12 [7cf5fd43] (003/148) Accurately ripped Offsetted by -634: 01 [9690bd2c] (002/152) Accurately ripped 02 [18a3d5ba] (000/148) No match 03 [a47dad5f] (002/153) Accurately ripped 04 [ce0b1661] (002/150) Accurately ripped 05 [dc6588be] (002/148) Accurately ripped 06 [193fc607] (002/152) Accurately ripped 07 [4172b7a8] (002/152) Accurately ripped 08 [0429e2cb] (002/149) Accurately ripped 09 [c55d0aca] (002/150) Accurately ripped 10 [0af34285] (002/149) Accurately ripped 11 [022cdf52] (002/152) Accurately ripped 12 [59dd09fb] (002/148) Accurately ripped |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 24th May 2013 - 14:37 |