From 148c08ae86d529aaca4757f47654132e9bf70285 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Sun, 27 Aug 2017 12:23:51 +0200 Subject: [PATCH] Add Cycle Subtitle method. This method asks the player to cycle through the available subtitles for the current playing media. --- spec/org.mpris.MediaPlayer2.Player.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/spec/org.mpris.MediaPlayer2.Player.xml b/spec/org.mpris.MediaPlayer2.Player.xml index 426a542..d5ce162 100644 --- a/spec/org.mpris.MediaPlayer2.Player.xml +++ b/spec/org.mpris.MediaPlayer2.Player.xml @@ -309,6 +309,19 @@ + + +

Cycle through the available subtitles.

+

If the playback is stopped, this has no effect.

+

The "None" option is always available and the default choice.

+

+ Each time this method is called, the next subtitle, in all the possible + subtitles available for the playing media (internal and external), is + rendered. +

+
+
+ -- 2.14.1