mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 04:55:10 +01:00
screenshot image and syntax cleanup
This commit is contained in:
parent
2073b2e5f4
commit
521131bc2b
6 changed files with 6 additions and 6 deletions
|
|
@ -69,7 +69,7 @@
|
|||
<dt>Bitrate</dt>
|
||||
<dd><%= Math.round(bitrate/1000) %> kbps</dd>
|
||||
<% if (mb_trackid) { %>
|
||||
<dt>MuscBrainz entry</dt>
|
||||
<dt>MusicBrainz entry</dt>
|
||||
<dd>
|
||||
<a target="_blank" href="http://musicbrainz.org/recording/<%= mb_trackid %>">view</a>
|
||||
</dd>
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ master_doc = 'index'
|
|||
project = u'beets'
|
||||
copyright = u'2011, Adrian Sampson'
|
||||
|
||||
version = '1.0'
|
||||
version = '1.0b10'
|
||||
release = '1.0b10'
|
||||
|
||||
pygments_style = 'sphinx'
|
||||
|
|
|
|||
BIN
docs/plugins/beetsweb.png
Normal file
BIN
docs/plugins/beetsweb.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
|
|
@ -49,7 +49,7 @@ Other Plugins
|
|||
|
||||
Here are a few of the plugins written by the beets community:
|
||||
|
||||
* `beets-replaygain`_ can analyze and store !ReplayGain normalization
|
||||
* `beets-replaygain`_ can analyze and store ReplayGain normalization
|
||||
information.
|
||||
|
||||
* `beets-lyrics`_ searches Web repositories for song lyrics and adds them to your files.
|
||||
|
|
@ -58,7 +58,7 @@ Here are a few of the plugins written by the beets community:
|
|||
(Might be out of date.)
|
||||
|
||||
* `Beet-MusicBrainz-Collection`_ lets you add albums from your library to your
|
||||
!MusicBrainz `"music collection"`_.
|
||||
MusicBrainz `"music collection"`_.
|
||||
|
||||
* `A cmus plugin`_ integrates with the `cmus`_ console music player.
|
||||
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ Run the Server
|
|||
Then just type ``beet web`` to start the server and go to
|
||||
http://localhost:8337/. This is what it looks like:
|
||||
|
||||
http://wiki.beets.googlecode.com/hg/images/beetsweb.png
|
||||
.. image:: beetsweb.png
|
||||
|
||||
You can also specify the hostname and port number used by the Web server. These
|
||||
can be specified on the command line or in the ``[web]`` section of your
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ Reimporting
|
|||
|
||||
The ``import`` command can also be used to "reimport" music that you've already
|
||||
added to your library. This is useful for updating tags as they are fixed in the
|
||||
!MusicBrainz database, for when you change your mind about some selections you
|
||||
MusicBrainz database, for when you change your mind about some selections you
|
||||
made during the initial import, or if you prefer to import everything "as-is"
|
||||
and then correct tags later.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue