summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Van Doorn <nick@nvandoorn.com>2024-01-08 11:22:08 -0800
committerNick Van Doorn <nick@nvandoorn.com>2024-01-08 11:22:08 -0800
commit89e23a4d7c568603c2b309b56bcf58feea49ad20 (patch)
tree6fd29d048d39afb4312116efe965effbf2e45bff
parent62a0fba334e70d57ebe4aeb40621d9a04fa5a47d (diff)
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.
-rwxr-xr-xbin/sync-ipod2
1 files changed, 1 insertions, 1 deletions
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"