feat: improve audio track sorting, add prefer_descriptive_audio option
This commit is contained in:
parent
4f15c6f49d
commit
7160c694c1
4 changed files with 39 additions and 25 deletions
|
|
@ -260,6 +260,7 @@
|
|||
<string name="show_next_video_key">show_next_video</string>
|
||||
<string name="show_description_key">show_description</string>
|
||||
<string name="show_meta_info_key">show_meta_info</string>
|
||||
<string name="prefer_descriptive_audio_key">prefer_descriptive_audio</string>
|
||||
<string name="stream_info_selected_tab_key">stream_info_selected_tab</string>
|
||||
<string name="show_hold_to_append_key">show_hold_to_append</string>
|
||||
<string name="content_language_key">content_language</string>
|
||||
|
|
|
|||
|
|
@ -94,6 +94,8 @@
|
|||
<string name="show_description_summary">Turn off to hide video description and additional information</string>
|
||||
<string name="show_meta_info_title">Show meta info</string>
|
||||
<string name="show_meta_info_summary">Turn off to hide meta info boxes with additional information about the stream creator, stream content or a search request</string>
|
||||
<string name="prefer_descriptive_audio_title">Prefer descriptive audio</string>
|
||||
<string name="prefer_descriptive_audio_summary">Select an audio track with descriptions for visually impaired people if available</string>
|
||||
<string name="thumbnail_cache_wipe_complete_notice">Image cache wiped</string>
|
||||
<string name="metadata_cache_wipe_title">Wipe cached metadata</string>
|
||||
<string name="metadata_cache_wipe_summary">Remove all cached webpage data</string>
|
||||
|
|
|
|||
|
|
@ -114,6 +114,14 @@
|
|||
app:singleLineTitle="false"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
android:defaultValue="false"
|
||||
android:key="@string/prefer_descriptive_audio_key"
|
||||
android:summary="@string/prefer_descriptive_audio_summary"
|
||||
android:title="@string/prefer_descriptive_audio_title"
|
||||
app:singleLineTitle="false"
|
||||
app:iconSpaceReserved="false"/>
|
||||
|
||||
<Preference
|
||||
android:key="@string/import_data"
|
||||
android:summary="@string/import_data_summary"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue