GitHub
Moderator
Fix issue #650: Allow multiple genre values to be displayed in event information
Add new methods PyObject *eServiceEvent::getGenreDataList() const and
PyObject *eServiceEvent::getParentalDataList() const so that their
Python/SWIG API signatures are differentiated from
RESULT eServiceEvent::getGenreData(ePtr<eGenreData> &dest) const and
RESULT eServiceEvent::getParentalData(ePtr<eParentalData> &dest) const
Add
PyObject *eServiceEvent::getComponentDataList() const
for consistent naming.
Re-implement
PyObject *getComponentData() const,
PyObject *getGenreData() const
and PyObject *getComponentData() const
as deprecated inline methods that call the respective new methods.
Add new GenreList type to the EventName converter to allow skin
access to the new genre list retrieval method.
Add SeparatorSlash and SeparatorComma as new separator options for
use with genre lists: default for GenreList is SeparatorComma, and
is NotSeparated for all other conversions.
The Rating types for the EventName converter have been left unchanged
because the use of a ratings list is more complicated and there is
no way to test the code for multiple country identifiers in Australian
EPGs.
Continue reading...
Add new methods PyObject *eServiceEvent::getGenreDataList() const and
PyObject *eServiceEvent::getParentalDataList() const so that their
Python/SWIG API signatures are differentiated from
RESULT eServiceEvent::getGenreData(ePtr<eGenreData> &dest) const and
RESULT eServiceEvent::getParentalData(ePtr<eParentalData> &dest) const
Add
PyObject *eServiceEvent::getComponentDataList() const
for consistent naming.
Re-implement
PyObject *getComponentData() const,
PyObject *getGenreData() const
and PyObject *getComponentData() const
as deprecated inline methods that call the respective new methods.
Add new GenreList type to the EventName converter to allow skin
access to the new genre list retrieval method.
Add SeparatorSlash and SeparatorComma as new separator options for
use with genre lists: default for GenreList is SeparatorComma, and
is NotSeparated for all other conversions.
The Rating types for the EventName converter have been left unchanged
because the use of a ratings list is more complicated and there is
no way to test the code for multiple country identifiers in Australian
EPGs.
Continue reading...