Add support for external player 'iina' (#1424)
Co-authored-by: Preston <freetubeapp@protonmail.com>
This commit is contained in:
parent
1390276d55
commit
8f898bdbb5
|
@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue