Skip to content

Commit

Permalink
show mpv widget for audio too
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrotter committed Dec 15, 2023
1 parent 3d220dd commit 7cfcf20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librssguard/gui/mediaplayer/libmpv/libmpvbackend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ LibMpvBackend::LibMpvBackend(Application* app, QWidget* parent)

mpv_set_option_string(m_mpvHandle, "msg-level", "all=v");
mpv_set_option_string(m_mpvHandle, "config", "yes");
mpv_set_option_string(m_mpvHandle, "force-window", "yes");
mpv_set_option_string(m_mpvHandle, "hwdec", "auto");
mpv_set_option_string(m_mpvHandle, "osd-playing-msg", "${media-title}");
mpv_set_option_string(m_mpvHandle, "osc", "yes");
Expand Down

0 comments on commit 7cfcf20

Please sign in to comment.