Add search for lyrics as a seperate option

Double click album to show fullsize

Fixes #299
This commit is contained in:
Jonas Kvinge
2020-04-25 14:48:43 +02:00
parent ae05a61551
commit f14c3654dc
7 changed files with 101 additions and 30 deletions

View File

@@ -147,7 +147,7 @@
</widget>
</item>
<item>
<widget class="QCheckBox" name="context_item1_enable">
<widget class="QCheckBox" name="checkbox_album">
<property name="text">
<string>Album</string>
</property>
@@ -157,7 +157,7 @@
</widget>
</item>
<item>
<widget class="QCheckBox" name="context_item2_enable">
<widget class="QCheckBox" name="checkbox_technical_data">
<property name="text">
<string>Technical Data</string>
</property>
@@ -167,7 +167,7 @@
</widget>
</item>
<item>
<widget class="QCheckBox" name="context_item3_enable">
<widget class="QCheckBox" name="checkbox_engine_device">
<property name="text">
<string>Engine and Device</string>
</property>
@@ -177,7 +177,7 @@
</widget>
</item>
<item>
<widget class="QCheckBox" name="context_item4_enable">
<widget class="QCheckBox" name="checkbox_albums">
<property name="text">
<string>Albums by Artist</string>
</property>
@@ -187,7 +187,7 @@
</widget>
</item>
<item>
<widget class="QCheckBox" name="context_item5_enable">
<widget class="QCheckBox" name="checkbox_song_lyrics">
<property name="text">
<string>Song Lyrics</string>
</property>
@@ -196,6 +196,16 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkbox_search_lyrics">
<property name="text">
<string>Automatically search for song lyrics</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>