Skip to content

Install mpv MPRIS support#5937

Open
berenddeboer wants to merge 1 commit into
basecamp:devfrom
berenddeboer:add-mpv-mpris
Open

Install mpv MPRIS support#5937
berenddeboer wants to merge 1 commit into
basecamp:devfrom
berenddeboer:add-mpv-mpris

Conversation

@berenddeboer
Copy link
Copy Markdown

Replaces #5790, which GitHub would not allow to be reopened after rebasing.

Adds mpv MPRIS support to the base package list and installs it for existing systems via migration.

Copilot AI review requested due to automatic review settings May 21, 2026 22:41
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Adds MPRIS integration for mpv by ensuring the mpv-mpris package is installed for both fresh installs and existing systems via a migration.

Changes:

  • Added a migration script to install mpv-mpris when missing
  • Added mpv-mpris to the base package set

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
migrations/1778623107.sh New migration to install mpv-mpris for existing installations
install/omarchy-base.packages Ensures mpv-mpris is included in fresh installs

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread migrations/1778623107.sh
Comment on lines +1 to +5
echo "Install MPRIS support for mpv"

if omarchy-pkg-missing mpv-mpris; then
omarchy-pkg-add mpv-mpris
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants