flabbamann

Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by flabbamann

  1. Hi,

    my main use case is syncing photos and music from my desktop to my NAS (for backup and to access them when my pc is off) and to an offsite backup system. So usually I copy the files to my computer, do some metadata edits, and then the files don't get touched anymore.

    Let's say i rip a CD (by MediaMonkey or CDex), then add some metadata it did not automatically find, add the cover, let MediaMonkey analyze the volume, etc... I end up having like 4 copies of each track on the remote systems archive, because sync starts transferring them immediately.

    To prevent this I added the extensions to FileDelayConfig:

    { "*.jpg": 180, "*.mp3": 180, "*.flac": 180, "*.ogg": 180, "*.doc": 10, "*.docx": 10, "*.dwg": 10, "*.dxf": 10, "*.indd": 10, "*.ppt": 10, "*.pptx": 10, "*.psd": 10, "*.stl": 10, "*.vsd": 10, "*.xls": 10, "*.xlsx": 10 }

    But this doesn't seem to work. Sync still starts to transfer the files immediately.

    I have a regular sync setup on Win10 64-Bit, not running as a service.