From 8048374a5c1eb3af80aa057dcfd20deed39447c8 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 29 Dec 2014 22:51:18 +0100 Subject: player: filter tags, add --display-tags option This attempts to increase user-friendliness by excluding useless tags. It should be especially helpful with mp4 files, because the FFmpeg mp4 demuxer adds tons of completely useless information to the metadata. Fixes #1403. --- DOCS/man/options.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'DOCS') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 0feca9d765..e95f22aaeb 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -3187,6 +3187,14 @@ PVR Miscellaneous ------------- +``--display-tags=tag1,tags2,...`` + Set the list of tags that should be displayed on the terminal. Tags that + are in the list, but are not present in the played file, will not be shown. + The special value ``all`` disables filtering. + + The default includes a common list of tags, call mpv with ``--list-options`` + to see it. + ``--mc=`` Maximum A-V sync correction per frame (in seconds) -- cgit v1.2.3