MusicBrainz Picard/FAQ: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(add 2 question and answers. may need correcting, but good questions for FAQ (Imported from MoinMoin))
((Imported from MoinMoin))
Line 20: Line 20:


Picard is intended to eventually support all formats (including fingerprinting), but this is a complex process, and will take some time.
Picard is intended to eventually support all formats (including fingerprinting), but this is a complex process, and will take some time.

==Configuration==

===How do I tell Picard which browser to use?===

On Windows, GNOME and KDE, Picard uses the standard browser for these systems. On other systems, you can use the <code><nowiki>BROWSER</nowiki></code> environment variable. For example:<pre>export BROWSER="firefox '%s' &"
</pre>


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

Revision as of 14:52, 24 February 2007

Products > Picard > Picard FAQ

This pages answers FrequentlyAskedQuestions about Picard.


How do I use Picard?

See:

  • [[[How To Tag Files With Picard]]]
  • [[[Picard Documentation]]]

File Formats

What formats does Picard support?

MP3, Ogg Vorbis, FLAC, MP4, Musepack, WavPack, Speex, The True Audio and Windows Media Audio. However, it can calculate audio fingerprints only from MP3, Ogg Vorbis, FLAC and Musepack files.

What Formats will Picard support?

Picard is intended to eventually support all formats (including fingerprinting), but this is a complex process, and will take some time.

Configuration

How do I tell Picard which browser to use?

On Windows, GNOME and KDE, Picard uses the standard browser for these systems. On other systems, you can use the BROWSER environment variable. For example:

export BROWSER="firefox '%s' &"