summaryrefslogtreecommitdiff
path: root/gnu/services/audio.scm
AgeCommit message (Expand)AuthorFilesLines
2026-03-11services: Add and use shepherd-signal-action.Yelninei1-12/+4
2025-02-19gnu: Fix some misspellings.Efraim Flashner1-1/+1
2025-01-16services: Switch from mcron + Rottlog to Shepherd’s log rotation.Ludovic Courtès1-24/+2
2024-06-24services: mpd: Fix log to file.Yarl Baudig1-10/+8
2023-10-07services: configuration: Add some commonly used predicates.Bruno Victal1-5/+2
2023-07-26Revert "services: mpd: Add an 'update' action to trigger a database update."Maxim Cournoyer1-11/+0
2023-07-26services: mpd: Provision a default cache directory and set HOME.Maxim Cournoyer1-23/+34
2023-07-26services: mpd: Auto-detect mpd-output mixer type by default.Maxim Cournoyer1-6/+9
2023-07-26services: Avoid 'delete' overrides warning in audio module.Maxim Cournoyer1-1/+1
2023-07-26services: mpd: Do not rotate logs when using syslog.Maxim Cournoyer1-10/+11
2023-07-26services: mpd: Log to syslog by default.Maxim Cournoyer1-26/+48
2023-07-26services: mpd; Refactor start slot directory initialization.Maxim Cournoyer1-55/+77
2023-07-26services: mpd: List log-level in decreasing verbosity order in doc.Maxim Cournoyer1-2/+2
2023-07-25services: mpd: Rename %set-user-group to set-user-group.Maxim Cournoyer1-3/+3
2023-07-25services: mpd: Streamline mpd-user-sanitizer and mympd-user-sanitizer.Maxim Cournoyer1-21/+19
2023-07-25services: mpd: Add an 'update' action to trigger a database update.Maxim Cournoyer1-0/+11
2023-07-25services: mpd: Add auto-update? field to mpd-configuration.Maxim Cournoyer1-0/+5
2023-04-02services: mympd: Use records for user and group fields.Bruno Victal1-14/+56
2023-04-02services: mpd: Use proper records for user and group fields.Bruno Victal1-17/+70
2023-04-02services: mpd: Fix unintentional API breakage for mixer-type field.Bruno Victal1-1/+16
2023-04-02services: replace bare serializers with (serializer ...)Bruno Victal1-22/+23
2023-03-24services: mpd: Set PulseAudio-related variables.Bruno Victal1-1/+2
2023-03-24services: audio: Remove redundant list-of-string? predicate.Bruno Victal1-14/+11
2023-03-24services: mympd: Require 'syslog service when configured to log to syslog.Bruno Victal1-1/+5
2023-02-05services: mpd: Fix serialization procedure for list-of-string.Bruno Victal1-1/+1
2023-02-05services: Add mympd-service-type.Bruno Victal1-1/+268
2023-02-05services: mpd: Do not hardcode environment variables.Bruno Victal1-6/+8
2023-02-05services: mpd: Refactor MPD service.Bruno Victal1-99/+394
2023-02-05services: mpd: Rewrite using 'define-configuration'.Bruno Victal1-89/+133
2020-12-06services: mpd: Make /var/run/mpd/USER user-owned.Ludovic Courtès1-1/+5
2020-11-06services: mpd: Fix daemon startup.Ludovic Courtès1-2/+2
2020-11-06services: mpd: Always create the "mpd" user account.Ludovic Courtès1-0/+21
2020-11-06services: mpd: Do not eagerly look for a user.Maxim Cournoyer1-4/+4
2020-05-13services: Add missing import.Ludovic Courtès1-0/+1
2019-11-08services: mpd: Connect to the user's PulseAudio socket.Robert Smith1-0/+7
2019-10-29gnu: mpd-service-type: Support configuration of outputs.Ricardo Wurmus1-17/+68
2019-03-15services: mpd: add more configuration optionsnixo1-0/+9
2017-11-05services: Add 'description' fields.Ludovic Courtès1-0/+1
2017-08-31services: mpd: Remove the mpd-file field.Peter Mikkelsen1-8/+27
2017-08-13gnu: Add mpd service.Peter Mikkelsen1-0/+86