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

⌈⌋ ⎇ branch:  streamtuner2


Diff

Differences From Artifact [ce543eccb8]:

To Artifact [393485f2cc]:


1
2
3
4

5
6
7
8
9
10
11
#!/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()




>







1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env python
# api: cli
# type: wrapper
# title: streamtuner2
# pack: bin=/usr/bin/streamtuner2
#
# Invocation script for /usr/share/streamtuner2/streamtunertwo.py

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