Internet radio browser GUI for music/video streams from various directory services.

⌈⌋ ⎇ branch:  streamtuner2


Diff

Differences From Artifact [06b56c7d15]:

To Artifact [8c7cddb000]:


70
71
72
73
74
75
76
77
78
79
80
81
82
83
84


# Hook up as feature plugin
#
class favicon(object):

    # plugin attributes
    module = "favicon"
    meta = plugin_meta()
    
    
    # Register with main
    def __init__(self, parent):

        # Prepare favicon cache directory







|







70
71
72
73
74
75
76
77
78
79
80
81
82
83
84


# Hook up as feature plugin
#
class favicon(object):

    # plugin attributes
    module = __name__
    meta = plugin_meta()
    
    
    # Register with main
    def __init__(self, parent):

        # Prepare favicon cache directory