Add settings to switch player backends

This commit is contained in:
Damontecres 2025-11-05 16:04:10 -05:00
parent 4bd6672a8c
commit 5563935a51
No known key found for this signature in database
8 changed files with 106 additions and 22 deletions

View file

@ -90,4 +90,9 @@
<item>During end credits/outro</item>
</string-array>
<string-array name="player_backend_options">
<item>ExoPlayer (default)</item>
<item>MPV (Experimental)</item>
</string-array>
</resources>

View file

@ -142,6 +142,9 @@
<string name="aired_episode_order">Aired Episode Order</string>
<string name="create_playlist">Create new playlist</string>
<string name="add_to_playlist">Add to playlist</string>
<string name="player_backend">Playback Backend</string>
<string name="mpv_hardware_decoding">MPV: Use hardware decoding</string>
<string name="disable_if_crash">Disable if you experience crashes</string>
<plurals name="downloads">
<item quantity="zero">%d downloads</item>