-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
In my skin, I'm using the openinfodialog method to bring up extended into on the currently viewed item from the DialogViddoInfo.xml
RunScript(script.extendedinfo,info=openinfodialog)
This works fine for movies, but for tvshows, it comes up saying the tvshow was not found.
From process.py line 297, it looks like this code is handling it for TV shows
Not sure if it's still grabbing the right things from kodi to search for the tvshow?
elif db_type == "tvshow":
params = {"dbid": dbid,
"tvdb_id": utils.get_infolabel("%sListItem.Property(tvdb_id)" % container_id),
"id": utils.get_infolabel("%sListItem.Property(id)" % container_id),
"name": utils.get_infolabel("%sListItem.Title" % container_id)}
start_info_actions("extendedtvinfo", params)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels