Skip to main content

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 -c

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.1.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

freeboxtv-0.1-py2.4.egg (5.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page