linuxmint / hypnotix

An M3U IPTV Player
1.19k stars 161 forks source link

[Feature Request] hide the cursor after 5 seconds of no mouse activity in full screen mode #117

Open Harry-W-Haines-III opened 3 years ago

Harry-W-Haines-III commented 3 years ago

Hypnotix does not seem to respect the settings in Celluloid to hide the cursor: [io/github/celluloid-player/celluloid] always-autohide-cursor=true

Is there any way to have Hypnotix hide the cursor after 5 seconds of no mouse activity in full screen mode? This would be a most welcome feature.

Axel-Erfurt commented 3 years ago

you can set mpv options by clicking the settings button

Harry-W-Haines-III commented 3 years ago

could you please explain or give an example of how to stack commands in the one line window? hwdec=auto-safe cursor-autohide=5000 cursor-autohide-fs-only does not seem to work. please provide an example of something that solves this issue.

Harry-W-Haines-III commented 3 years ago

tried: hwdec=auto-safe --cursor-autohide=5000 --cursor-autohide-fs-only hwdec=auto-safe, --cursor-autohide=5000, --cursor-autohide-fs-only and they both seem to cause Hypnotix to just hang on a channel with no video. If you comment, please provide a working solution to a problem, not a rabbit chase.

Axel-Erfurt commented 3 years ago

hwdec=auto-safe cursor-autohide=5000 cursor-autohide-fs-only=yes

would be correct but doesn't seem to work. It looks like hypnotix is ​​ignoring the mpv options. So probably a bug.

Axel-Erfurt commented 3 years ago

The problem is with python-mpv It is used to embed mpv.