We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The player I am using is Amberol, installed from Flathub (flatpak). Its command name is io.bassi.Amberol.
io.bassi.Amberol
To reproduce:
playerctl metadata --format "{{ playerName }}"
Expected output: io.bassi.Amberol Actual output: io
io
On the other hand, playerctl -l shows the correct player name.
playerctl -l
$ playerctl -l io.bassi.Amberol
playerctl v2.4.1
The text was updated successfully, but these errors were encountered:
This is not documented but you can use playerInstance to get the full name.
playerInstance
playerctl/test/test_format.py
Line 115 in b19a71c
Sorry, something went wrong.
acrisci
No branches or pull requests
The player I am using is Amberol, installed from Flathub (flatpak). Its command name is
io.bassi.Amberol
.To reproduce:
playerctl metadata --format "{{ playerName }}"
Expected output:
io.bassi.Amberol
Actual output:
io
On the other hand,
playerctl -l
shows the correct player name.playerctl v2.4.1
The text was updated successfully, but these errors were encountered: