2022-11-17, 19:06
Hi,
In this page there are same samples:
https://kodi.wiki/view/HOW-TO:Modify_time_seeking
about example 1:
<advancedsettings>
- <video>
<usetimeseeking>false</usetimeseeking>
<percentseekforwardbig>5</percentseekforwardbig>
<percentseekbackwardbig>-5</percentseekbackwardbig>
</video>
</advancedsettings>
I would add the condiction "if video lenght is between 10 minutes and 20 minutes, then <percentseekforwardbig>10</percentseekforwardbig>"
Is possible?
(I would wrtite "If lenght 0-10 then... if 10-20 then... if 20-30 then...)
Thanks.
In this page there are same samples:
https://kodi.wiki/view/HOW-TO:Modify_time_seeking
about example 1:
<advancedsettings>
- <video>
<usetimeseeking>false</usetimeseeking>
<percentseekforwardbig>5</percentseekforwardbig>
<percentseekbackwardbig>-5</percentseekbackwardbig>
</video>
</advancedsettings>
I would add the condiction "if video lenght is between 10 minutes and 20 minutes, then <percentseekforwardbig>10</percentseekforwardbig>"
Is possible?
(I would wrtite "If lenght 0-10 then... if 10-20 then... if 20-30 then...)
Thanks.