minimal inline documentaion change: StartOffset/StartPercent
This commit is contained in:
parent
822f4faff2
commit
64e9016dca
1 changed files with 3 additions and 0 deletions
|
@ -271,6 +271,9 @@ def play(url):
|
||||||
|
|
||||||
# doesn't work
|
# doesn't work
|
||||||
# item.setProperty('StartOffset', '56.4')
|
# item.setProperty('StartOffset', '56.4')
|
||||||
|
# Bug? It maybe works with StartPercent, see https://forum.kodi.tv/showthread.php?tid=129188&pid=2443114#pid2443114
|
||||||
|
# Will not fix :-(
|
||||||
|
# https://trac.kodi.tv/ticket/17006#ticket
|
||||||
# item.setProperty("VolumeAmplification", "7")
|
# item.setProperty("VolumeAmplification", "7")
|
||||||
# xbmc.log(msg=item.getProperty('VolumeAmplification'), level=xbmc.LOGNOTICE)
|
# xbmc.log(msg=item.getProperty('VolumeAmplification'), level=xbmc.LOGNOTICE)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue