pystardust / ani-cli

A cli tool to browse and play anime
GNU General Public License v3.0
7.37k stars 529 forks source link

feat: Fullscreen start option #1316

Closed Woreec closed 2 months ago

Woreec commented 2 months ago

Type of change

Description

Adds -f,--fs,--fullscreen start arg that will open MPV and VLC in fullscreen automatically. Great for Binge watching a series i find.

Checklist

Additional Testcases

port19x commented 2 months ago

No need for an ani-cli feature here. In mpv, you can add fs=yes to your mpv.conf to always open videos in fullscreen by default. The mpv keybinding to toggle between fullscreen and non-fullscreen is f. I'm sure there are equivalent options available for VLC as well