aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-03-30 17:38:38 -0700
committerScott Jackson <daneren2005@gmail.com>2015-03-30 17:38:38 -0700
commitcf7c0e718ca45dc3fbf0cdfc4118122658e96776 (patch)
treed3cff64708dc403106f76ef4ef0503fbc5f206f4 /res
parent6bdfe3f1b2673389ebfd636b0513cc8e89fa030a (diff)
downloaddsub-cf7c0e718ca45dc3fbf0cdfc4118122658e96776.tar.gz
dsub-cf7c0e718ca45dc3fbf0cdfc4118122658e96776.tar.bz2
dsub-cf7c0e718ca45dc3fbf0cdfc4118122658e96776.zip
#451 Add option to treat first level as artist groups instead of artists themselves
Diffstat (limited to 'res')
-rw-r--r--res/menu/select_artist.xml5
-rw-r--r--res/values/strings.xml3
2 files changed, 8 insertions, 0 deletions
diff --git a/res/menu/select_artist.xml b/res/menu/select_artist.xml
index 127736d6..8e1cdba3 100644
--- a/res/menu/select_artist.xml
+++ b/res/menu/select_artist.xml
@@ -14,6 +14,11 @@
compat:showAsAction="ifRoom|withText"/>
<item
+ android:id="@+id/menu_first_level_artist"
+ android:title="@string/menu.first_level_artist"
+ android:checkable="true"/>
+
+ <item
android:id="@+id/menu_exit"
android:title="@string/menu.exit"/>
</menu>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 6caa152f..054d5047 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -55,6 +55,8 @@
<br/>When songs are downloaded by DSub, they can be deleted to make room for new downloads. Permanently cached music on the other hand will never be automatically deleted.
<p/><font color="red">ChromeCast fails</font>:
<br/>Try setting the option Settings -> Playback -> Use device proxy. It is a work around for Chromecast not accepting self-signed certificates.
+ <p/><font color="red">First level in Library are actually groups of artists</font>:
+ <br/>In the option menu, deselect "First level artists". This will make it so that the entire first level of directories shown will be treated like groups of artists instead of the artists themselves.
]]>
</string>
<string name="main.select_server">Select server</string>
@@ -110,6 +112,7 @@
<string name="menu.similar_artists">Similar Artists</string>
<string name="menu.show_missing">Show missing</string>
<string name="menu.start_radio">Start Radio</string>
+ <string name="menu.first_level_artist">First level artists</string>
<string name="playlist.label">Playlists</string>
<string name="playlist.update_info">Update Information</string>