config/mpd: turn into a template

This commit is contained in:
xeruf 2022-12-12 14:07:59 +01:00
parent 49818385ec
commit d29e0dd14f
2 changed files with 3 additions and 23 deletions

View File

@ -1,20 +0,0 @@
colors:
body: none
date: green
tags: yellow
title: blue
default_hour: 0
default_minute: 0
editor: {{ env.HOME }}/.local/bin/scripts/emacstty +99999
encrypt: false
highlight: true
indent_character: '|'
journals:
default: ~/data/2-box/journal/jrnl.txt
intentions: ~/data/2-box/journal/intentions.txt
nug: ~/data/2-box/journal/nugnug.txt
linewrap: 99
tagsymbols: '@'
template: false
timeformat: '%Y-%m-%d %a %H:%M'
version: v2.8.4

View File

@ -4,9 +4,9 @@ state_file "~/.local/state/mpd/state"
pid_file "~/.local/state/mpd/mpd.pid"
db_file "~/.local/state/mpd/mpd.db"
music_directory "~/data/4-media/music"
playlist_directory "~/data/4-media/music/Playlists"
#playlist_directory "~/.config/mpd/playlists"
music_directory "{{ env.MUSIC }}"
playlist_directory "{{ env.MUSIC }}/Playlists"
playlist_plugin {
name "m3u"
enabled "true"