I figured it out. I deleted my configs and started again with the defaults as a starting point.
My MPD config are now located in the following location because that is where the default config pointed to
Need to edit the /usr/lib/systemd/user/mpd.service file
sudo nano /usr/lib/systemd/user/mpd.service
Look for this line and edit it as follows
Before > ExecStart=/usr/bin/mpd --no-daemon
After > ExecStart=/usr/bin/mpd --no-daemon /home/paul/.mpd/mpd.conf
Reload the user daemon
systemctl --user daemon-reload
Start the MPD service
systemctl --user start mpd.service
systemctl --user enable mpd.service
Does an admin have to mark the thread as resolved?