Picard Qt: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
((Imported from MoinMoin))
((Imported from MoinMoin))
Line 21: Line 21:


<pre>python setup.py build_ext -i
<pre>python setup.py build_ext -i
python setup.py build_locales
python setup.py build_locales -i
</pre>
</pre>


Line 31: Line 31:
==Plugins==
==Plugins==


Some example of Picard plugins:
Some examples of Picard plugins:
* [http://users.musicbrainz.org/~luks/picard-qt/lastfm.py Last.fm artist images downloader]
* [http://users.musicbrainz.org/~luks/picard-qt/lastfm.py Last.fm artist images downloader]



Revision as of 13:34, 8 October 2006


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 get http://bazaar.launchpad.net/~luks/picard/qt-port picard-qt

See the Launchpad page for more info about the branch.

Installation

First, download and install these libraries:

Then build the C extensions and locales:

python setup.py build_ext -i
python setup.py build_locales -i

And now you can start Picard:

python tagger.py

Plugins

Some examples of Picard plugins:

Tagger Script

See TaggerScript / Implementation.

Screenshots

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