From 1cc1ec6f1380c1b1d43ed64526110a7cbb3f3fad Mon Sep 17 00:00:00 2001 From: trostboot Date: Wed, 11 Oct 2023 03:31:50 +0200 Subject: [PATCH] Add external player support for Baka, Celluloid & Haruna (#4067) * Add ext support for Baka, Celluloid & Haruna * Revert addition of Baka-MPlayer --------- Co-authored-by: trostboot <> --- static/external-player-map.json | 36 +++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/static/external-player-map.json b/static/external-player-map.json index d098ffd38..2df522a82 100644 --- a/static/external-player-map.json +++ b/static/external-player-map.json @@ -148,5 +148,41 @@ "playlistShuffle": null, "playlistLoop": null } + }, + { + "name": "Celluloid", + "nameTranslationKey": "Settings.External Player Settings.Players.Celluloid.Name", + "value": "celluloid", + "cmdArguments": { + "defaultExecutable": "celluloid", + "defaultCustomArguments": null, + "supportsYtdlProtocol": false, + "videoUrl": "", + "playlistUrl": "", + "startOffset": "--mpv-start=", + "playbackRate": "--mpv-speed=", + "playlistIndex": "--mpv-playlist-start=", + "playlistReverse": null, + "playlistShuffle": "--mpv-shuffle", + "playlistLoop": "--mpv-loop-playlist" + } + }, + { + "name": "Haruna", + "nameTranslationKey": "Settings.External Player Settings.Players.Haruna.Name", + "value": "haruna", + "cmdArguments": { + "defaultExecutable": "haruna", + "defaultCustomArguments": null, + "supportsYtdlProtocol": false, + "videoUrl": "", + "playlistUrl": "", + "startOffset": null, + "playbackRate": null, + "playlistIndex": null, + "playlistReverse": null, + "playlistShuffle": null, + "playlistLoop": null + } } ]