Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions theme/templates/pages/features.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,15 +143,15 @@ <h6 class="docs-header">{% trans %}Search &amp; Sort{% endtrans %}</h6>
<p>
{% trans %}Start typing to find the track you're thinking of, or narrow your search to a specific tag. Sort the library table hierarchically with multiple tags at a time.{% endtrans %}
</p>
</div>
<div class="feature-indent">
<img class="responsive drop-shadow" src="{{ SITEURL }}/theme/images/2.0/feature-library.png">
<h6 class="docs-header">{% trans %}iTunes and Traktor Library Integration{% endtrans %}</h6>
<p>{% trans %}Drop fresh tracks from your iTunes or Traktor library right into your mix.{% endtrans %}</p>

<h6 class="docs-header">{% trans %}MusicBrainz Tag Lookup{% endtrans %}</h6>
<p>{% trans %}Fingerprint your tracks and fetch missing tags from MusicBrainz.{% endtrans %}</p>
</div>
<div class="feature-indent">
<img class="responsive drop-shadow" src="{{ SITEURL }}/theme/images/2.0/feature-library.png">
<h6 class="docs-header">{% trans %}External DJ Library Integration{% endtrans %}</h6>
<p>{% trans %}Mixxx reads your local music libraries from iTunes, Traktor, Banshee, Rekordbox, Rhythmbox, and Serato — just open Mixxx and start mixing with your existing tracks.{% endtrans %}</p>
</div>
<div class="feature-indent">
<img src="{{ SITEURL }}/theme/images/ic_library_prepare.png" class="feature-icon drop-shadow">
<h5 class="docs-header">{% trans %}BPM &amp; Key Detection{% endtrans %}</h5>
Expand Down
Loading