A simple streams player/manager written in PyGObject
This is a indicator for the Unity desktop interface. It's meant to allow the user to keep his favourite internet streams at hand. It's written using the PyGObject python module and the AppIndicator API.
It allows to
Some settings are available. They allow you to
In order to start the indicator execute the file 'indicator-pyradio.py'.
If you want to invoke the command via the dash you can add the indicator-pyradio.desktop file in ~/.local/share/applications/ with the following content:
[Desktop Entry]
Version=0.1
Name=indicator-pyradio
Comment=My favourite streaming links
Exec=/path/to/the/indicator/folder/indicator-pyradio.py
Icon=/path/to/the/indicator/folder/icons/pyradio.svg
Terminal=false
Type=Application
Categories=Multimedia
I've only tested it on my Ubuntu install, I'm on the 13.04
Enjoy!