From 5f664d78e6e9bd5809dc7d0f12c4099e76582cb3 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 27 Jun 2013 18:21:07 +0200 Subject: core: add libquvi 0.9 support This adds support for libquvi 0.9.x, and these features: - start time (part of youtube URL) - youtube subtitles - alternative source switching ('l' and 'L' keys) - youtube playlists Note that libquvi 0.9 is still in development. Although this seems to be API stable now, it looks like there will be a 1.0 release, which is supposed to be the next stable release and the actual successor of libquvi 0.4.x. --- DOCS/man/en/input.rst | 1 + DOCS/man/en/options.rst | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) (limited to 'DOCS/man/en') diff --git a/DOCS/man/en/input.rst b/DOCS/man/en/input.rst index bf6ec4437a..bc20a5c42e 100644 --- a/DOCS/man/en/input.rst +++ b/DOCS/man/en/input.rst @@ -399,6 +399,7 @@ tv-hue x track-list list of audio/video/sub tracks, cur. entr. marked chapter-list list of chapters, current entry marked playlist playlist, current entry marked +quvi-format x see ``--quvi-format`` =========================== = ================================================== .. _property_expansion: diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst index 690073e18b..8a5a9baa44 100644 --- a/DOCS/man/en/options.rst +++ b/DOCS/man/en/options.rst @@ -1567,12 +1567,25 @@ Video format/quality that is directly passed to libquvi (default: ``best``). This is used when opening links to streaming sites like YouTube. The interpretation of this value is highly specific to the streaming site and - the video. The only well defined values that work on all sites are ``best`` + the video. + + libquvi 0.4.x: + + The only well defined values that work on all sites are ``best`` (best quality/highest bandwidth, default), and ``default`` (lowest quality). The quvi command line tool can be used to find out which formats are supported for a given URL: ``quvi --query-formats URL``. + libquvi 0.9.x: + + The following explanations are relevant: + ``http://quvi.sourceforge.net/doc/0.9/glossary_termino.html#m_stream_id`` + + With 0.9.x, the ``quvi-format`` property can be used at runtime to cycle + through the list of formats. Unfortunately, this resets the playback + position and is slow too. + --radio= These options set various parameters of the radio capture module. For listening to radio with mpv use ``radio://`` (if channels -- cgit v1.2.3