config/mpd: turn into a template
This commit is contained in:
parent
49818385ec
commit
d29e0dd14f
|
@ -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
|
|
|
@ -4,9 +4,9 @@ state_file "~/.local/state/mpd/state"
|
||||||
pid_file "~/.local/state/mpd/mpd.pid"
|
pid_file "~/.local/state/mpd/mpd.pid"
|
||||||
db_file "~/.local/state/mpd/mpd.db"
|
db_file "~/.local/state/mpd/mpd.db"
|
||||||
|
|
||||||
music_directory "~/data/4-media/music"
|
|
||||||
playlist_directory "~/data/4-media/music/Playlists"
|
music_directory "{{ env.MUSIC }}"
|
||||||
#playlist_directory "~/.config/mpd/playlists"
|
playlist_directory "{{ env.MUSIC }}/Playlists"
|
||||||
playlist_plugin {
|
playlist_plugin {
|
||||||
name "m3u"
|
name "m3u"
|
||||||
enabled "true"
|
enabled "true"
|
Loading…
Reference in New Issue