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: CUETools versions 1.9.5 through 2.1.6 (Read 1911630 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

CUETools versions 1.9.5 through 2.1.5 (current)

Reply #1200
I do read this topic from time to time  But it don't have time to answer, and i don't think short messages like "i'm still alive" and "i'll look into it sometime later" would do anybody any good. Thanks for understanding and kind words.

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.6

CUETools versions 1.9.5 through 2.1.5 (current)

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

CUETools versions 1.9.5 through 2.1.5 (current)

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

CUETools versions 1.9.5 through 2.1.5 (current)

Reply #1203
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.
Glass half full!


CUETools versions 1.9.5 through 2.1.5 (current)

Reply #1205
Done.
CUETools 2.1.6

CUETools versions 1.9.5 through 2.1.5 (current)

Reply #1206
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: [Select]
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: [Select]
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)
- sig removed, no code allowed

CUETools versions 1.9.5 through 2.1.5 (current)

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

CUETools versions 1.9.5 through 2.1.5 (current)

Reply #1208
more info on the error i get when encoding... it apparently only happens when a log file is present
- sig removed, no code allowed

CUETools versions 1.9.5 through 2.1.5 (current)

Reply #1209
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)

CUETools versions 1.9.5 through 2.1.5 (current)

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

CUETools versions 1.9.5 through 2.1.5 (current)

Reply #1211
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

CUETools versions 1.9.5 through 2.1.5 (current)

Reply #1212
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

CUETools versions 1.9.5 through 2.1.5 (current)

Reply #1213
A very small question: how could I use FLACCL in CUETools? I downloaded flaccl03.rar, but I'm still getting errors...

CUETools versions 1.9.5 through 2.1.5 (current)

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

CUETools versions 1.9.5 through 2.1.5 (current)

Reply #1215
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

CUETools versions 1.9.5 through 2.1.5 (current)

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


CUETools versions 1.9.5 through 2.1.5 (current)

Reply #1217
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


CUETools versions 1.9.5 through 2.1.5 (current)

Reply #1218
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?

CUETools versions 1.9.5 through 2.1.5 (current)

Reply #1219
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 ?

CUETools versions 1.9.5 through 2.1.5 (current)

Reply #1220
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 & wavpack, mostly // using too many audio players

CUETools versions 1.9.5 through 2.1.5 (current)

Reply #1221
CUETools:
Is it possible to access the network folder? how?
For example: input: "//network folder/Billy Idol - Greatest hits/Greatest hits.cue"

CUETools versions 1.9.5 through 2.1.5 (current)

Reply #1222
Semi-educated guess: The "German" issue could be about locale conventions? Like comma vs full stop for decimal separator, etc?

CUETools versions 1.9.5 through 2.1.5 (current)

Reply #1223
CUETools:
Is it possible to access the network folder? how?
For example: input: "//network folder/Billy Idol - Greatest hits/Greatest hits.cue"

Don't know, give it a try. Mapping the network folder to a drive letter has worked for me.
Glass half full!

CUETools versions 1.9.5 through 2.1.5 (current)

Reply #1224
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: [Select]
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: [Select]
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