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 <>
This commit is contained in:
trostboot
2023-10-11 09:31:50 +08:00
committed by GitHub
co-authored by trostboot <>
parent 0ebcd24522
commit 1cc1ec6f13
+36
View File
@@ -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
}
}
]