Eli's Suggested EAC settings for FLAC, See wiki for official EAC guides |
![]() ![]() |
Eli's Suggested EAC settings for FLAC, See wiki for official EAC guides |
Jan 11 2008, 13:02
Post
#101
|
|
![]() Group: Super Moderator Posts: 9261 Joined: 1-April 04 Member No.: 13167 |
Is this a good strategy? Yes, I believe so. I think I first read about it from Pio2001, but have also read it from others who seem to have the same level of deep understanding as he does.Have you ever seen a different drive in a different mode throw up a consistent error? Personally, no, I don't recall. I may have with others I have helped in the past, but most likely not. There's always the possibility that one has occurred but gone undetected because errors are typically identified through inconsistencies (that is to say errors not identified by C2 pointers). The only data I've posted to the forum is this, but I don't think there was a consistent error across different drives.
-------------------- Everything sounds the same until it is proven otherwise.
|
|
|
|
Jan 15 2008, 13:17
Post
#102
|
|
|
Group: Members Posts: 119 Joined: 16-March 07 Member No.: 41533 |
Cheers Greynol. I think I am on safe ground
Pio2001 sure knows his stuff. I was impressed with his input on a thread a while back |
|
|
|
Jan 15 2008, 18:53
Post
#103
|
|
![]() Group: Super Moderator Posts: 9261 Joined: 1-April 04 Member No.: 13167 |
When going the extra step in finding errors, these are the main methods in order of descending confidence:
This post has been edited by greynol: Jan 15 2008, 20:43 -------------------- Everything sounds the same until it is proven otherwise.
|
|
|
|
Jan 16 2008, 15:14
Post
#104
|
|
|
Group: Members Posts: 119 Joined: 16-March 07 Member No.: 41533 |
Good list there.
These problems are only just becoming important to me. Our library has all of my CDs in it. Now I am going through the other half's. Lets just say she wasn't quite as careful as me with her originals! This post has been edited by lipidicman: Jan 16 2008, 15:15 |
|
|
|
Jan 17 2008, 17:08
Post
#105
|
|
![]() Group: Super Moderator Posts: 9261 Joined: 1-April 04 Member No.: 13167 |
If you haven't already, check out this post:
http://www.hydrogenaudio.org/forums/index....st&p=541915 -------------------- Everything sounds the same until it is proven otherwise.
|
|
|
|
Jan 21 2008, 17:33
Post
#106
|
|
|
Group: Members Posts: 3 Joined: 21-January 08 Member No.: 50687 |
Hi,
Thanks for the great guide. When ripping however, do I just Copy (Shift + F5), or do I choose "Copy & Test" (Shift + F6) Edit: Oooh, I found my answer, should've searched this topic beforehand. This post has been edited by mofonyx: Jan 21 2008, 17:36 |
|
|
|
Apr 14 2008, 15:39
Post
#107
|
|
![]() Group: Members Posts: 262 Joined: 29-February 08 From: Alberta Member No.: 51676 |
Additional Command Line Options: -6 -V -T "artist=%a" -T "title=%t" -T "album=%g" -T "date=%y" -T "tracknumber=%n" -T "genre=%m" -T comment="%e" -T "comment=EAC (Secure Mode)" %s What does %e expand to? And why is this tag quoted differently than the rest? -T comment="%e" instead of -T "comment=%e" I'm not sure why it's quoted differently than the rest, however, this is what I've found: -T comment="%e" adds the contents of %e to the comment field of each file, the value of %e being whatever "comment" EAC has found, which, in my case, was nothing, so a "; " was inserted into the comment field, -T "comment=EAC (Secure Mode)" adds the literal text "EAC (Secure Mode)" to the comment field of each file, with no quotes, however, there will first be a space and then a semicolon inserted between each field which is added, therefore, as this point the comment field should contain " ;EAC (Secure Mode)". It doesn't help to move the variable %e to the last comment entry, as EAC doesn't seem to check whether the varible is empty before inserting the semicolon followed by a space, which then results in a comment field which looks like this, "EAC (Secure Mode); ". I wonder if EAC populates %e from a cue file? This post has been edited by 2tec: Apr 14 2008, 16:03 -------------------- Censorship reflects society's lack of confidence~Potter Stewart
|
|
|
|
Apr 14 2008, 19:10
Post
#108
|
|
![]() Group: Super Moderator Posts: 4887 Joined: 12-August 04 From: Exeter, UK Member No.: 16217 |
%e is populated by the value specified on the "Compression options" > "Offset" tab. (press F11 to open the dialogue, select the "offset" tab and look to the bottom of the tab).
I'm not sure why you are getting a semicolon; I can only assume that you have "Write following text into ID3 tag comment field" selected and a semicolon in the text field. -------------------- I'm on a horse.
|
|
|
|
Apr 14 2008, 20:17
Post
#109
|
|
![]() Group: Members Posts: 262 Joined: 29-February 08 From: Alberta Member No.: 51676 |
%e is populated by the value specified on the "Compression options" > "Offset" tab. (press F11 to open the dialogue, select the "offset" tab and look to the bottom of the tab). I'm not sure why you are getting a semicolon; I can only assume that you have "Write following text into ID3 tag comment field" selected and a semicolon in the text field. Yes, "Write following text into ID3 tag comment field" was indeed selected, but no, the field is empty, as I didn't want EAC to populate the comment field. (the offset tab doesn't seem like the best place for the comment tag selection) As well, these tags, "-T comment=EACv095b4 -T comment=newcomment" produce this comment field, "EACv095b4; newcomment", so it seems to me that EAC is inserting a space followed by a semicolon to divide up the comment field. BTW, this is my current EAC FLAC config, "-8 -S -V -T "artist=%a" -T "title=%t" -T "album=%g" -T date=%y -T tracknumber=%n -T genre=%m -T CRC=%b -T totaltracks=%x -T freedb=%f -T DAE=EACv095b4 -T CDR=Plextor716A %s" I've added seektables via -S and several extra tags, CRC, FreeDBID, DAE etc. This post has been edited by 2tec: Apr 14 2008, 20:20 -------------------- Censorship reflects society's lack of confidence~Potter Stewart
|
|
|
|
Apr 14 2008, 22:29
Post
#110
|
|
![]() Group: Super Moderator Posts: 4887 Joined: 12-August 04 From: Exeter, UK Member No.: 16217 |
As well, these tags, "-T comment=EACv095b4 -T comment=newcomment" produce this comment field, "EACv095b4; newcomment", so it seems to me that EAC is inserting a space followed by a semicolon to divide up the comment field. Ah, I didn't see that you had two -T comment= switches. That'll be why then. I'm not sure why people would use two switches...
-------------------- I'm on a horse.
|
|
|
|
Apr 15 2008, 01:34
Post
#111
|
|
![]() Group: Members Posts: 262 Joined: 29-February 08 From: Alberta Member No.: 51676 |
Ah, I didn't see that you had two -T comment= switches. That'll be why then. I'm not sure why people would use two switches... Actually, I personally don't use two comment tags, as my config shows, however, the example EAC config that starts this thread does, "-T comment="%e" -T "comment=EAC (Secure Mode)". This was the part of the configuration string that produce this result, " ;EAC (Secure Mode)" in each of the files' comment fields. This output does depend upon which ID3 tag option is selected on the "Offset" tab, which I now understand, thanks! So, from what I can see now, using the following recommended config, "-6 -V -T "artist=%a" -T "title=%t" -T "album=%g" -T "date=%y" -T "tracknumber=%n" -T "genre=%m" -T comment="%e" -T "comment=EAC (Secure Mode)" %s", will result in one of the following comment fields in each FLAC file: tracknumber ;EAC (Secure Mode) CRC ;EAC (Secure Mode) FreeDBId ;EAC (Secure Mode) text ;EAC (Secure Mode) (italics indicate variable contents) I hope this is clear. This post has been edited by 2tec: Apr 15 2008, 01:36 -------------------- Censorship reflects society's lack of confidence~Potter Stewart
|
|
|
|
Apr 15 2008, 08:14
Post
#112
|
|
![]() Group: Super Moderator Posts: 4887 Joined: 12-August 04 From: Exeter, UK Member No.: 16217 |
Crystal. I'm not sure why people wouldn't just do:
CODE -T "comment=%e; EAC (Secure Mode)" ... though. However, the most important point is that users should be aware of the origins of %e. They should also research enough about FLAC and FLAC tagging to adapt the suggested command line to suit their personal needs. If they are not interested in recording the tracknumber, CRC or freedb id, and are never going to bother with the bespoke text on the "Offset" tab, they may as well just use: CODE -T "comment=EAC (Secure Mode)" ... or: CODE -T "comment=<insert personal comment here>"
-------------------- I'm on a horse.
|
|
|
|
Apr 16 2008, 18:39
Post
#113
|
|
![]() Group: Members Posts: 262 Joined: 29-February 08 From: Alberta Member No.: 51676 |
Crystal. I'm not sure why people wouldn't just do: CODE -T "comment=%e; EAC (Secure Mode)" ... though. However, the most important point is that users should be aware of the origins of %e.Sure, however, it wasn't easy to find out where "%e" originated. Did I miss that section in the EAC documentation, the HA forum or this thread? If so, I apologize for my lack of diligence. They should also research enough about FLAC and FLAC tagging to adapt the suggested command line to suit their personal needs. I couldn't agree more ... so here I am! If they are not interested in recording the tracknumber, CRC or freedb id, and are never going to bother with the bespoke text on the "Offset" tab, they may as well just use: CODE -T "comment=EAC (Secure Mode)" ... or:CODE -T "comment=<insert personal comment here>" True, however, personally, I'm interested in just how far some people have taken this tagging thing as I'm involved in tagging some complicated collections. For instance, there are quite a few vorbis tags, especially when classical, compositional or remixed music is involved. I'm quite curious, does anyone use any special EAC / FLAC configurations when ripping non-mainstream music? This post has been edited by 2tec: Apr 16 2008, 18:39 -------------------- Censorship reflects society's lack of confidence~Potter Stewart
|
|
|
|
Apr 16 2008, 18:45
Post
#114
|
|
![]() Group: Super Moderator Posts: 9261 Joined: 1-April 04 Member No.: 13167 |
All research into any program should begin at its official site.
http://www.exactaudiocopy.de/en/index.php/...sion-questions/ (This is in the FAQ which is available from EAC's Help menu, believe it or not). Also, EAC has an official discussion forum: http://www.digital-inn.de/forum271 -------------------- Everything sounds the same until it is proven otherwise.
|
|
|
|
Apr 30 2008, 20:28
Post
#115
|
|
|
Group: Members Posts: 30 Joined: 5-January 07 Member No.: 39316 |
My drive supports overread in lead-in but not in lead-out. I think that the only way to workaround this is to rip the first track separately with overread in lead-in/out enabled, then go for the rest with overread disabled in this kind of situation
This post has been edited by dissociative: Apr 30 2008, 20:30 |
|
|
|
Jun 18 2008, 17:46
Post
#116
|
|
![]() Group: Members Posts: 48 Joined: 29-May 08 Member No.: 53896 |
Eli thanx so much for this tutotorial it is very useful :-)
|
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 20th May 2013 - 21:20 |