VLC launcher for Freebox TV
Project description
This package is used to wrap vlc and use it with the FreeboxTV.
Installation with easy_install:
$ easy_install -U freeboxtv
Get channels list:
$ fbxtv -l
Launch a channel:
$ fbxtv <channel_id|channel_name>
For example:
$ fbxtv nova # launch radio nova $ fbxtv france 2 # lauch France 2
Close vlc:
$ fbxtv -s
Note for Mac OSX
You need this on Mac OSX:
cat > vlc << EOF #!/bin/bash exec /Applications/VLC.app/Contents/MacOS/VLC "\$@" EOF sudo chown root:wheel vlc sudo chmod +x vlc sudo mv vlc /usr/bin/vlc
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
freeboxtv-0.2.tar.gz
(2.6 kB
view hashes)
Built Distribution
freeboxtv-0.2-py2.4.egg
(4.4 kB
view hashes)