How to change video player? #591
|
i know vlc and mpv are great but i want to use a different video player so can someone tell me how to do it. |
Replies: 3 comments 2 replies
|
Just change the player_fn variable to ur player of choice.. . Also check whether ur player supports referrer.. because it won't work without it.. also find the cli command for opening links with referrer as a argument |
|
Just where is says player_fn="mpv".. |
|
In 4.0 (I think) we introduced env vars to allow this level of customization without editing the code. They are documented in the man page, the one you're looking for is |

In 4.0 (I think) we introduced env vars to allow this level of customization without editing the code. They are documented in the man page, the one you're looking for is
ANI_CLI_PLAYER.