From 8f898bdbb52b9411f79af3c1ea89981e1bc8ac8c Mon Sep 17 00:00:00 2001 From: rootedetc <61841347+rootedetc@users.noreply.github.com> Date: Thu, 7 Oct 2021 09:46:33 +0200 Subject: [PATCH] Add support for external player 'iina' (#1424) Co-authored-by: Preston --- static/external-player-map.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/static/external-player-map.json b/static/external-player-map.json index 648bd98cd..721549db1 100644 --- a/static/external-player-map.json +++ b/static/external-player-map.json @@ -37,5 +37,22 @@ "playlistShuffle": "--random", "playlistLoop": "--loop" } + }, + { + "name": "iina", + "value": "iina", + "cmdArguments": { + "defaultExecutable": "iina", + "defaultCustomArguments": "--no-stdin", + "supportsYtdlProtocol": true, + "videoUrl": "", + "playlistUrl": "", + "startOffset": "--mpv-start=", + "playbackRate": "--mpv-speed=", + "playlistIndex": "--mpv-playlist-start=", + "playlistReverse": null, + "playlistShuffle": "--mpv-shuffle", + "playlistLoop": "--mpv-loop-playlist" + } } ]