Picard Download: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(restructure docs (Imported from MoinMoin))
 
(reformatting and new categories (Imported from MoinMoin))
(One intermediate revision by the same user not shown)
Line 5: Line 5:
==Latest stable version 0.6.0==
==Latest stable version 0.6.0==


<ul><li style="list-style-type:none">
* [[Image:download.gif]] [https://helixcommunity.org/download.php/1791/picard-0.6.0.tar.gz picard-0.6.0.tar.gz] Linux tarball (tar.gz) 235Kb
{| border="1"
<ul><li style="list-style-type:none">Make sure you read the information on [[Picard Download#LinuxInstall|running Picard on Linux]] below!
|-
| [[Image:download.gif]] || [https://helixcommunity.org/download.php/1791/picard-0.6.0.tar.gz picard-0.6.0.tar.gz] Linux tarball (tar.gz) 235Kb
|-
| ''Make sure you read the information on [[Picard Download#LinuxInstall|running Picard on Linux]] below!''
|}
{| border="1"
|-
| [[Image:download.gif]] || [https://helixcommunity.org/download.php/1792/picard-setup-0.6.0.exe picard-setup-0.6.0.exe] Windows installer (exe) 4.8Mb
|}
</ul>
</ul>
* [[Image:download.gif]] [https://helixcommunity.org/download.php/1792/picard-setup-0.6.0.exe picard-setup-0.6.0.exe] Windows installer (exe) 4.8Mb


==Download Unstable versions==
==Download Unstable versions==


<ul><li style="list-style-type:none">See the [[Picard Tagger Download Unstable|PicardTaggerDownloadUnstable]] page for available unstable builds.
See the [[Picard Tagger Download Unstable|PicardTaggerDownloadUnstable]] page for available unstable builds.
</ul>


==License==
==License==
Line 29: Line 36:


Please note that many things are not working, yet, and an [[Intuitive Picard Interface|IntuitivePicardInterface]] is still being developed. Some of the features currently in development are outlined in the [[Picard Tagger Documentation|PicardTaggerDocumentation]]. We invite you to submit bugs and/or feature requests:
Please note that many things are not working, yet, and an [[Intuitive Picard Interface|IntuitivePicardInterface]] is still being developed. Some of the features currently in development are outlined in the [[Picard Tagger Documentation|PicardTaggerDocumentation]]. We invite you to submit bugs and/or feature requests:
* Bugs:
* Bugs: [http://bugs.musicbrainz.org/newticket?component=Picard+Tagger&type=bug report new] <br/>
<ul><li style="list-style-type:none">[[Image:Attention.png]] Please make sure you '''checked the list of existing''' [http://bugs.musicbrainz.org/report/5 bug reports] and have read [[Picard Tagger Documentation|PicardTaggerDocumentation]] before entering a new ticket.''
** [[Image:Attention.png]] ''Please make sure you '''checked the list of [http://bugs.musicbrainz.org/report/5 existing bug reports]''' and have read [[Picard Tagger Documentation|PicardTaggerDocumentation]] before entering a new ticket.''
** [http://bugs.musicbrainz.org/newticket?component=Picard+Tagger&type=bug Report a new Bug]
</ul>

* Enhancements: [http://bugs.musicbrainz.org/newticket?component=Picard+Tagger&type=enhancement new RFE]
* Enhancements: [http://bugs.musicbrainz.org/newticket?component=Picard+Tagger&type=enhancement New RFE]
* Developers mailing list: [http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-devel subscribe] [http://lists.musicbrainz.org/pipermail/musicbrainz-devel/ archives]
* Developers mailing list: [http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-devel subscribe] [http://lists.musicbrainz.org/pipermail/musicbrainz-devel/ archives]


Line 48: Line 56:
Also be sure to check out [[Picard Linux Install|PicardLinuxInstall]] page for more help.
Also be sure to check out [[Picard Linux Install|PicardLinuxInstall]] page for more help.


----<br/> <small>Original version: [http://musicbrainz.org/products/tunepimp/download.html http://musicbrainz.org/products/tunepimp/download.html] </small>
----<br/> <small>Original version: [http://musicbrainz.org/wd/PicardDownload http://musicbrainz.org/wd/PicardDownload] </small>


[[Category:To Be Reviewed]] [[Category:WikiDocs Page]] [[Category:Documentation]] [[Category:Development]]
[[Category:To Be Reviewed]] [[Category:WikiDocs Page]] [[Category:Download]] [[Category:Product Picard]]

Revision as of 18:36, 29 May 2006

Download Picard (Stable)

Here you can download the latest stable version of the PicardTagger. Please read HowToTagFilesWithPicard if you are not familiar with Picard.

Latest stable version 0.6.0

Download Unstable versions

See the PicardTaggerDownloadUnstable page for available unstable builds.

License

Picard is licensed under the GPL (Gnu Public License).

Source Code

The source code of Picard is available using anonymous Subversion access. Read the Subversion document for instructions on how to use Subversion and checkout the Picard source code. Alternatively, you can browse the Picard Subversion repository directly using the source browser.

    svn checkout http://svn.musicbrainz.org/picard/trunk picard

Bugs, Feedback, Mailing List

Please note that many things are not working, yet, and an IntuitivePicardInterface is still being developed. Some of the features currently in development are outlined in the PicardTaggerDocumentation. We invite you to submit bugs and/or feature requests:


 

Running Picard on Linux

On Linux, make sure to set your BROWSER environment variable to point to your browser. Mine looks like:

BROWSER="firefox '%s' &" 

If your application freezes when the browser is active, make sure you have the & at the end of the BROWSER variable. If your browser takes you to a wrong page, make sure you have single quotes around your %s (e.g. '%s' ).

Also be sure to check out PicardLinuxInstall page for more help.



Original version: http://musicbrainz.org/wd/PicardDownload