diff --git a/xbmc/GUIInfoManager.cpp b/xbmc/GUIInfoManager.cpp index da147637aec76..1561fb3bb9565 100644 --- a/xbmc/GUIInfoManager.cpp +++ b/xbmc/GUIInfoManager.cpp @@ -110,6 +110,11 @@ const infomap integer_bools[] = {{ "isequal", INTEGER_IS_EQUAL }, /// _boolean_, /// Returns true if the player has an audio file. /// } +/// \table_row3{ `Player.HasGame`, +/// \anchor Player_HasGame +/// _boolean_, +/// Returns true if the player has a game file. +/// } /// \table_row3{ `Player.HasMedia`, /// \anchor Player_HasMedia /// _boolean_, @@ -332,6 +337,37 @@ const infomap integer_bools[] = {{ "isequal", INTEGER_IS_EQUAL }, /// Returns true if pvr channel preview is active (used channel tag different /// from played tag) /// } +/// \table_row3{ `Player.TempoEnabled`, +/// \anchor Player_TempoEnabled +/// _boolean_, +/// Returns true if player supports tempo (i.e. speed up/down normal playback speed) +/// } +/// \table_row3{ `Player.IsTempo`, +/// \anchor Player_IsTempo +/// _boolean_, +/// Returns true if player has tempo (i.e. is playing with a playback speed higher or +/// lower than normal playback speed) +/// } +/// \table_row3{ `Player.PlaySpeed`, +/// \anchor Player_PlaySpeed +/// _string_, +/// Returns the player playback speed (tempo) with the format %1.2f (1.00 means normal +/// playback speed). The default range is (0.80 - 1.50)\, however it can be changed +/// in advanced settings. +/// } +/// \table_row3{ `Player.HasResolutions`, +/// \anchor Player_HasResolutions +/// _boolean_, +/// Returns true if the player is allowed to switch resolution and refresh rate +/// (i.e. if whitelist modes are configured in Kodi's System/Display settings) +/// } +/// \table_row3{ `Player.HasPrograms`, +/// \anchor Player_HasPrograms +/// _boolean_, +/// Returns true if the media file being played has programs\, i.e. groups of streams. +/// Ex: if a media file has multiple streams (quality\, channels\, etc) a program represents +/// a particular stream combo. +/// } /// \table_row3{ `Player.FrameAdvance`, /// \anchor Player_FrameAdvance /// _boolean_,