linux-media-control

Control media playback on Linux using the playerctl command-line utility.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/balaraj74/F.R.I.D.A.Y --skill linux-media-control
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linux-media-control
Source: https://github.com/balaraj74/F.R.I.D.A.Y/tree/main/skills/linux-media-control
Command: npx skills add https://github.com/balaraj74/F.R.I.D.A.Y --skill linux-media-control

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows users to control media playback on Linux systems, including playing, pausing, skipping tracks, and adjusting volume for various media players.

Core Features & Use Cases

  • Playback Control: Play, pause, stop, next, and previous track commands.
  • Volume Adjustment: Set, increase, decrease, and mute volume.
  • Track Information: Retrieve current track title, artist, album, and position.
  • Use Case: A user can ask FRIDAY to "pause the music" or "turn up the volume" while working on their Linux machine.

Quick Start

Use the linux-media-control skill to pause the current media playback.

Frequently Asked Questions about linux-media-control

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I control media playback on Linux using the command line?

Control media playback on Linux by executing playerctl commands to play, pause, stop, skip tracks, and adjust volume for MPRIS-compatible media players. This allows direct command-line management of active media sessions.

Does playerctl work with Spotify and VLC on Linux?

Yes, playerctl works with Spotify and VLC on Linux. It supports any MPRIS-compatible media player, allowing you to retrieve track information and control playback across multiple supported applications.

How do I adjust system volume and mute audio on Linux?

Adjust system volume and mute audio on Linux by sending volume control commands through the playerctl utility. You can increase, decrease, set specific levels, or mute the audio output directly.

Can I retrieve current track information like title and artist on Linux?

Yes, you can retrieve current track information on Linux using playerctl. It extracts the current track title, artist, album, and playback position from active MPRIS-compatible media players.

Do I need to install playerctl to control music on Linux?

Yes, you need to install the playerctl command-line utility on your Linux system. It acts as the backend mechanism for sending media control and volume commands to MPRIS-compatible players.

What are the limitations of using playerctl for media control?

A limitation of using playerctl for media control is that it only functions with MPRIS-compatible media players. Media applications without MPRIS support will not respond to playback or volume commands.