xfangfang / Macast

Macast is a cross-platform application which using mpv as DLNA Media Renderer.

Home Page:https://xfangfang.github.io/Macast/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to set personal configurations like multi monitor setting

LinusZhang5776 opened this issue · comments

New feature

I need a show on the right side display

Additional context

Windows triple monitor setting

Can't the player page of this software appear on your monitors now? Please describe the problem in more detail.

only can show on main display,i need show on my left monitor or right monitor

refer to the mpv manual about how to set personal configs: https://mpv.io/manual/stable/#files

create a configuration file at :
on MacOS or Linux: ~/.config/mpv/mpv.conf

on Windows:
C:\users\USERNAME\AppData\Roaming\mpv\mpv.conf
or
%APPDATA%\mpv\mpv.conf

and put some mpv command line options into the configuration file, like:

screen=1

or

fs-screen=1

about screen options: https://mpv.io/manual/stable/#options-screen
about full-screen options: https://mpv.io/manual/stable/#options-fs-screen

In this way, you can also modify the shortcut keys of the mpv player.
Please let me know, if this helps you.