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

Comparing CV/README (file contents):
Revision 1.11 by root, Wed Jul 19 01:43:10 2017 UTC vs.
Revision 1.12 by root, Wed Dec 27 17:48:16 2017 UTC

232 CV_EDITOR 232 CV_EDITOR
233 The program that gets executed when the user presses "CTRL-e" in the 233 The program that gets executed when the user presses "CTRL-e" in the
234 Schnauzer or image window. The default is "gimp". 234 Schnauzer or image window. The default is "gimp".
235 235
236 CV_AUDIO_PLAYER 236 CV_AUDIO_PLAYER
237 EXPERIMENTAL: audio playback is now via mpv, this variable is
238 currently ignored.
239
237 Program used to play all sorts of audio (wav, aif, mp3, ogg...), 240 Program used to play all sorts of audio (wav, aif, mp3, ogg...),
238 default "play". Will be called like "$CV_AUDIO_PLAYER -- <path>". 241 default "play". Will be called like "$CV_AUDIO_PLAYER -- <path>".
242
243 CV_MPLAYER
244 Program used to play all sorts of video files. Unlike
245 "CV_AUDIO_PLAYER", this really must be one of the "mplayer",
246 "mplayer2" or "mpv" programs, or something that is very command-line
247 compatible to them.
248
249 Currently, if this string contains the substring "mpv", then it is
250 assumed to be mpv-compatible, otherwise it is assumed to be
251 mplayer-compatible.
252
253 Note: for video-thumbnailing, mplayer is still used (and hardcoded).
239 254
240 CV_PRINT_DESTINATION 255 CV_PRINT_DESTINATION
241 The default (perl-style) destination to use in the print dialog. 256 The default (perl-style) destination to use in the print dialog.
242 257
243 CV_TRASHCAN 258 CV_TRASHCAN

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines