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" + } } ]