Kodi Community Forum

Full Version: how can i get player info plot or label width python script?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
can someone please explain how can i get info details in a player like plot or label using python script instead of buildin function $INFO[videoplayer.plot]?
python:
import xbmc
plot = xbmc.getInfoLabel('VideoPlayer.Plot')
(2019-11-03, 13:19)black_eagle Wrote: [ -> ]
python:
import xbmc
plot = xbmc.getInfoLabel('VideoPlayer.Plot')

thanks