From c185b0ba4a09eab1bf969e40acc660454921f460 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 15 May 2013 02:17:47 +0200 Subject: command: replace some show_ commands with properties show_chapters, show_tracks, and show_playlist are killed and replaced with the properties chapter-list, track-list, and playlist. The code and the output of these stays the same, this is just moving a lot of code around and reducing the number of properties. The "old" commands will still be supported for a while (to avoid making everyone angry), so handle them with the legacy layer. Add something to suppress printing the legacy warnings for these commands. --- DOCS/man/en/changes.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'DOCS/man/en/changes.rst') diff --git a/DOCS/man/en/changes.rst b/DOCS/man/en/changes.rst index 4c80af6b25..c1d924e224 100644 --- a/DOCS/man/en/changes.rst +++ b/DOCS/man/en/changes.rst @@ -168,7 +168,12 @@ input.conf and slave commands | | syntax slightly changed. | +--------------------------------+----------------------------------------+ | osd_show_text | Now does the same as | - | | osd_show_property_text. | + | | osd_show_property_text. Use the raw | + | | prefix to disable property expansion. | + +--------------------------------+----------------------------------------+ + | show_tracks | show_text ${track-list} | + +--------------------------------+----------------------------------------+ + | show_chapters | show_text ${chapter-list} | +--------------------------------+----------------------------------------+ Other -- cgit v1.2.3