illustrate
Products            Buy            Support Forum            Registrations            About           
 

dBpoweramp Batch Ripper: Discussions

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • EliC
    replied
    Re: dBpoweramp Batch Ripper: Discussions

    I have previously requested tracktype and would like to see it. It should be easy to add because it should be similar (or the same) as freedb.

    Leave a comment:


  • bhoar
    replied
    Re: dBpoweramp Batch Ripper: Discussions

    I saw that the most recent batch ripper meta button includes settings for AMG, GD3, freedb and musicbrainz. And the CD Ripper meta button includes all of those except GD3.

    So, is there any possibility of adding tracktype.org (freedb2) as well? I think the calling convention is the same as freedb...

    (if this q belongs in the R13 thread, please move it there...)

    -brendan

    Leave a comment:


  • bhoar
    replied
    Re: dBpoweramp Batch Ripper: Discussions

    RipTheWorld: Looks like you're probably using a Fusion-MX unit, while my first Fusion unit is a Fusion-PX unit. The picker arm is the same, but the bin and drive layout is different. And some of the extended commands, like shake, are handled differently.

    I did pick up a 6-drive MX unit after the drivers went out to spoon...and today a 0-drive (print only) MX unit arrived, which I will add drives to this weekend.

    The basic difference, when looking at them, is that the "hump" where drive mounting and printers may go, goes all the way across the back of the PX units. With MX units, it's just on one side (allowing MX units to be configured for more disc stack space). PX units are generally slightly more compact.

    If you could, as a user w/ Administrator privs, navigate to one of the Load folders under the mediatechnics drivers (in \program files\illustrate\dbpoweramp\batchripper\) and then manually run the following two commands, that might help me to verify we're on the same page hardware-wise. Change the drive, comport or comspeed as necessary.

    load.exe --drive=D: --comport=com1 --comspeed=38400 --command=C:X:5:5 --command=V::3:3 --logfile=c:\RTWtest_V.txt
    load.exe --drive=D: --comport=com1 --comspeed=38400 --command=C:X:5:5 --command=D::12:12 --logfile=c:\RTWtest_D.txt

    If you're not sure how to do that, then create a file in notepad.exe, paste the two lines above into it, save it as loadertest.bat, place it in the right Load directory and double click on it.

    Then send me the output files (PM for email addresss), or post them here.

    -brendan

    Leave a comment:


  • bhoar
    replied
    Re: dBpoweramp Batch Ripper: Discussions

    It might also be worth checking to see if the metadata or accuraterip lookups are completing before or after the delay.

    -brendan

    Leave a comment:


  • bhoar
    replied
    Re: dBpoweramp Batch Ripper: Discussions

    Originally posted by Tirade
    I'll try that out this evening and report back. The drive that came in the Micro is a NEC 3550a. Im not sure which firmware it has though.
    Oh and if it wasn't obvious, you'll need to select the "Alternate" driver you just created in the batch ripper setup, of course.

    But again, if it doesn't say Loading CD while it is spending all that time not doing anything, but instead it is in Post-Load... status or Ripping status, then I doubt it would be the loader driver at fault.

    -brendan

    Leave a comment:


  • Tirade
    replied
    Re: dBpoweramp Batch Ripper: Discussions

    I'll try that out this evening and report back. The drive that came in the Micro is a NEC 3550a. Im not sure which firmware it has though.

    Leave a comment:


  • bhoar
    replied
    Re: dBpoweramp Batch Ripper: Discussions

    Originally posted by Tirade
    2. The robot works well, batchripper works well, but it can take about 2-6min for the ripping to start. Is this an issue with the drive in the robot or batch ripper? I plan to swap the drive out this weekend but I figured Id check and see if anyone else has had an issue with slow rip initiation.

    I click on rip and the robot grabs the CD, puts it in the drive and then says its started ripping. The drive just spins and spins... anywhere from 2-6min, then it actually starts ripping. The rippinig goes by at the normal speed. The delay is only in the start time to begin ripping each CD.

    Is there an ETA on when the AMG signup goes live for batchripper and what about the other database opions?
    That *seems* more likely to be a batch ripper/cd ripper issue, since it has already recognized the disc as loaded, which means the loader driver load call has already exited.

    However, just in case it isn't, here's a suggestion to make the load driver go faster, at the cost of a bit higher risk of problems...

    Make a copy of the elite micro driver folder (found under C:\Program Files\Illustrate\dBpoweramp\BatchRipper\Loaders ), add "Alternate" to the name, navigate into it, then go to the "Load" subdirectory in this new driver folder, edit the DefaultCmdLine.txt file and remove everything on the third line after --unbindtodrive, e.g.:

    Code:
    --open --command=C:X:::E --command=I:X:::E --close --unbindtodrive --comportrelease --ondiscnotreadyskip=1 --exit --bindtodrive --rejectsiterate --open --command=G:X:::E --close --command=R:X:::E
    to

    Code:
    --open --command=C:X:::E --command=I:X:::E --close --unbindtodrive
    Why might this help? On some drives, the SPTI call I use to check the disc type (called via the --ondiscnotreadyskip= directive) takes a long time.

    The risk, of course, is that if the drive doesn't recognize the disc as a disc (a DVD in a CD-ROM drive, for example), it can either cause processing to stop entirely or, more alarmingly, more than disc might get loaded since there's no implicit reject action in the load call if the disc isn't recognized.

    -brendan
    Last edited by bhoar; March 14, 2008, 01:10 PM.

    Leave a comment:


  • Spoon
    replied
    Re: dBpoweramp Batch Ripper: Discussions

    AMG goes live, perhaps in 2 weeks. Freedb, Musicbrainz and GD3 are in now.

    The inteligent meta data system and manual review are designed to handle 1.

    2: Right click on drive and 'show ripper' to see what is happening.

    Leave a comment:


  • Tirade
    replied
    Re: dBpoweramp Batch Ripper: Discussions

    My Elite Micro arrived yesterday and I tried out batchripper. No immediate issues but I have a question or 3...

    1. I had a few CD's that were not ID'd correctly by AMG. AMG thought it was a completely different artist/album. I wasnt able to quickly figure out how to change this on the fly. Any thoughts? Which leads to a follow up question, is there a system in place to double check the information to another DB so if there is a conflict in Album name it can be flagged?

    2. The robot works well, batchripper works well, but it can take about 2-6min for the ripping to start. Is this an issue with the drive in the robot or batch ripper? I plan to swap the drive out this weekend but I figured Id check and see if anyone else has had an issue with slow rip initiation.

    I click on rip and the robot grabs the CD, puts it in the drive and then says its started ripping. The drive just spins and spins... anywhere from 2-6min, then it actually starts ripping. The rippinig goes by at the normal speed. The delay is only in the start time to begin ripping each CD.

    Is there an ETA on when the AMG signup goes live for batchripper and what about the other database opions?

    Leave a comment:


  • Spoon
    replied
    Re: dBpoweramp Batch Ripper: Discussions

    Rip 1 CD in batch ripper to see where it is putting its results, copy your old ones there.

    Leave a comment:


  • latefordinner
    replied
    Re: dBpoweramp Batch Ripper: Discussions

    I copied my results into that folder, but Batchripper doesn't seem to load them.


    Originally posted by Spoon
    Your results need to be in a results folder inside the \dbpoweramp\batchripper\results folder.

    Leave a comment:


  • Spoon
    replied
    Re: dBpoweramp Batch Ripper: Discussions

    >6. Track titles always seem to loose their sub heading part 'Its Only Rock And Roll (But I Like It)' becomes 'Its Only Rock And Roll'.

    I have tested and cannot find this, are you sure that the meta data provider had this? switching on the manual review will show all meta results.

    Leave a comment:


  • EliC
    replied
    Re: dBpoweramp Batch Ripper: Discussions

    See the first request in this thread for a few different ways to deal with problem discs:

    http://forum.dbpoweramp.com/showthread.php?t=16311

    Leave a comment:


  • RipTheWorld
    replied
    Re: dBpoweramp Batch Ripper: Discussions

    The settings I have for a first pass run are:
    Secure Rip
    Bad Frames Re-read: 5 times
    Abort after unrecoverable: 10
    C2 Errors and cache clear on.

    My question is that if frames are re-read does this always mean the track is insecure (and therefore marked as inaccurate)? I haven't seen any secure tracks that have re-read frames listed (or are they just not listed if they are re-read and it is OK?).

    From my experiments all tracks marked inaccurate have audible errors in them so I haven't seen any cases where the re-read seems to do anything.

    It would be useful to have a visual representation of how the rip is progressing so for example if the first 4 or 5 tracks are bad the disc can be rejected and examined. So for example the progress bar for each rip could be coloured to represent the different states. e.g.
    Blue = AccurateRip Match
    Green = Secure
    Yellow = Inaccurate
    Red = Error

    As much as I would love to leave discs in drives for an hour its not very practical to do it during the day and is better leaving them overnight if need be. Maybe there could also be a timeout on how long it takes to rip a certain track.

    Leave a comment:


  • Spoon
    replied
    Re: dBpoweramp Batch Ripper: Discussions

    Your results need to be in a results folder inside the \dbpoweramp\batchripper\results folder.

    Leave a comment:

Working...