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

⌈⌋ ⎇ branch:  streamtuner2


bin at [b9a667bbe7]

File bin artifact 26fdffbcd8 part of check-in b9a667bbe7


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

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

import st2
st2.main()