mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
home-mpv-configuration: Support file-like for file fields.
* gnu/home/services/mpv.scm (serialize-mpv/file, mpv/file?): New procedures. (ao-null-latency, audio-file-paths, audio-files, bluray-device, cdda-device) (chapters-file, cookies-file, cover-art-files, demuxer-cache-dir, dump-stats) (dvbin-file, dvd-device, external-files, glsl-shaders, gpu-shader-cache-dir) (icc-cache-dir, icc-profile, image-lut, include, input-conf, input-ipc-server) (log-file, lut, ordered-chapters-files, osd-fonts-dir, screenshot-directory) (scripts, stream-dump, sub-ass-styles, sub-file-paths, sub-files) (sub-fonts-dir, target-lut, tls-ca-file, tls-cert-file, tls-key-file): (vo-image-outdir, watch-history-path, watch-later-directory): Change type. * doc/guix.texi (mpv Media Player): Document it. Reported-by: Sergey Trofimov <sarg@sarg.org.ru> Change-Id: I7e55b306104c235d165ab138397b767f1af5c124 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
committed by
Maxim Cournoyer
parent
0e23ff2995
commit
0543ccf62c
@@ -51131,7 +51131,8 @@ The value should be a list of the @var{type}.
|
||||
|
||||
Other types accept strings, with validation of the values where possible
|
||||
(e.g. type @samp{Color} is validated, but type @samp{Audio channels or
|
||||
channel map} is not).
|
||||
channel map} is not). If an option is marked as taking a file, values
|
||||
satisfying @code{file-like?} can also be used.
|
||||
|
||||
The full list of currently supported keyword arguments is below. For
|
||||
the types, allowed values and full description please refer to the
|
||||
|
||||
Reference in New Issue
Block a user