aussieaddons / plugin.video.abc_iview

ABC iView add-on for Kodi
http://aussieaddons.com/addons/abc_iview/
GNU General Public License v3.0
60 stars 24 forks source link

Add-on header/title missing #3082

Closed brentonv closed 4 years ago

brentonv commented 4 years ago

Hi guys. No big deal but just noticed that iView and SBS are missing title info.

Here's example attached below. 9Now shows "9Now" in the heading but iView and SBS seem to default to "TV Shows" probably because the title isn't available.

Like I said no big deal but it would be nice to know I'm in iView when I'm browsing it.

IMG_20200117_102421

Could someone maybe post the missing code so I can add it to my setup. Thanks

glennguy commented 4 years ago

Thanks for the report @brentonv

The cause of this behaviour is the call to xbmcplugin.setContent in the function that builds the directory for Kodi. It looks like setting it to 'episodes' causes your skin to do this.

I've made a patch to categories.py in iview, should be in the development repo now for you to have a look at. The content is now set to 'videos'. Btw, valid options are here if you want to have a play.

Estuary skin will show the content category as well as the addon name - perhaps a better solution is a feature request to the dev of your skin?

brentonv commented 4 years ago

Thankyou Glenn. Same also with SBS