Difference between revisions of "Talk:Interfaces"

From VideoLAN Wiki
Jump to navigation Jump to search
(interface "none" give me an error on Linux, list my interfaces modules)
Line 4: Line 4:
 
:Use lirc [[User:J-b|jb]] 03:14, 3 June 2007 (CEST)
 
:Use lirc [[User:J-b|jb]] 03:14, 3 June 2007 (CEST)
  
 +
 +
== Why is the intf=none interface not mentioned? ==
 
Why is the intf=none interface not mentioned, it seems that if you want to use NO interface then 'none' is the best ('dummy' pops up a command line window for me on windows) is this just a windows thing? I've found it to be quite handy
 
Why is the intf=none interface not mentioned, it seems that if you want to use NO interface then 'none' is the best ('dummy' pops up a command line window for me on windows) is this just a windows thing? I've found it to be quite handy
 +
 +
:On my Linux, "-I dummy" do not show a command line interface and "-I none" give me an error, it can't find this interface module. Using vlc --list-verbose, I can only list those "interfaces" modules:
 +
% command line ~= vlc --list-verbose |grep -B 2 interface
 +
VLC media player 1.0.0-git Goldeneye                                                                                                         
 +
 +
  telnet                VLM remote control interface
 +
  http                  HTTP remote control interface
 +
  globalhotkeys        Global Hotkeys interface
 +
  showintf              Show interface with mouse
 +
  rc                    Remote control interface
 +
  gestures              Mouse gestures control interface 
 +
  hotkeys              Hotkeys management interface   
 +
  motion                motion control interface   
 +
  signals              POSIX signals handling interface
 +
  dbus                  D-Bus control interface   
 +
  telepathy            Telepathy "Now Playing" (MissionControl)
 +
  audioscrobbler        Submission of played songs to last.fm
 +
  inhibit              Power Management Inhibitor   
 +
  logger                File logging 
 +
  lua                  Lua Playlist Parser Interface
 +
  screensaver          X Screensaver disabler 
 +
  dummy                Dummy interface function
 +
  qt4                  Qt interface
 +
  skins2                Skinnable Interface
 +
  cmml                  CMML annotations decoder

Revision as of 07:54, 23 April 2009

Has anyone written a code for using Infrared Devices with VLC? I'd just love to be able to control VLC from accross the room.

Use lirc jb 03:14, 3 June 2007 (CEST)


Why is the intf=none interface not mentioned?

Why is the intf=none interface not mentioned, it seems that if you want to use NO interface then 'none' is the best ('dummy' pops up a command line window for me on windows) is this just a windows thing? I've found it to be quite handy

On my Linux, "-I dummy" do not show a command line interface and "-I none" give me an error, it can't find this interface module. Using vlc --list-verbose, I can only list those "interfaces" modules:
% command line ~= vlc --list-verbose |grep -B 2 interface 
VLC media player 1.0.0-git Goldeneye                                                                                                           

 telnet                VLM remote control interface 
 http                  HTTP remote control interface 
 globalhotkeys         Global Hotkeys interface 
 showintf              Show interface with mouse 
 rc                    Remote control interface 
 gestures              Mouse gestures control interface  
 hotkeys               Hotkeys management interface     
 motion                motion control interface     
 signals               POSIX signals handling interface 
 dbus                  D-Bus control interface     
 telepathy             Telepathy "Now Playing" (MissionControl)
 audioscrobbler        Submission of played songs to last.fm
 inhibit               Power Management Inhibitor    
 logger                File logging   
 lua                   Lua Playlist Parser Interface
 screensaver           X Screensaver disabler  
 dummy                 Dummy interface function
 qt4                   Qt interface
 skins2                Skinnable Interface
 cmml                  CMML annotations decoder