
Change the loop behavior to something that is actually sensible, with [ ] looping the whole playlist and [ 1 ] looping the song. This also removes the "Do on end" setting. A new stop option may be reintroduced, however. This resolves issue #13.
40 lines
No EOL
1.3 KiB
XML
40 lines
No EOL
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string-array name="entires_theme">
|
|
<item>@string/setting_theme_auto</item>
|
|
<item>@string/setting_theme_day</item>
|
|
<item>@string/setting_theme_night</item>
|
|
</string-array>
|
|
|
|
<integer-array name="values_theme">
|
|
<item>@integer/theme_auto</item>
|
|
<item>@integer/theme_light</item>
|
|
<item>@integer/theme_dark</item>
|
|
</integer-array>
|
|
|
|
<string-array name="entries_lib_display">
|
|
<item>@string/label_genres</item>
|
|
<item>@string/label_artists</item>
|
|
<item>@string/label_albums</item>
|
|
</string-array>
|
|
|
|
<integer-array name="values_lib_display">
|
|
<item>@integer/display_genre</item>
|
|
<item>@integer/display_artist</item>
|
|
<item>@integer/display_album</item>
|
|
</integer-array>
|
|
|
|
<array name="entries_song_playback_mode">
|
|
<item>@string/label_play_all_songs</item>
|
|
<item>@string/label_play_artist</item>
|
|
<item>@string/label_play_album</item>
|
|
<item>@string/label_play_genre</item>
|
|
</array>
|
|
|
|
<string-array name="values_song_playback_mode">
|
|
<item>@integer/play_mode_songs</item>
|
|
<item>@integer/play_mode_artist</item>
|
|
<item>@integer/play_mode_album</item>
|
|
<item>@integer/play_mode_genre</item>
|
|
</string-array>
|
|
</resources> |