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