December 21, 2004

AutoPlay Rip CD using AudioGrabber

AudioGrabber is a great free software for ripping audio CDs, and it supports MP3 and OGG formats.

When I insert an audio CD, Windows XP gives a list of options: to play CD, rip it with WMP, rip with Real... Below is a registry file that adds an option:
    "Rip CD using AudioGrabber"

You need to save the text into a file "audiograbber.reg", change the path to AudioGrabber (e.g. "C:\\Program Files\\AudioGrabber\\audiograbber.exe"), and double-click the file.


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\PlayCDAudioOnArrival]
"AudioGrabberRipCDAudioOnArrival"=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\AudioGrabberRipCDAudioOnArrival]
"Action"="Rip Audio CD"
"Provider"="AudioGrabber"
"InvokeProgID"="AudioGrabber.RipCD"
"InvokeVerb"="Rip"
"DefaultIcon"="C:\\Programs\\Multimedia\\AudioGrabber\\audiograbber.exe,0"


[HKEY_CLASSES_ROOT\AudioGrabber.RipCD]

[HKEY_CLASSES_ROOT\AudioGrabber.RipCD\DefaultIcon]
@="C:\\Programs\\Multimedia\\AudioGrabber\\audiograbber.exe,0"

[HKEY_CLASSES_ROOT\AudioGrabber.RipCD\Shell]

[HKEY_CLASSES_ROOT\AudioGrabber.RipCD\Shell\Rip]
@="Rip music from CD"
"MUIVerb"="Rip music from Audio CD"

[HKEY_CLASSES_ROOT\AudioGrabber.RipCD\Shell\Rip\Command]
@="\"C:\\Programs\\Multimedia\\AudioGrabber\\audiograbber.exe\" \"%L\""

Posted by laza at December 21, 2004 12:37 PM | TrackBack
Comments
Post a comment









Remember personal info?