Metadata-Version: 1.0
Name: freeboxtv
Version: 0.6
Summary: VLC launcher for Freebox TV
Home-page: http://www.gawel.org
Author: Gael Pasgrimaud
Author-email: gael@gawel.org
License: GPL
Description: This package is used to wrap vlc_ and use it with the FreeboxTV_.
        
        .. _vlc: http://www.videolan.org/vlc/
        .. _FreeboxTV: http://adsl.free.fr/tv/multiposte/
        
        .. contents::
        
        Requirements
        ------------
        
        You need vlc_
        
        Installation
        ------------
        
        Install freeboxtv with easy_install::
        
        $ sudo easy_install -U freeboxtv
        
        Troubleshooting
        ---------------
        
        Some older versions of vlc_ require a `--m3u-extvlcopt` option to read `.m3u`
        files options. If you need this, you can add a `.freeboxtv` in your `$HOME` and
        add this::
        
        [default]
        options = --m3u-extvlcopt
        
        If you still having problems, run::
        
        $ fbxtv -d
        
        And send the traceback at `gael@gawel.org`.
        
        Usage
        -----
        
        Get channels list::
        
        $ fbxtv -l
        
        Launch the full playlist::
        
        $ fbxtv
        
        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
        
        Changes
        -------
        
        0.6 (2008-11-31)
        ================
        
        - use config file to pass extra options like `--m3u-extvlcopt` to command line.
        
        0.5 (2008-10-12)
        ================
        
        - Assume that channel name starts with command line argument. Allow to start
        Nova again.
        
        0.4 (2008-06-18)
        ================
        
        - Bug fix when not in full screen mode
        
        0.3 (2008-06-01)
        ================
        
        - Add --m3u-extvlcopt to the default command line options
        
        - Use the VLC binary under Mac OSX
        
        0.2 (2008-05-31)
        ================
        
        - Small fixes. Update docs
        
        
Keywords: freebox
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: License :: OSI Approved
Classifier: Operating System :: POSIX
Classifier: Topic :: Home Automation
