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. _______________________________________________ Emms-help mailing list [email protected] https://lists.gnu.org/mailman/listinfo/emms-help
