Added more env variables to README.md

This commit is contained in:
Ignacio Rivero 2025-03-28 13:28:22 -03:00
parent 2300fd8685
commit d0c6e5efd0

View File

@ -68,6 +68,8 @@ Additionally, the following applications and libraries are required to be instal
- IPMPV_CORNER_RADIUS: Corner radius of the OSD. Set to 0 for sharp edges. Default: 15
- IPMPV_RETROARCH_CMD: Your custom RetroArch command, if any. Default: 'retroarch'
- IPMPV_HWDEC: Hardware decoding device to be passed along to MPV, e.g. vaapi. Default: 'auto-safe'
- IPMPV_AO: Audio playback API, e.g. pipewire. Note: volume control only works properly with ALSA at the moment. Default: 'alsa'
- IPMPV_UPDATE_INTERVAL: Channel update interval in seconds. Default: 3600
## Coming Soon