README
branchtrunk
changeset 31 566c0f412764
parent 19 306cc35c7faa
equal deleted inserted replaced
30:f8a59739816b 31:566c0f412764
   175 order). If no image can be found, a full screen black image is displayed (this
   175 order). If no image can be found, a full screen black image is displayed (this
   176 is included statically in the plugin).
   176 is included statically in the plugin).
   177 
   177 
   178 MPlayer is called through a script called "mplayer.sh" with the filename to
   178 MPlayer is called through a script called "mplayer.sh" with the filename to
   179 play as first argument and the phrase SLAVE as second argument if slave mode is
   179 play as first argument and the phrase SLAVE as second argument if slave mode is
   180 enabled. You can use the commandline option -M/--mplayer to change the name and
   180 enabled. Additional the environment variable DVB_DEVICE will be set with the
       
   181 number of the DVB card which VDR uses as primary display.
       
   182 You can use the commandline option -M/--mplayer to change the name and
   181 location of the mplayer script. The script has to call MPlayer with all the
   183 location of the mplayer script. The script has to call MPlayer with all the
   182 necessary options.
   184 necessary options.
   183 
   185 
   184 The script should parse the SLAVE keyword too and give appropriate options to
   186 The script should parse the SLAVE keyword too and give appropriate options to
   185 MPlayer. To enable slave mode you must give at least the "-slave" option, while
   187 MPlayer. To enable slave mode you must give at least the "-slave" option, while