Issues with Windows Share

Hi!

  1. No
  2. Yes. Very likely. I don’t have a Windows machine to test. I would guess you need to try increasing the vers mount option until it starts working.
  3. Yes. You can append additional mpc commands separated with a semicolon to the end of autoplay (similar to Can you set a Spotify autoplay URI to randomise song order?). For example:
autoplay = "local:track:MusicBox/Music%20File.mp3 ; mpc repeat on"

The startup script will then run:

mpc add local:track:MusicBox/Music%20File.mp3
mpc repeat on
mpc play