jellyfin / jellyfin-mpv-shim

MPV Cast Client for Jellyfin
Other
1.66k stars 95 forks source link

make shim logger configurable #379

Closed gudvinr closed 6 months ago

gudvinr commented 7 months ago

Use mpv_log_level to set shim logger level too. That should remove excessive chatter from pings to the server.

Set level to INFO by default. During normal operations people don't need to have debug enabled.

Fixes #372

vilhalmer commented 7 months ago

I run mpv externally from jellyfin-mpv-shim, and I have the mpv_log_level set to fatal because mpv is logging separately. Having a separate option would be desirable so I don't lose all of jellyfin-mpv-shim's logging to avoid the duplication.