SoulSync downloads music but does not move it into Plexamp

SoulSync can read liked songs from Spotify and start downloading them. The problem happens after the download finishes: the files do not move into the music folder used by Plexamp. The setup uses , with the SoulSync container exposing ports 8008, 8888, and 8889.

Separate folders are mapped for settings, data, logs, downloads, and the final music transfer location. The final music folder maps `/mnt/MediaVault/MEDIA/music` on the host to `/app/Transfer` inside the container. The container runs with `PUID=568` and `PGID=568`, matching the same user used by the other media .

The folder names also match the real capitalization of the paths.

Key points

  • SoulSync reads Spotify liked songs and begins downloads successfully.
  • Downloaded files do not appear in the Plexamp music folder afterward.
  • maps `/app/downloads` and `/app/Transfer` to different host folders.
  • The container runs as `PUID=568` and `PGID=568`.
  • The same are used by the rest of the media stack, and path capitalization has been checked.
Read original