summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-06-07 23:41:47 +0200
committerwm4 <wm4@nowhere>2014-06-08 00:03:45 +0200
commit924d4db0de4969b6713b96be73cc947bbff05ad1 (patch)
tree7ef9ad4ad9a49c88d2e672c7a2514fd1447787c5 /DOCS/man
parent5cc68c792be1d0ae42017f6960ba1d0448646ff5 (diff)
downloadmpv-924d4db0de4969b6713b96be73cc947bbff05ad1.tar.bz2
mpv-924d4db0de4969b6713b96be73cc947bbff05ad1.tar.xz
options: change --sub-file behavior
--sub-file is actually a string list, so you can add multipel external subtitle files. But to be able to set a list, the option value was split on ",". This made it impossible to add filenames. One possible solution would be adding escaping. That's probably a good idea (and some other options already do this), but it's also complicated both to implement and for the user. The simpler solution is making --sub-file appending, and make it take only a single entry. I'm not quite sure about this yet. It breaks the invariant that if a value is printed and parsed, you get the same value back. So for now, just go with the simple solution. Fixes #840.
Diffstat (limited to 'DOCS/man')
0 files changed, 0 insertions, 0 deletions