Commit Graph

4 Commits

Author SHA1 Message Date
b890a4efcd feat: add power gauge/delta/minmax to ac-power and extract shared utils
ac-power enhancements:
- Add visual block gauge [████░░░░] colored by power level
- Show delta indicator (+50W) colored by trend (green=dropping, red=rising)
- Track min/max values with persistence to ~/.cache/mpv/
- Multi-process safe file writes (merges values on save)
- New script-message: ac-power-reset-minmax

Shared library (scripts/lib/utils.lua):
- Extract common helpers: trim, clamp, rgb_to_bgr, colorize
- Update all scripts to use shared module via package.path
2025-12-18 17:14:36 +01:00
f4064e013c fix: improve playback-health and touch-gestures tuning
- playback-health: skip bandwidth warning when buffer is healthy
  (configurable via bandwidth_buffer_mult, default 10× warning threshold)
- touch-gestures: use finer steps at low volume/brightness (<10%)
  (configurable via volume_step_fine, brightness_step_fine, fine_threshold)
2025-12-14 12:28:57 +01:00
256cfc5f82 fix: skip cache warning near end of video
Low cache is expected when the video is about to end, not a sign of
buffering issues.
2025-12-07 11:44:58 +01:00
a4161daf47 feat: add playback-health script for buffering/drop warnings 2025-12-06 20:09:32 +01:00