Skip to content

Commit

Permalink
Core/Playback/CoreELEC: Increase CoreELEC resume seek wait fix to 350…
Browse files Browse the repository at this point in the history
…ms (was 250ms)
  • Loading branch information
pannal committed Oct 5, 2024
1 parent aee62fd commit f1974b0
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lib/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ class AddonSettings(object):
("tickrate", 1.0),
("honor_plextv_dnsrebind", True),
("honor_plextv_pam", True),
("coreelec_resume_seek_wait", 250),
("coreelec_resume_seek_wait", 350),
)

def __init__(self):
Expand Down
4 changes: 2 additions & 2 deletions resources/language/resource.language.de_de/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -2850,8 +2850,8 @@ msgstr "CoreELEC: Fortsetzen-Fix Sprungwartezeit"

#:
msgctxt "#33650"
msgid "This adjusts the delay between seek-tries on CoreELEC, which fixes resume not always working or double-seeking. When you have resume/double-seek issues, increase this. 100ms should be stable as well. Default: 200ms"
msgstr "Dies passt die Wartezeit zwischen Sprungversuchen auf CoreELEC an, welches den Fehler behebt, dass das Fortsetzen manchmal nicht funktioniert, oder doppelt gesprungen wird. Solltest Du Fortsetzen-/Doppelsprungprobleme haben, diesen Wert erhöhen. 100ms sollten ebenfalls stabil sein. Standard: 200ms"
msgid "This adjusts the delay between seek-tries on CoreELEC, which fixes resume not always working or double-seeking. When you have resume/double-seek issues, increase this. 100ms should be stable as well. Default: 350ms"
msgstr "Dies passt die Wartezeit zwischen Sprungversuchen auf CoreELEC an, welches den Fehler behebt, dass das Fortsetzen manchmal nicht funktioniert, oder doppelt gesprungen wird. Solltest Du Fortsetzen-/Doppelsprungprobleme haben, diesen Wert erhöhen. 100ms sollten ebenfalls stabil sein. Standard: 350ms"

#:
msgctxt "#33651"
Expand Down
2 changes: 1 addition & 1 deletion resources/language/resource.language.en_gb/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -2259,7 +2259,7 @@ msgid "CoreELEC: Resume-fix wait for seek"
msgstr ""

msgctxt "#33650"
msgid "This adjusts the delay between seek-tries on CoreELEC, which fixes resume not always working or double-seeking. When you have resume/double-seek issues, increase this. 100ms should be stable as well. Default: 200ms"
msgid "This adjusts the delay between seek-tries on CoreELEC, which fixes resume not always working or double-seeking. When you have resume/double-seek issues, increase this. 100ms should be stable as well. Default: 350ms"
msgstr ""

msgctxt "#33651"
Expand Down
4 changes: 2 additions & 2 deletions resources/language/resource.language.es_es/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -2849,8 +2849,8 @@ msgstr "CoreELEC: Reanudar y corregir la espera de búsqueda"

#:
msgctxt "#33650"
msgid "This adjusts the delay between seek-tries on CoreELEC, which fixes resume not always working or double-seeking. When you have resume/double-seek issues, increase this. 100ms should be stable as well. Default: 200ms"
msgstr "Ajusta el retardo entre los intentos de búsqueda en CoreELEC, lo que corrige la reanudación que no siempre funciona o la doble búsqueda. Cuando tenga problemas de reanudación/doble búsqueda, auméntelo. 100ms debería ser estable también. Por defecto: 200ms"
msgid "This adjusts the delay between seek-tries on CoreELEC, which fixes resume not always working or double-seeking. When you have resume/double-seek issues, increase this. 100ms should be stable as well. Default: 350ms"
msgstr "Ajusta el retardo entre los intentos de búsqueda en CoreELEC, lo que corrige la reanudación que no siempre funciona o la doble búsqueda. Cuando tenga problemas de reanudación/doble búsqueda, auméntelo. 100ms debería ser estable también. Por defecto: 350ms"

#:
msgctxt "#33651"
Expand Down
2 changes: 1 addition & 1 deletion resources/language/resource.language.it_it/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -3014,6 +3014,6 @@ msgstr ""

#:
msgctxt "#33650"
msgid "This adjusts the delay between seek-tries on CoreELEC, which fixes resume not always working or double-seeking. When you have resume/double-seek issues, increase this. 100ms should be stable as well. Default: 200ms"
msgid "This adjusts the delay between seek-tries on CoreELEC, which fixes resume not always working or double-seeking. When you have resume/double-seek issues, increase this. 100ms should be stable as well. Default: 350ms"
msgstr ""

4 changes: 2 additions & 2 deletions resources/language/resource.language.zh_cn/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -2846,8 +2846,8 @@ msgstr "CoreELEC:恢复修复等待跳转"

#:
msgctxt "#33650"
msgid "This adjusts the delay between seek-tries on CoreELEC, which fixes resume not always working or double-seeking. When you have resume/double-seek issues, increase this. 100ms should be stable as well. Default: 200ms"
msgstr "调整 CoreELEC 上跳转尝试之间的延迟,修复恢复播放不总是有效或双重跳转的问题。当出现恢复/双重跳转问题时,请增加此值。100ms 也应是稳定的。默认值:200ms"
msgid "This adjusts the delay between seek-tries on CoreELEC, which fixes resume not always working or double-seeking. When you have resume/double-seek issues, increase this. 100ms should be stable as well. Default: 350ms"
msgstr "调整 CoreELEC 上跳转尝试之间的延迟,修复恢复播放不总是有效或双重跳转的问题。当出现恢复/双重跳转问题时,请增加此值。100ms 也应是稳定的。默认值:350ms"

#:
msgctxt "#33651"
Expand Down
2 changes: 1 addition & 1 deletion resources/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
</setting>
<setting id="coreelec_resume_seek_wait" type="integer" label="33649" help="33650">
<level>0</level>
<default>250</default>
<default>350</default>
<constraints>
<minimum>100</minimum>
<step>50</step>
Expand Down

0 comments on commit f1974b0

Please sign in to comment.