Discussion:
[emms-help] emms-volume-pulse not supporting sinks with double-digit numbers
Eugene Sharygin
2018-04-12 13:38:05 UTC
Permalink
Hi,

I ran into a simple bug in `emms-volume-pulse', specifically in how it
parses the output of `pactl list sinks': regular expression for a Sink
line in `emms-volume--pulse-get-volume' does not currently
(20180409.2121) support numbers that are not single digits.

Changing the regexp to `".*Sink[ \t]+\\#\\([0-9]+\\)"' would fix that.

Thanks.
Yoni Rabkin
2018-04-12 13:44:28 UTC
Permalink
Post by Eugene Sharygin
Hi,
I ran into a simple bug in `emms-volume-pulse', specifically in how it
parses the output of `pactl list sinks': regular expression for a Sink
line in `emms-volume--pulse-get-volume' does not currently
(20180409.2121) support numbers that are not single digits.
Changing the regexp to `".*Sink[ \t]+\\#\\([0-9]+\\)"' would fix that.
Commited to the main git repo.

thank you
--
"Cut your own wood and it will warm you twice"
Loading...