groggyegg / plugin.video.dramacool

Watch Asian Drama and Korean Show with English subtitles on DramaCool.
MIT License
35 stars 15 forks source link

"Recently Watched" home screen widget not display show name #31

Closed stvg88 closed 2 years ago

stvg88 commented 2 years ago

Hi loving your addon so much!

Just 1 feedback: when I put "Recently Watched" folder as a homescreen widget, the show name is not displayed on top, and the cover art is displayed instead, which doesn't look very nice image

My expectation is that it will look like this (manually created a widget using Super Favorites) image

Btw I'm using Cosmic skin on Kodi 19.3

stvg88 commented 2 years ago

update: to fix this issue, i think just need to remove: 'clearlogo': kwargs['poster'], from init function in Drama class in database.py

groggyegg commented 2 years ago

update: to fix this issue, i think just need to remove: 'clearlogo': kwargs['poster'], from init function in Drama class in database.py

Can you confirm if this actually solves the problem? I won't have time to test it so need confirmations that this actually solves it and doesn't break anything else before I do any change.

stvg88 commented 2 years ago

@groggyegg yea i tried, it will revert to the default clearlogo, which is just the item name. It doesn't seem to break anything else. And based on your latest commit, seems like clearlogo was not set previously either, so that should be safe!

image