Skip to content

Fail to accept URL as XMLTV source #21

@petterreinholdtsen

Description

@petterreinholdtsen

The problem seem to be in XMLTVSource.init() from script.tvguide/source.py, which have these two lines:

        if not self.xmltvFile or not xbmcvfs.exists(self.xmltvFile):
            raise SourceNotConfiguredException()                            

If only the URL is provided, the add-on refuse to start. If I comment out those lines, the add-on start as it should.

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