Picard Qt: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(should be fixed now. next time use the bug tracker, please. (Imported from MoinMoin))
 
(win32 (Imported from MoinMoin))
Line 46: Line 46:
<pre>python tagger.py
<pre>python tagger.py
</pre>
</pre>

==Windows Binaries==

If you want to help with testing on Windows, you can download compiled snapshots of the source code at [http://users.musicbrainz.org/~luks/picard-qt/win32/ http://users.musicbrainz.org/~luks/picard-qt/win32/]. But please remember that this is not a finished application and it might not work correctly, so use it carefully. If you find a problem, please report it [http://bugs.musicbrainz.org/newticket?component=Picard+Tagger&version=Picard+Qt+(dev) here].


==Mac OS X installation notes==
==Mac OS X installation notes==

Revision as of 18:35, 19 January 2007


PicardQt is a rewrite/port of PicardTagger to Qt including implementations of ideas such as IntuitivePicardInterface, TaggerScript, etc.

Source Code

The code is still very far from finished, but slowly starting to be usable. If you want to help, you can get it from the Bazaar branch:

bzr branch http://bazaar.launchpad.net/~luks/picard/qt-port picard-qt

If you already have the branch and want to update it, use:

bzr pull

See the Launchpad page for more info about the branch.

Installation

  • Alert.png Warning: This is still in development, do not try to install and use it unless you know exactly what are you doing!

First, download and install these libraries:

Optionally also:

Then build the C extensions and locales:

python setup.py config
<edit build.cfg if neccessary>
python setup.py build_ext -i
python setup.py build_locales -i

And now you can start Picard:

python tagger.py

Windows Binaries

If you want to help with testing on Windows, you can download compiled snapshots of the source code at http://users.musicbrainz.org/~luks/picard-qt/win32/. But please remember that this is not a finished application and it might not work correctly, so use it carefully. If you find a problem, please report it here.

Mac OS X installation notes

A rough installation guide is available here: MacOSXPicardQtInstallationGuide

The Apple supplied python 2.3 in OSX 10.4.x will not work with picard, and some of the dependencies listed above expect a framework version of python. http://pythonmac.org/packages/ provides a framework python 2.4 which seems to work.

If you get stuff like this when installing libofa, you may have to replace ltmain.sh with a newer(?) ltmain.sh from the libtool package:

ld: Undefined symbols:
_create_fftsetupD

See http://forums.predixis.com/lofiversion/index.php/t2134.html for some more details.

For cd lookups you will need python-musicbrainz2 from svn, not the current 0.4.0 release. Also, use something like /dev/rdisk2 as the cdrom device, not /dev/disk2 as you might expect.

  • --kuno.

Plugins

Some examples of Picard plugins:

Documentation

Screenshots

File:picard-main.png File:picard-main-w-browser.png File:picard-tagedit.png File:picard-tagedit-2.png File:picard-cdlookup.png File:picard-naming.png