Cool tool that may ease ripping

0 Members and 1 Guest are viewing this topic. Read 2618 times.

JoshK

Cool tool that may ease ripping
« on: 8 Jul 2006, 03:26 pm »
I found a really neat tool that does exactly what I was looking to do.  I have been having a hell of a time with my FLAC encoder, and the corresponding files tend to get corrupted quite easily.  So ultimately I have been ripping to .wav and then compressing to .flac without deleting the .wav and only deleting upon confirming the .flac was good.

This throws a monkey wrench in the playlist creator, since the playlist is made for the .wav's, not the .flacs.  Its a very simply fix to change the .wav to .flac but doing so in each playlist for a large collection can be laborious.  In comes Wildedit (http://www.textpad.com/download/wildedit.html). 

I use TextPad at work since it is by far and away the best text editor/script writing editor I have ever come across.  This is very cool when you write lots of code in an archane language that doesn't have a fancy editor built in since you can define syntax, color codes, etc and it then highlights reserved words, functions, indents automatically, etc.  But that is a tangent. 

The cool thing you can do with TextPad is open a plethora of files at once, do a global find&replace (for all files open), and then do a save all.  So basically you made what would have been a painfully tedious job very quick and easy.  This is quite nice when you need to change all scripts or programs you have ever written.

In comes Wildedit, they took that feature of TextPad to its own end and also built in a search function as well, so you can find all files in a directory tree which are the type you are looking for, locate the text inside all those files to replace and edit and save all in one sweep (can also be dangerous if you goof, but easy to put back to normal by the same method). 

This is perfect for editing all of your logs or playlists in a large directory system you have created for your music libraries if you need to edit them.

HTHs,
Josh

Thump553

  • Full Member
  • Posts: 511
Re: Cool tool that may ease ripping
« Reply #1 on: 8 Jul 2006, 08:33 pm »
Any idea where your problem re encoding to FLAC arises?  I've ripped about 600 albums and had less than a half dozen bad tracks.

JoshK

Re: Cool tool that may ease ripping
« Reply #2 on: 8 Jul 2006, 08:43 pm »
Wish I could tell you, I've been over it and over it.  I followed the best practices config of flac, but about half of my flac files end up having a "glitch" in the middle of the track, for which slimserver then moves onto the next track.  Highly annoying to say the least.

tonyptony

Re: Cool tool that may ease ripping
« Reply #3 on: 9 Jul 2006, 12:46 pm »
Josh, are you using EAC as the ripper with FLAC configured in as the Encoder? If so, are you not getting matching checksums when complete?

JoshK

Re: Cool tool that may ease ripping
« Reply #4 on: 9 Jul 2006, 03:04 pm »
I did have it set up that way but then I broke out the two processes, ripping the EAC and using FLAC encoder seperately.

tonyptony

Re: Cool tool that may ease ripping
« Reply #5 on: 9 Jul 2006, 09:47 pm »
Were you having this problem with any of the tracks that were ripped+encoded when the processes were linked? If so, did the checksums match? What model of drive do you use for ripping?

JoshK

Re: Cool tool that may ease ripping
« Reply #6 on: 9 Jul 2006, 09:58 pm »
Thanks for the help Tony.  You know I need to remember what all I did as I have tried about ever sort of combination of processes and compared rips.  IIRC, I did have problems when ripping and encoding as once, but I could be wrong.  I could easily retry.  My drive is a Lite-On DVD/CD burner, I can look up the specifics, but don't recall off hand. 

Basically I had been experimenting a lot and then I had to start studying for the CFA exam (Mar-June) so I didn't play with it at all for four months and when I started re-ripping, I ripped to .wav and had no issues with the wavs, so I eliminated that element of the pie. 

tonyptony

Re: Cool tool that may ease ripping
« Reply #7 on: 10 Jul 2006, 01:53 am »
Okay. I have had very good luck with my EAC driven rip process, and pretty much all of it is based on the guides you can find through hydrogenaudio and some EAC specific web sites. Should I assume you have done all the setup in EAC for drive characteristics (extraction method, read command, offset, etc)? I'm very curious what might happen if you go back to FLAC being called directly by EAC and try a few rips to see if you get any problem indicators. This is the string I am using in EAC for the FLAC conversion

-8 -V -T "artist=%a" -T "title=%t" -T "album=%g" -T "date=%y" -T "tracknumber=%n" -T "genre=%m" %s

although I recognize some may choose to do the tags differently.

Thump553

  • Full Member
  • Posts: 511
Re: Cool tool that may ease ripping
« Reply #8 on: 10 Jul 2006, 02:56 pm »
I'm also using EAC with flac.exe as an external encoder.   If it helps, here are my configuration parameters as well:

-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

Query-I've never checked the checksums-how do you do this, or is it done automatically?

tonyptony

Re: Cool tool that may ease ripping
« Reply #9 on: 10 Jul 2006, 11:12 pm »
Query-I've never checked the checksums-how do you do this, or is it done automatically?

If you do a Test and Copy Selected Tracks, or after doing a Copy do a Test Selected Tracks (F8) it will do a checksum compare between the tracks on disk and the ripped file. I'm not sure if this option is available if you do a Copy Image with CUE sheets.

JoshK

Re: Cool tool that may ease ripping
« Reply #10 on: 10 Jul 2006, 11:30 pm »
I've done the checksums, and they turn out ok for the ripped tracks ala .wav, but I haven't tried a checksum for .flac.  I did follow that hydrogenaudio guide for setup and did all the testing and drive setup.  I will try with ripping and encoding at once again and see how that goes.