aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/audio.scm
Commit message (Expand)AuthorAge
* services: configuration: Add some commonly used predicates.Bruno Victal2023-10-07
* Revert "services: mpd: Add an 'update' action to trigger a database update."Maxim Cournoyer2023-07-26
* services: mpd: Provision a default cache directory and set HOME.Maxim Cournoyer2023-07-26
* services: mpd: Auto-detect mpd-output mixer type by default.Maxim Cournoyer2023-07-26
* services: Avoid 'delete' overrides warning in audio module.Maxim Cournoyer2023-07-26
* services: mpd: Do not rotate logs when using syslog.Maxim Cournoyer2023-07-26
* services: mpd: Log to syslog by default.Maxim Cournoyer2023-07-26
* services: mpd; Refactor start slot directory initialization.Maxim Cournoyer2023-07-26
* services: mpd: List log-level in decreasing verbosity order in doc.Maxim Cournoyer2023-07-26
* services: mpd: Rename %set-user-group to set-user-group.Maxim Cournoyer2023-07-25
* services: mpd: Streamline mpd-user-sanitizer and mympd-user-sanitizer.Maxim Cournoyer2023-07-25
* services: mpd: Add an 'update' action to trigger a database update.Maxim Cournoyer2023-07-25
* services: mpd: Add auto-update? field to mpd-configuration.Maxim Cournoyer2023-07-25
* services: mympd: Use records for user and group fields.Bruno Victal2023-04-02
* services: mpd: Use proper records for user and group fields.Bruno Victal2023-04-02
* services: mpd: Fix unintentional API breakage for mixer-type field.Bruno Victal2023-04-02
* services: replace bare serializers with (serializer ...)Bruno Victal2023-04-02
* services: mpd: Set PulseAudio-related variables.Bruno Victal2023-03-24
* services: audio: Remove redundant list-of-string? predicate.Bruno Victal2023-03-24
* services: mympd: Require 'syslog service when configured to log to syslog.Bruno Victal2023-03-24
* services: mpd: Fix serialization procedure for list-of-string.Bruno Victal2023-02-05
* services: Add mympd-service-type.Bruno Victal2023-02-05
* services: mpd: Do not hardcode environment variables.Bruno Victal2023-02-05
* services: mpd: Refactor MPD service.Bruno Victal2023-02-05
* services: mpd: Rewrite using 'define-configuration'.Bruno Victal2023-02-05
* services: mpd: Make /var/run/mpd/USER user-owned.Ludovic Courtès2020-12-06
* services: mpd: Fix daemon startup.Ludovic Courtès2020-11-06
* services: mpd: Always create the "mpd" user account.Ludovic Courtès2020-11-06
* services: mpd: Do not eagerly look for a user.Maxim Cournoyer2020-11-06
* services: Add missing import.Ludovic Courtès2020-05-13
* services: mpd: Connect to the user's PulseAudio socket.Robert Smith2019-11-08
* gnu: mpd-service-type: Support configuration of outputs.Ricardo Wurmus2019-10-29
* services: mpd: add more configuration optionsnixo2019-03-15
* services: Add 'description' fields.Ludovic Courtès2017-11-05
* services: mpd: Remove the mpd-file field.Peter Mikkelsen2017-08-31
* gnu: Add mpd service.Peter Mikkelsen2017-08-13