Skip to content

RunScript(script.extendedinfo,info=openinfodialog) breaks for tvshows #2

@randallspicher

Description

@randallspicher

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions