[pair contacts]
a = contacts_local
b = contacts_remote
-
-collections = ["from b"]
+conflict_resolution = a wins
+collections = ["default"]
[storage contacts_local]
type = filesystem
[pair calendar]
a = calendar_local
b = calendar_remote
+conflict_resolution = a wins
collections = ["default", "mart", "elvira", "vuilnis"]
[storage calendar_local]
db_file "~/.config/mpd/database"
log_file "~/.config/mpd/log"
-# Optional
music_directory "/mnt/data/music"
playlist_directory "~/.config/mpd/playlists"
pid_file "~/.config/mpd/pid"
input {
plugin "curl"
-# proxy "proxy.isp.com:8080"
-# proxy_user "user"
-# proxy_password "password"
}
audio_output {
type "pulse"
name "My Pulse Output"
-# server "remote_server" # optional
-# sink "remote_server_sink" # optional
}
audio_output {