Diff
Differences From Artifact [3d89c6ea6f]:
- Executable file st2.py — part of check-in [8b3cd06ff7] at 2014-07-31 17:22:46 on branch trunk — Adapted Live365 channel plugin for /cgi-bin/play.pls?stationid=123457&direct=1 stream URLs instead of extraction, works again (user: mario, size: 45313) [annotate] [blame] [check-ins using]
To Artifact [80f1b4d75a]:
- Executable file st2.py — part of check-in [0cb24d59af] at 2014-08-12 16:41:50 on branch trunk — Use r"" string for literal ANSI escapes (user: mario, size: 45370) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 |
config_dialog.open(None)
del conf.firstrun
# run
gui_startup(100/100.0)
gtk.main()
# invoke command-line interface
else:
import cli
cli.StreamTunerCLI()
| > | 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 |
config_dialog.open(None)
del conf.firstrun
# run
gui_startup(100/100.0)
gtk.main()
__print__(dbg.PROC, r"[31m gtk_main_quit [0m")
# invoke command-line interface
else:
import cli
cli.StreamTunerCLI()
|
| ︙ | ︙ |