2021-06-13 17:31:43 +02:00
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "None",
|
2022-08-10 23:52:31 +02:00
|
|
|
"nameTranslationKey": "Settings.External Player Settings.Players.None.Name",
|
2021-06-13 17:31:43 +02:00
|
|
|
"value": "",
|
|
|
|
"cmdArguments": null
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "mpv",
|
2022-08-10 23:52:31 +02:00
|
|
|
"nameTranslationKey": "Settings.External Player Settings.Players.mpv.Name",
|
2021-06-13 17:31:43 +02:00
|
|
|
"value": "mpv",
|
|
|
|
"cmdArguments": {
|
|
|
|
"defaultExecutable": "mpv",
|
2021-10-07 08:29:43 +02:00
|
|
|
"defaultCustomArguments": null,
|
2021-06-13 17:31:43 +02:00
|
|
|
"supportsYtdlProtocol": true,
|
|
|
|
"videoUrl": "",
|
|
|
|
"playlistUrl": "",
|
|
|
|
"startOffset": "--start=",
|
|
|
|
"playbackRate": "--speed=",
|
|
|
|
"playlistIndex": "--playlist-start=",
|
|
|
|
"playlistReverse": null,
|
|
|
|
"playlistShuffle": "--shuffle",
|
|
|
|
"playlistLoop": "--loop-playlist"
|
|
|
|
}
|
2021-06-15 21:54:10 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "VLC",
|
2022-08-10 23:52:31 +02:00
|
|
|
"nameTranslationKey": "Settings.External Player Settings.Players.VLC.Name",
|
2021-06-15 21:54:10 +02:00
|
|
|
"value": "vlc",
|
|
|
|
"cmdArguments": {
|
|
|
|
"defaultExecutable": "vlc",
|
2021-10-07 08:29:43 +02:00
|
|
|
"defaultCustomArguments": null,
|
2021-06-15 21:54:10 +02:00
|
|
|
"supportsYtdlProtocol": false,
|
|
|
|
"videoUrl": "",
|
|
|
|
"playlistUrl": null,
|
|
|
|
"startOffset": "--start-time=",
|
|
|
|
"playbackRate": "--rate=",
|
|
|
|
"playlistIndex": null,
|
|
|
|
"playlistReverse": null,
|
|
|
|
"playlistShuffle": "--random",
|
|
|
|
"playlistLoop": "--loop"
|
|
|
|
}
|
2021-10-07 09:46:33 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "iina",
|
2022-08-10 23:52:31 +02:00
|
|
|
"nameTranslationKey": "Settings.External Player Settings.Players.iina.Name",
|
2021-10-07 09:46:33 +02:00
|
|
|
"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"
|
|
|
|
}
|
2021-06-13 17:31:43 +02:00
|
|
|
}
|
|
|
|
]
|