Release CBC TV (Canadian Broadcasting Corporation)
I was just testing 4.0.15+matrix.1 on LibreELEC 10.0.2 and noticed that the episode durations were not shown.

Steps to add the durations back:

Edit  plugin.video.cbc/resources/lib/gemv2.py  and after these lines (about line 81 in the file):

        if 'episode' in episode:
             labels['episode'] = episode['episode']


Add:

        if 'duration' in episode:
            labels['duration'] = episode['duration']


Note:  Be sure to maintain similar indentation in the code for this change to work.

This enabled display of the duration of time for episodes for me.
Reply


Messages In This Thread
RE: CBC TV (Canadian Broadcasting Corporation) - by kodaksmith - 2022-10-24, 21:30
RE: [Release] CBC.ca News - by kodaksmith - 2019-11-04, 18:59
Logout Mark Read Team Forum Stats Members Help
CBC TV (Canadian Broadcasting Corporation)1