picard Documentation/Options/CD Lookup: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(added some OS X hand holding :))
mNo edit summary
Line 1: Line 1:
<small>[[Products]] > [[Picard Tagger| Picard]] > [[Picard Documentation]] > [[Picard Documentation/Options|Options]] > CD Lookup option </small>
<small>[[Products]] > [[Picard Tagger| Picard]] > [[Picard Documentation]] > [[Picard Documentation/Options|Options]] > CD Lookup option </small>

=CD Lookup option=


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


===Windows===
==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.
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.
Line 11: Line 9:
'''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===
==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]
as per Aaron 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.
<blockquote>You have to make sure you have the correct rdisk# entered in the preferences.
Line 20: Line 18:
Enter this /dev/rdisk# into preferences and it should work. </blockquote>
Enter this /dev/rdisk# into preferences and it should work. </blockquote>


===Linux, other platforms===
==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).
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).
Line 27: Line 25:


One way to test whether a path is the right one is:
One way to test whether a path is the right one is:
# put a CD into the appropriate drive
# Put a CD into the appropriate drive
# at a Terminal, type the command '''eject''' followed by the path you are testing (e.g. '''eject /dev/cdrom''')
# At a Terminal, type the command '''eject''' followed by the path you are testing (e.g. '''eject /dev/cdrom''')
# the CD should eject. If it does, the path is what you want. If it doesn't, then try other paths.
# The CD should eject.
#* If it does, the path is what you want.
#* If it doesn't, then try other paths.


[[Category:To Be Reviewed]] [[Category:Picard]]
[[Category:Picard]]

Revision as of 19:57, 22 July 2009

Products > Picard > Picard Documentation > Options > 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 Aaron 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.