Add support for external player 'iina' (#1424)

Co-authored-by: Preston <freetubeapp@protonmail.com>
This commit is contained in:
rootedetc 2021-10-07 09:46:33 +02:00 committed by GitHub
parent 1390276d55
commit 8f898bdbb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -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"
}
}
]