mirror of https://github.com/mpv-player/mpv
DOCS/input: list property values are not useless
The raw value of these properties is definitely not useless since they return the whole list.
This commit is contained in:
parent
3522dd836e
commit
65135e0f44
|
@ -2187,8 +2187,7 @@ Property list
|
||||||
Number of MKV editions.
|
Number of MKV editions.
|
||||||
|
|
||||||
``edition-list``
|
``edition-list``
|
||||||
List of editions, current entry marked. Currently, the raw property value
|
List of editions, current entry marked.
|
||||||
is useless.
|
|
||||||
|
|
||||||
This has a number of sub-properties. Replace ``N`` with the 0-based edition
|
This has a number of sub-properties. Replace ``N`` with the 0-based edition
|
||||||
index.
|
index.
|
||||||
|
@ -3089,8 +3088,7 @@ Property list
|
||||||
"id" MPV_FORMAT_INT64
|
"id" MPV_FORMAT_INT64
|
||||||
|
|
||||||
``track-list``
|
``track-list``
|
||||||
List of audio/video/sub tracks, current entry marked. Currently, the raw
|
List of audio/video/sub tracks, current entry marked.
|
||||||
property value is useless.
|
|
||||||
|
|
||||||
This has a number of sub-properties. Replace ``N`` with the 0-based track
|
This has a number of sub-properties. Replace ``N`` with the 0-based track
|
||||||
index.
|
index.
|
||||||
|
@ -3330,8 +3328,7 @@ Property list
|
||||||
first one is returned.
|
first one is returned.
|
||||||
|
|
||||||
``chapter-list`` (RW)
|
``chapter-list`` (RW)
|
||||||
List of chapters, current entry marked. Currently, the raw property value
|
List of chapters, current entry marked.
|
||||||
is useless.
|
|
||||||
|
|
||||||
This has a number of sub-properties. Replace ``N`` with the 0-based chapter
|
This has a number of sub-properties. Replace ``N`` with the 0-based chapter
|
||||||
index.
|
index.
|
||||||
|
|
Loading…
Reference in New Issue