53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
class theme_installer(object):
# plugin info
module = "theme_installer"
meta = plugin_meta()
category = "themes"
theme_dir = conf.dir + "/themes/"
themes_url = "http://milki.include-once.org/streamtuner2/themes/"
themes_csv = "themes.json"
mime = "zip/gtk-theme"
parent = None
bm = None
# register
def __init__(self, parent):
|
|
|
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
class theme_installer(object):
# plugin info
module = "theme_installer"
meta = plugin_meta()
category = "themes"
theme_dir = conf.dir + "/themes/"
themes_url = "http://oha59.bplaced.net/streamtuner2/themes/" #"http://milki.include-once.org/streamtuner2/themes/"
themes_csv = "themes.json"
mime = "zip/gtk-theme"
parent = None
bm = None
# register
def __init__(self, parent):
|