From 89e23a4d7c568603c2b309b56bcf58feea49ad20 Mon Sep 17 00:00:00 2001 From: Nick Van Doorn Date: Mon, 8 Jan 2024 11:22:08 -0800 Subject: Update iPod sync script This includes a path update as the server setup has changed, but we also don't need to exclude JPEGs anymore as Rockbox can handle them if de-interlaced properly. --- bin/sync-ipod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sync-ipod b/bin/sync-ipod index ac1330f..8962e19 100755 --- a/bin/sync-ipod +++ b/bin/sync-ipod @@ -1,3 +1,3 @@ #!/usr/bin/env bash -rsync -uva --ignore-existing --exclude="*.jpg" "/Volumes/media1/music" "/Volumes/NVD IPOD" +rsync -uva --ignore-existing "/Volumes/media-libraries/music" "/Volumes/NVD IPOD" -- cgit v1.2.3