PrayagS / polybar-spotify

:musical_note: Spotify status and controls module for Polybar with text scrolling
MIT License
585 stars 38 forks source link

Update playerctl command in config #15

Closed viniciuspereiras closed 3 years ago

viniciuspereiras commented 3 years ago

Hello, using this module for some days I've a problem with playerctl when I was watching something on youtube, and I clicked to spotify pause current music, youtube video was paused, so I read playerctl doc and find a way to specify spotify on the command, using:

playerctl --player=spotify next/play-pause/previous

In old command playerctl was sending to first player runing on the machine, in the new way only to spotify. And I just implemented this to README.md file.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

PrayagS commented 3 years ago

Thanks for submitting a PR but this is not an issue with the script. The repository is named wrongly and the script defaults to playerctld whose behavior is exactly the way you described. On one hand, I want to change the name of the repo but on the other hand, that might decrease the visibility and incoming traffic.

Hope you understand :)

viniciuspereiras commented 3 years ago

No problem, thanks!