Pirate Audio Several problems

Hi, new user to Pirate Audio and mopidy.

So I got a brand new Pi Zero W, Pirate Audio Hat, fresh install of Pi OS lite setup. Super basic stuff, get OS installed, connect to wifi, run updates, follow instructions over here: https://learn.pimoroni.com/tutorial/sandyj/getting-started-with-pirate-audio.

Once it’s done I can see Iris on port 6680 as expected so far so good.

However once I drop a few .mp3 files in the \home\pi\Music folder I’m unable to actually see the files in Iris. So I go look at the /var/log/syslog and I see this: Sep 29 00:00:55 pizeromusicplayer mopidy[5752]: WARNING [FileBackend-3] mopidy.file.library Failed looking up file:///home/pi/Music/filename.mp3: Timeout after 1000ms

So I do some more looking around directory and files are all owned by PI:
drwxr-xr-x 3 pi pi 4096 Sep 28 23:34 Music

So I go over to the mopidy site: https://docs.mopidy.com/en/latest/installation/raspberrypi/#testing-sound-output and try to play a test sound and that doesn’t seem to work either.

Is the git repo/installer missing some steps or the instructions maybe? Following along as a newbie I’d expect the instructions to sort of work. I saw a few posts about how the music directory should not be pi because mopidy doesn’t run as pi so maybe that is part of the problem?

Little more info below, I haven’t done anything here just a fresh install. If there is something else I could toss out there to help troubleshoot please let me know. I’m semi new to all this.

pi@pizeromusicplayer:~ $ sudo systemctl status mopidy
● mopidy.service - Mopidy music server
   Loaded: loaded (/lib/systemd/system/mopidy.service; enabled; vendor preset: enabled)
   Active: active (running) since Tue 2020-09-29 15:41:34 BST; 3min 22s ago
  Process: 475 ExecStartPre=/bin/mkdir -p /var/cache/mopidy (code=exited, status=0/SUCCESS)
  Process: 479 ExecStartPre=/bin/chown mopidy:audio /var/cache/mopidy (code=exited, status=0/SUCCESS)
 Main PID: 480 (mopidy)
   CGroup: /system.slice/mopidy.service
           └─480 /usr/bin/python3 /usr/bin/mopidy --config /usr/share/mopidy/conf.d:/etc/mopidy/mopidy.conf

Sep 29 15:42:12 pizeromusicplayer mopidy[480]: INFO     [MainThread] mopidy.commands Starting Mopidy frontends: RaspberryGPIOFrontend, PiDiFrontend, IrisFrontend, HttpFronte
Sep 29 15:42:12 pizeromusicplayer mopidy[480]: INFO     [IrisFrontend-9] mopidy_iris.core Starting Iris 3.52.4
Sep 29 15:42:12 pizeromusicplayer mopidy[480]: INFO     [HttpFrontend-11] mopidy.http.actor HTTP server running at [::ffff:0.0.0.0]:6680
Sep 29 15:42:12 pizeromusicplayer mopidy[480]: INFO     [MainThread] mopidy.commands Starting GLib mainloop
Sep 29 15:44:49 pizeromusicplayer mopidy[480]: WARNING  [FileBackend-3] mopidy.file.library Failed looking up file:

mopidy.conf

pi@pizeromusicplayer:~ $ sudo cat /etc/mopidy/mopidy.conf
# For information about configuration values that can be set in this file see:
#
#   https://docs.mopidy.com/en/latest/config/
#
# Run `sudo mopidyctl config` to see the current effective config, based on
# both defaults and this configuration file.

[raspberry-gpio]
enabled = true
bcm5 = play_pause,active_low,250
bcm6 = volume_down,active_low,250
bcm16 = next,active_low,250
bcm20 = volume_up,active_low,250
bcm24 = volume_up,active_low,250

[file]
enabled = true
media_dirs = /home/pi/Music
show_dotfiles = false
excluded_file_extensions =
  .directory
  .html
  .jpeg
  .jpg
  .log
  .nfo
  .pdf
  .png
  .txt
  .zip
follow_symlinks = false
metadata_timeout = 1000

[pidi]
enabled = true
display = st7789
rotation = 90

[mpd]
hostname = 0.0.0.0

[http]
hostname = 0.0.0.0

[audio]
mixer_volume = 40
output = alsasink device=hw:sndrpihifiberry

[spotify]
enabled = false
username =
password =
client_id =
client_secret =

sudo mopidyctl config

pi@pizeromusicplayer:~ $ sudo mopidyctl config
Running "/usr/bin/mopidy --config /usr/share/mopidy/conf.d:/etc/mopidy/mopidy.conf config" as user mopidy
WARNING  [MainThread] mopidy.config Ignoring config section 'mpd' because no matching extension was found
[core]
cache_dir = /var/cache/mopidy
config_dir = /etc/mopidy
data_dir = /var/lib/mopidy
max_tracklist_length = 10000
restore_state = false

