Picard Qt: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
((Imported from MoinMoin))
(Clean out the page - it was redirected, but still had the entire old page below the redirect)
 
(87 intermediate revisions by 7 users not shown)
Line 1: Line 1:
#REDIRECT [[MusicBrainz Picard]]


==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 [http://bazaar-vcs.org/ Bazaar] branch:

<pre>bzr get http://bazaar.launchpad.net/~luks/picard/qt-port picard-qt
</pre>

See the [https://launchpad.net/people/luks/+branch/picard/qt-port Launchpad page] for more info about the branch.

==Installation==

First, download and install these libraries:
* [http://www.riverbankcomputing.co.uk/pyqt/ PyQt4]
* [http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen Mutagen] (>= 1.8)
* [[python-musicbrainz2]]

Then build the C extensions and locales:

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

And now you can start Picard:

<pre>python tagger.py
</pre>

==Plugins==

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

==Tagger Script==

See [[Tagger Script|TaggerScript / Implementation]].

==Screenshots==

[[Image:picard-main.png]] [[Image:picard-main-w-browser.png]] [[Image:picard-tagedit.png]] [[Image:picard-tagedit-2.png]] [[Image:picard-cdlookup.png]]

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

Latest revision as of 00:27, 28 March 2010

Redirect to: