Scan Local Media

Hello. I followed the directions below but there is no [local] section, only Spotify etc. Any other way to get music files onto my Pirate Audio: Headphone Amp for Raspberry Pi?

To add local files, we’ll first have to change the default location of the media folder in the Mopidy config file. Open a terminal on the Raspberry Pi to which your Pirate Audio board is attached and type the following:

sudo nano /etc/mopidy/mopidy.conf

Change the line that says media_dir = /var/lib/mopidy/media in the [local] section so that it reads media_dir = /home/pi/Music . Type control-x , then y , then enter to save and close the file.