The things I am missing: SMB Solved!
Issue 4 of the things I was missing was connecting to my network share to access my music.
With some help from Mark via the comments, it is now working! The solution was a little trickier than I'd hope for. The basic idea is to mount the SMB share into the file system so apps can "see" it. I was trying this by using the shell's Places-->Connect to Server menu but this results in something like smb://server/share and apps don't seem to like this.
So the solution:
- from a terminal, type mount.smbfs //192.168.0.1/share /home/paul/shareName
- Get an error that mount.smbfs isn't installed. Copy the apt-get command and install it.
- Figure out that you really need mount.smbfs //192.168.0.1/share /home/paul/shareName -o username:paul password:yourPassword