Skip to content

Commit

Permalink
Add external player support for Baka, Celluloid & Haruna (#4067)
Browse files Browse the repository at this point in the history
* Add ext support for Baka, Celluloid & Haruna

* Revert addition of Baka-MPlayer

---------

Co-authored-by: trostboot <>
  • Loading branch information
trostboot committed Oct 11, 2023
1 parent 0ebcd24 commit 1cc1ec6
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions static/external-player-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
]

0 comments on commit 1cc1ec6

Please sign in to comment.