picard Documentation/Options/CD Lookup: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
m (2 revision(s))
(added some OS X hand holding :))
Line 10: Line 10:


'''Note''': as of November 27, 2007, the most recent Windows [[Picard Qt|PicardQt]] release (version 0.9.0 beta 1) has an empty pull-down menu for CD Lookup. This means you can't use a CD drive with this release of Picard on Windows. We're sorry. The bug is marked fixed, so the next beta release should have this fixed.
'''Note''': as of November 27, 2007, the most recent Windows [[Picard Qt|PicardQt]] release (version 0.9.0 beta 1) has an empty pull-down menu for CD Lookup. This means you can't use a CD drive with this release of Picard on Windows. We're sorry. The bug is marked fixed, so the next beta release should have this fixed.

===OS X===

as per Arron Coopers mailing list post located [http://www.nabble.com/Re%3A-CD-lookup-in-Picard-under-OS-X-p14519638.html here]

<blockquote>You have to make sure you have the correct rdisk# entered in the preferences.
Open up Terminal and type 'cd /dev/rdisk' and hit Tab twice to see all the rdisks.
You're looking for one that has several "tracks" - like /dev/rdisk1a .... rdisk 1f or something similar.
Enter this /dev/rdisk# into preferences and it should work. </blockquote>


===Linux, other platforms===
===Linux, other platforms===

Revision as of 04:54, 19 June 2009

Products > Picard > Picard Documentation > Options > CD Lookup option

CD Lookup option

This is where you tell Picard which CD drive it should use to come up with a DiscID to use when searching for the MusicBrainz description of your music files.

Windows

On Windows, Picard has a pulldown menu listing the various CD drives it has found. Pull down the menu and select the drive you want.

Note: as of November 27, 2007, the most recent Windows PicardQt release (version 0.9.0 beta 1) has an empty pull-down menu for CD Lookup. This means you can't use a CD drive with this release of Picard on Windows. We're sorry. The bug is marked fixed, so the next beta release should have this fixed.

OS X

as per Arron Coopers mailing list post located here

You have to make sure you have the correct rdisk# entered in the preferences.

Open up Terminal and type 'cd /dev/rdisk' and hit Tab twice to see all the rdisks. You're looking for one that has several "tracks" - like /dev/rdisk1a .... rdisk 1f or something similar.

Enter this /dev/rdisk# into preferences and it should work.

Linux, other platforms

On Linux and other platforms, the CD Lookup option is an empty text field. Type in the name of the path to the CD Rom drive. In most cases, this is /dev/cdrom (for the first drive) and /dev/cdrom1 (for a second drive).

However, depending on your system, many different paths could be appropriate (source: source code for "eject" command): a prefix of /dev/ followed by something, or a prefix of /media/, /mnt/, /dev/cdroms/, /dev/cdroms/...0, /dev/rdsk/, or /dev/dsk/.

One way to test whether a path is the right one is:

  1. put a CD into the appropriate drive
  2. at a Terminal, type the command eject followed by the path you are testing (e.g. eject /dev/cdrom)
  3. the CD should eject. If it does, the path is what you want. If it doesn't, then try other paths.