Add a new smart playlist "Not played lately" playlist (#613)

* Add "Not played lately" playlist (#1)

* Fix bad recent playlist construction (#6)

* Revert History rename

* Code review
This commit is contained in:
soncaokim 2018-12-02 18:30:01 +01:00 committed by Eugene
commit 764751381a
9 changed files with 126 additions and 8 deletions

View file

@ -24,6 +24,22 @@
<item>never</item>
</string-array>
<string-array name="pref_playlists_recently_played_interval_titles">
<item>@string/today</item>
<item>@string/this_week</item>
<item>@string/this_month</item>
<item>@string/past_three_months</item>
<item>@string/this_year</item>
</string-array>
<string-array name="pref_playlists_recently_played_interval_values">
<item>today</item>
<item>this_week</item>
<item>this_month</item>
<item>past_three_months</item>
<item>this_year</item>
</string-array>
<string-array name="pref_playlists_last_added_interval_titles">
<item>@string/today</item>
<item>@string/this_week</item>