mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-09 08:01:20 +02:00
Add ability to filter libraries, collection, etc (#308)
Adds a button to filter contents next to the sort button on grid pages The filters are saved and restored you return to the page. It works with #278, playing the filtered items in the sorted order. The drop down menus for both sorting & filtering are updated to closer match the overall look. Filters for: - Played or unplayed - Favorite or not - Genres - Community (star) rating - Parental rating - Video type (HD vs SD, etc) - Release year and/or decade
This commit is contained in:
parent
50dc4b9a35
commit
78e7eb421f
16 changed files with 1325 additions and 75 deletions
|
|
@ -38,4 +38,5 @@
|
|||
<string name="fa_volume_low" translatable="false"></string>
|
||||
<string name="fa_ellipsis" translatable="false"></string>
|
||||
<string name="fa_ellipsis_vertical" translatable="false"></string>
|
||||
<string name="fa_filter" translatable="false"></string>
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -319,6 +319,11 @@
|
|||
<string name="skip_segment_recap">Skip Recap</string>
|
||||
<string name="skip_segment_outro">Skip Outro</string>
|
||||
<string name="skip_segment_intro">Skip Intro</string>
|
||||
<string name="played">Played</string>
|
||||
<string name="filter">Filter</string>
|
||||
<string name="year">Year</string>
|
||||
<string name="decade">Decade</string>
|
||||
<string name="remove">Remove</string>
|
||||
|
||||
<string-array name="theme_song_volume">
|
||||
<item>Disabled</item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue