Kodi16 getTVShowTitle()

On Kodi17
is an easy way to get the Series of an Selected Item:
info = sys.listitem.getVideoInfoTag()
title=info.getTVShowTitle()

Is there a possible way to do so in Kodi 16?
It should work on Episodes / or Series