aboutsummaryrefslogtreecommitdiffstats
path: root/oni/home/services/mpd.scm
Commit message (Collapse)AuthorAgeFilesLines
* Move all mpd-related packages into (oni packages mpd)Gravatar Tom Willemse2024-06-191-1/+1
|
* Replace all ‘lambda’ occurrences with ‘λ’Gravatar Tom Willemse2023-06-201-1/+1
|
* mpd-notify service needs mpd to startGravatar Tom Willemse2023-03-081-0/+1
|
* Add service for notifications for MPDGravatar Tom Willemse2023-03-071-1/+43
|
* Add service that runs ‘mpc update’ on start-upGravatar Tom Willemse2022-11-071-1/+40
|
* Add MPD configurationGravatar Tom Willemse2022-11-071-0/+124
This also includes an attempt at installing a custom SCSH that defines some search paths. But unfortunately it didn't work, so the SCSH ends up being the usual one and the ‘mpd-random-albums’ package doesn't actually work. The main MPD configuration does work, though. This also includes the instruction to install tmsu which I want to try out again.