Bug #6284
OTA Parental Rating (Age restriction) Not Recognised
0%
Description
I have noticed that none of my EPG events have a parental rating associated with them. Other receivers in my house do show this information.
The OTA EIT 'parental_rating_descriptor', if present, normally consists of 1 or more 4 byte records. The first 3 bytes holds the ISO 3166 [34] alpha-3 country code and the 4th byte contains the parental rating value minus 3.
Looking at the source code for the '_eit_desc_parental' function within the 'eit.c' module, I can see that it is processing 4 bytes at a time as expected.
However, it is taking the 1st byte (i = 0) as the parental rating value, not the 4th byte (i = 3).
Please assign this item to me. I have already patched and tested the issue on a test system, however, I want to track the issue properly, make a GitHub fork and update it correctly.
History
Updated by Delta Mike Charlie over 1 year ago
Code amended (1 character).
Pull request created.
Updated by Delta Mike Charlie over 1 year ago
The PR has been merged. This issue can be marked as complete/closed.