10-06-2024, 03:08 PM
(10-06-2024, 10:32 AM)bikerman Wrote: Hi All.
I was wondering if it would be a good idea to use rsync to keep my music on my various Moodeaudio players in sync from a central location? Any foreseeable problems, pros and cons?
I use the following script to sync and then ask Moode to update the library...
You will need to change the file paths for your environment, I think yo also have to install your ssh key to stop it prompting for password every time.
Code:
rsync -axz --zc=zstd --update --exclude 'albumart_backup' --progress --stats ~/Music/flac/ moode@azure-640h.local:/media/WD\ 240\ Gb/flac/ && curl "http://azure-640h.local/command/?cmd=upd_library"