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

⌈⌋ ⎇ branch:  streamtuner2


Diff

Differences From Artifact [8b37efd187]:

To Artifact [114f820dd5]:


126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
}



# Exec wrapper
def run(cmd):
    log.EXEC(cmd)
    try:    os.system("start \"%s\"" % cmd if conf.windows else cmd + " &")
    except: log.ERR("Command not found:", cmd)

# Open help browser, streamtuner2 pages
def help(*args):
    run("yelp /usr/share/doc/streamtuner2/help/")

# Invokes player/recorder for stream url and format







|







126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
}



# Exec wrapper
def run(cmd):
    log.EXEC(cmd)
    try:    os.system("start %s" % cmd if conf.windows else cmd + " &")
    except: log.ERR("Command not found:", cmd)

# Open help browser, streamtuner2 pages
def help(*args):
    run("yelp /usr/share/doc/streamtuner2/help/")

# Invokes player/recorder for stream url and format