Skip to content

Repository files navigation

SpotiHUD Playerctl

Playerctl variables for Hudder: No setup required! Works with Spotify, YT, browsers, and more. Only works on Linux (for now).

Requirements

Variables

Full description

  • pctl_player, string, e.g. spotify, browser, YouTube, etc.
  • pctl_title, string
  • pctl_artist, string
  • pctl_album, string
  • pctl_status, string, either "Playing", "Paused", or "Stopped"
  • pctl_position, string, formatted as 0:00
  • pctl_duration, string, formatted as 0:00
  • pctl_volume, number, formatted as between 0 and 100
  • pctl_volume_raw, number, formatted as between 0 and 1
  • pctl_position_raw, number, in seconds
  • pctl_duration_raw, number, in seconds
  • pctl_shuffle, boolean
  • pctl_loop, string, either "Playlist", "Track", or "None"
All strings return N/A on error
All numbers return -1 on error

Roadmap

Releases

Contributors

Languages