File Edit Options Buffers Tools Conf Help # myMPD configuration file # # SPDX-License-Identifier: GPL-2.0-or-later # myMPD (c) 2018-2021 Juergen Mang # https://github.com/jcorporation/mympd # [mpd] #Connection to mpd, unix socket or host/port, socket preferred #host = /run/mpd/socket #host = 127.0.0.1 #port = 6600 #pass = host = /run/mpd/socket #absolut path of music_directory of mpd #none = no local music_directory #auto = get music_directory from mpd (only supported, if connected to mpd socket) #musicdirectory = auto musicdirectory = /var/lib/mpd/ #absolut path of mpd playlist_directory playlistdirectory = /var/lib/mpd/playlists #MPD compiled with regex support regex = true [webserver] #Webserver options httphost = 0.0.0.0 httpport = 80 #Enable ssl #Certificates are generated under /var/lib/mympd/ssl/ ssl = true sslport = 443 #Publishes some mpd and myMPD directories publish = false -UU-:----F1 mympd.conf Top L1 (Conf[Unix]) ------------------------------------------------------ DietPi Team : MichaIng (lead), Daniel Knight (founder), Joulinar (support) Image by : DietPi Core Team (pre-image: Armbian) Web : https://dietpi.com | https://twitter.com/DietPi_ Patreon Legends : Camry2731 Contribute : https://dietpi.com/contribute.html DietPi Hosting : Powered by https://myvirtualserver.com dietpi-update : Run now to update DietPi from v7.1.2 to v7.3.2. dietpi-launcher : All the DietPi programs in one place. dietpi-config : Feature rich configuration tool for your device. dietpi-software : Select optimized software for installation. htop : Resource monitor. cpu : Shows CPU information and stats. root@DietPi:~# systemctl restart mympd root@DietPi:~# root@DietPi:~# mympd -version 10:28:21 NOTICE mympd Starting myMPD 7.0.2 10:28:21 NOTICE mympd Libmympdclient 1.0.5 based on libmpdclient 2.20.0 10:28:21 NOTICE mympd Mongoose 7.3 10:28:21 NOTICE mympd Parsing config file: /etc/mympd.conf 10:28:21 NOTICE mympd Scripting disabled, disabling scripteditor 10:28:21 NOTICE mympd Setting loglevel to NOTICE 10:28:21 NOTICE mympd Localstate dir: "/var/lib/mympd" 10:28:21 NOTICE mympd Droping privileges to mympd myMPD 7.0.2 Copyright (C) 2018-2021 Juergen Mang https://github.com/jcorporation/myMPD Usage: mympd [/etc/mympd.conf] Commands (you should stop mympd before): certs_create: create ssl certificates cert_remove: remove server certificates ca_remove: remove ca certificates reset_state: delete all myMPD settings reset_smartpls: create default smart playlists reset_lastplayed: truncates last played list crop_covercache: crops the covercache directory clear_covercache: empties the covercache directory dump_config: writes default mympd.conf help: display this help root@DietPi:~#