mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 18:03:33 +00:00
feat: added setting to request estimated duration of transcoded file
This commit is contained in:
parent
0fe4636fe1
commit
e762c91ff3
4 changed files with 20 additions and 2 deletions
|
|
@ -158,6 +158,16 @@
|
|||
app:key="max_bitrate_mobile"
|
||||
app:title="@string/settings_max_bitrate_mobile"
|
||||
app:useSimpleSummaryProvider="true" />
|
||||
|
||||
<SwitchPreference
|
||||
android:title="@string/settings_audio_transcode_estimate_content_length_title"
|
||||
android:defaultValue="false"
|
||||
android:summary="@string/settings_audio_transcode_estimate_content_length_summary"
|
||||
android:key="estimate_content_length" />
|
||||
|
||||
<Preference
|
||||
app:selectable="false"
|
||||
app:summary="@string/settings_summary_transcoding_estimate_content_length" />
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory app:title="@string/settings_title_transcoding_download">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue