seriesmarker.gui.model.search.search_node module¶
-
class
SearchNode
(show)[source]¶ Bases:
seriesmarker.gui.model.decorated_node.DecoratedNode
Node used to display resulting series from a search in a
SearchDialog
.-
__init__
(show)[source]¶ Initializes the node.
Also defines the result’s banner size. Banners of search results will not be permanently cached on disk. However, a banner may be cached temporarily by pytvdbapi.
Parameters: show ( pytvdbapi.api.Show
) – The show the node will display.
Describes the banner to load from net for display by
BannerLoader
.Returns: The URL of the banner related to the node’s show. Overrides
DecoratedNode.banner_url()
-