You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
313 B
12 lines
313 B
#
|
|
# rc-addon-script for plugin vdrswitch
|
|
#
|
|
|
|
plugin_pre_vdr_start() {
|
|
: ${DVDSWITCH_READ_DVD:=/usr/share/vdr/dvdchanger/dvdchanger_readdvd.sh}
|
|
: ${DVDSWITCH_WRITE_DVD:=/usr/share/vdr/dvdchanger/dvdchanger_writedvd.sh}
|
|
|
|
add_plugin_param "-r ${DVDSWITCH_READ_DVD}"
|
|
add_plugin_param "-w ${DVDSWITCH_WRITE_DVD}"
|
|
}
|