rework media parsing, parse secondary stream (sub/jap)

* use the secondary stream if no primary is present
This commit is contained in:
2020-10-19 21:57:02 +02:00
parent 4c274eb062
commit ce84cb57a8
9 changed files with 122 additions and 101 deletions

View File

@ -17,6 +17,7 @@
<string name="text_episodes_count">%1$d Episoden</string>
<string name="text_runtime">%1$d Minuten</string>
<string name="component_episode_title">Episode %1$d %2$s</string>
<string name="component_episode_title_sub">Episode %1$d %2$s (OmU)</string>
<!-- settings fragment -->
<string name="account">Account</string>

View File

@ -22,6 +22,7 @@
<string name="text_episodes_count">%1$d episodes</string>
<string name="text_runtime">%1$d Minutes</string>
<string name="component_episode_title">Episode %1$d %2$s</string>
<string name="component_episode_title_sub">Episode %1$d %2$s (Sub)</string>
<string name="component_poster_desc" translatable="false">episode poster</string>
<string name="component_watched_desc" translatable="false">already watched</string>