emms-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[emms-help] emms-volume-pulse not supporting sinks with double-digit num


From: Eugene Sharygin
Subject: [emms-help] emms-volume-pulse not supporting sinks with double-digit numbers
Date: Thu, 12 Apr 2018 16:38:05 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]