[logging]
verbosity = 0
format = %(levelname)-8s [%(threadName)s] %(name)s %(message)s
color = false
config_file =

[audio]
mixer = software
mixer_volume = 40
output = alsasink device=hw:sndrpihifiberry
buffer_time =

[proxy]
scheme =
hostname =
port =
username =
password =

[raspberry-gpio]
enabled = true
bcm0 =
bcm1 =
bcm2 =
bcm3 =
bcm4 =
bcm5 = play_pause,active_low,250,
bcm6 = volume_down,active_low,250,
bcm7 =
bcm8 =
bcm9 =
bcm10 =
bcm11 =
bcm12 =
bcm13 =
bcm14 =
bcm15 =
bcm16 = next,active_low,250,
bcm17 =
bcm18 =
bcm19 =
bcm20 = volume_up,active_low,250,
bcm21 =
bcm22 =
bcm23 =
bcm24 = volume_up,active_low,250,
bcm25 =
bcm26 =
bcm27 =

[pidi]
enabled = true
display = st7789
rotation = 90

[iris]
enabled = true
country = NZ
locale = en_NZ
spotify_authorization_url = https://jamesbarnsley.co.nz/iris/auth_spotify.php
lastfm_authorization_url = https://jamesbarnsley.co.nz/iris/auth_lastfm.php
genius_authorization_url = https://jamesbarnsley.co.nz/iris/auth_genius.php
data_dir = $XDG_DATA_DIR/iris

[file]
enabled = true
media_dirs =
  /home/pi/Music
excluded_file_extensions =
  .directory
  .html
  .jpeg
  .jpg
  .log
  .nfo
  .pdf
  .png
  .txt
  .zip
show_dotfiles = false
follow_symlinks = false
metadata_timeout = 1000

[http]
enabled = true
hostname = 0.0.0.0
port = 6680
zeroconf = Mopidy HTTP server on $hostname
allowed_origins =
csrf_protection = true
default_app = mopidy

[m3u]
enabled = true
base_dir =
default_encoding = latin-1
default_extension = .m3u8
playlists_dir =

[softwaremixer]
enabled = true

[stream]
enabled = true
protocols =
  http
  https
  mms
  rtmp
  rtmps
  rtsp
metadata_blacklist =
timeout = 5000

[spotify]
enabled = false  ; Extension disabled by user config.

mopidy deps

pi@pizeromusicplayer:~ $ mopidy deps
Executable: /usr/bin/mopidy
Platform: Linux-5.4.51+-armv6l-with-debian-10.4
Python: CPython 3.7.3 from /usr/lib/python3.7
Mopidy: 3.0.2 from /usr/lib/python3/dist-packages
Mopidy-Spotify: 4.0.1 from /usr/lib/python3/dist-packages
mopidy-pidi: 1.0.3 from /usr/local/lib/python3.7/dist-packages
  Pykka: 2.0.2 from /usr/lib/python3/dist-packages
  musicbrainzngs: 0.7.1 from /usr/local/lib/python3.7/dist-packages
  netifaces: 0.10.9 from /usr/local/lib/python3.7/dist-packages
  Mopidy: 3.0.2 from /usr/lib/python3/dist-packages
  setuptools: 40.8.0 from /usr/lib/python3/dist-packages
Mopidy-Iris: 3.52.4 from /usr/local/lib/python3.7/dist-packages
  setuptools: 40.8.0 from /usr/lib/python3/dist-packages
  Pykka: 2.0.2 from /usr/lib/python3/dist-packages
  Mopidy: 3.0.2 from /usr/lib/python3/dist-packages
mopidy-raspberry-gpio: 1.0.2 from /usr/local/lib/python3.7/dist-packages
  Mopidy: 3.0.2 from /usr/lib/python3/dist-packages
  setuptools: 40.8.0 from /usr/lib/python3/dist-packages
  Pykka: 2.0.2 from /usr/lib/python3/dist-packages
GStreamer: 1.14.4.0 from /usr/lib/python3/dist-packages/gi
  Detailed information:
    Python wrapper: python-gi 3.30.4
    Relevant elements:
      Found:
        uridecodebin
        souphttpsrc
        appsrc
        alsasink
        osssink
        oss4sink
        pulsesink
        id3demux
        id3v2mux
        lamemp3enc
        mpegaudioparse
        mpg123audiodec
        vorbisdec
        vorbisenc
        vorbisparse
        oggdemux
        oggmux
        oggparse
        flacdec
        flacparse
        shout2send
      Not found:
        flump3dec
        mad