How can I get age restriction for the current event? In the EPG there is "Minimum age X years" if event is rated which is exactly what I want. I grepped python sources for "Minimum age" which led me to this:
https://github.com/OpenViX/enigma2/blob/master/lib/python/Components/Converter/EventName.py
But googling for EventName and longRating or shortRating, as well as grepping for it in /usr/lib/enigma2/python, didn't give me any relevant hits, so I am not quite sure how to get this information.