ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CV/bin/cv
(Generate patch)

Comparing CV/bin/cv (file contents):
Revision 1.91 by root, Thu May 26 21:21:22 2016 UTC vs.
Revision 1.92 by root, Wed Jul 19 01:43:10 2017 UTC

490=item CV_AUDIO_PLAYER 490=item CV_AUDIO_PLAYER
491 491
492Program used to play all sorts of audio (wav, aif, mp3, ogg...), default "play". 492Program used to play all sorts of audio (wav, aif, mp3, ogg...), default "play".
493Will be called like C<< $CV_AUDIO_PLAYER -- <path> >>. 493Will be called like C<< $CV_AUDIO_PLAYER -- <path> >>.
494 494
495=item CV_MPLAYER
496
497Program used to play all sorts of video files. Unlike C<CV_AUDIO_PLAYER>,
498this really must be one of the C<mplayer>, C<mplayer2> or C<mpv> programs,
499or something that is very command-line compatible to them.
500
501Currently, if this string contains the substring C<mpv>, then it
502is assumed to be mpv-compatible, otherwise it is assumed to be
503mplayer-compatible.
504
495=item CV_PRINT_DESTINATION 505=item CV_PRINT_DESTINATION
496 506
497The default (perl-style) destination to use in the print dialog. 507The default (perl-style) destination to use in the print dialog.
498 508
499=item CV_TRASHCAN 509=item CV_TRASHCAN

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines