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

⌈⌋ ⎇ branch:  streamtuner2


bin at [233327230c]

File bin artifact ce543eccb8 part of check-in 233327230c


#!/usr/bin/env python
# api: cli
# type: wrapper
# title: streamtuner2
#
# Invocation script for /usr/share/streamtuner2/streamtunertwo.py

import sys
sys.path.insert(0, "/usr/share/streamtuner2")
import st2
st2.main()