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 Tauon but this shouldn't be important. I'm also not sure if this is intentional or not.
Playerctl v2.4.1
Here is my command: playerctl -p tauon metadata -f '{{shuffle}}' Using it that way will return either true or false instead of the normal On or Off
playerctl -p tauon metadata -f '{{shuffle}}'
true
false
On
Off
Using loop instead will still return the None, Playlist, and Track. I find it weird that the behavior is different for shuffle.
The text was updated successfully, but these errors were encountered:
acrisci
No branches or pull requests
The player I am using is Tauon but this shouldn't be important. I'm also not sure if this is intentional or not.
Playerctl v2.4.1
Here is my command:
playerctl -p tauon metadata -f '{{shuffle}}'
Using it that way will return either
true
orfalse
instead of the normalOn
orOff
Using loop instead will still return the None, Playlist, and Track.
I find it weird that the behavior is different for shuffle.
The text was updated successfully, but these errors were encountered: